diff --git a/build.xml b/build.xml index 8245cb9..46aeadb 100644 --- a/build.xml +++ b/build.xml @@ -4,7 +4,7 @@ - + diff --git a/dist/coursera-download-v0.1.zip b/dist/coursera-download-v0.1.zip index 6bf2448..47fbbf4 100644 Binary files a/dist/coursera-download-v0.1.zip and b/dist/coursera-download-v0.1.zip differ diff --git a/readme.txt b/readme.txt new file mode 100644 index 0000000..ab917fc --- /dev/null +++ b/readme.txt @@ -0,0 +1,6 @@ +1. You should have python(http://www.python.org/) preinstalled for this script to work. +2. Extract download.py and download.cfg files into the folder where you want to download files from Coursera. +3. Edit download.cfg with your Coursera user name, password and the video listing page of the class that you want to donwload. You should have already registered for this class, otherwise this will not work. The example file provided has the link for algo class. +4. Using the command prompt, go to the directory where you extracted download.py and download.cfg and type 'python download.py'. +5. Run the script periodically as the course contents are updated and the script takes care of downloading the newly updated contents. +6. Script creates a directory called .info in the directory where it is present. Do not delete or tamper with this directory as this is where it keeps track of already downloaded content.