-
Notifications
You must be signed in to change notification settings - Fork 299
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HTML pages will redirect to 404 error on coursera website rather than opening in locale #121
Comments
Please use the latest version from github, that should solve the pdf issue. As for html files, given the dynamic nature of the site you cant always guarantee all pages will download exactly the way you would expect from seeing them in a browser. |
Thanks, I'll try with the latest version then. |
I would like to confirm the 404 issue. I am encountering this with 2 coursera subjects (one just ended a few weeks ago and the other one is still active). If i view the html files, it tries loading and then will display a 404 error. I am newly introduced to this project so I just downloaded the script (using git clone) several hours ago and ran it from OS X 10.9.1. |
I am glad I am not the only one running into the problem. On Sat, Mar 8, 2014 at 6:02 PM, shannelle notifications@github.com wrote:
|
This is not parser related but more to do with the content & page buildup itself. If you edit the files in the text editor and remove references to coursera urls that may help. I do not have time to look into this in detail unfortunately. I did just release a new version but this will probably not solve your issue (but you can try). |
II a on Linux ubuntu, last version of the script downloaded from PIP, I ran the PIP update just in case.
Python version:
import encodings.utf_8 # precompiled from /usr/lib/python2.7/encodings/utf_8.pyc
Python 2.7.5+ (default, Sep 19 2013, 13:49:51)
I tried and download a course which is just about to close.
Videos were downloaded correctly. The two html files and .json file appears to have been parsed correctly when opening with an editor, at least, in terms of text the additional materials are there.
However, when opening with Firefox they will redirect to a 404 page on the coursera site, rather than opening in locale.
Also, there was a pdf file which didn't get downloaded, the script gave an error message.
I didn't specify any parser upon executing the script, if that matters.
The course is: classicalcomp-001
Sorry, there is a good chance this might be due to user error, I am still getting to grips with Linux.
The text was updated successfully, but these errors were encountered: