Closed phonx closed 9 years ago
There are three possible ways to identify a course:
We eventually might accept the short-names (2) but I don't see a great improvement, with names like e.g. 'course-v1:TUMx+AUTONAVx+2T2015' it is really easy to make a mistake if the user types it and if he is going to copy/paste it, it makes for me more sense that he copy/pastes the full url than just a part of it.
Usage of section need more documentation
Documentation is one of the areas where you can help as and contribute, your pull-requests are welcome.
Also any chance of having a history of what is already downloaded - flat file, csv or sqlite should be sufficient??? stored locally so user can view or export to excell for the records :)
Saving user state goes beyond the goal of this script, in addition, it will make the maintenance of the same more difficult and since we are short on contributors I don't think it is a good idea for the moment. Sorry.
Hi iemejia ;
I thank you for your always prompt and useful feedback. Documentation oh boy I'll need to read the whole program that would take me sometimes which I don't always have but I'll try.
how about flatfile for history of download on local machine that just append a sorted recorded of each sucessful download of a whole course or sections. Coursera download seem to able to stop duplicated download does edx downloader have that feature??
Hi,
Yes, avoid downloading twice is a good improvement to have, but we have a more difficult time to do so than coursera-dl/coursera has because we cannot know in advance the correct size of some resources to see if they have been correctly downloaded (e.g. the ones downloaded by youtube-dl, or even the subtitles one (which we have to transform inside).
Notice that the downloads done with youtube-dl automatically resume (or skip), so even if you make the costly reconnections, you never download the resources twice (with the exception of the ones in PR #146).
Was there any good reason of removing this features cut and paste of course url is very annoying and prone to error
Usage of section need more documentation
Also any chance of having a history of what is already downloaded - flat file, csv or sqlite should be sufficient??? stored locally so user can view or export to excell for the records :)