Chillee / coursera-dl-all

MIT License
190 stars 54 forks source link

could you write the instruction step by step for dummy? #11

Closed jerryxx closed 8 years ago

jerryxx commented 8 years ago

Thanks for the awesome code. Do we still have to download answer keys manually?

lightbrush commented 8 years ago
  1. Install Firefox 46.
  2. Install Python3
  3. Install cousera_dl with pip if you want to download videos.
  4. Download this repo as zip
  5. Unzip the file to your preferred location.
  6. Fill in theclasses.csv file with your course ID and save.
  7. open CMD and change your directory to the dl_all.py location. for example:

    cd F:\coursera-dl-all-master\coursera-dl-all-master
  8. Write command like:

    python dl_all.py -u your_coursera_account -p your_password  -v(download video) -a(download assignment) -q(download quiz) --path the_location_of_download

    DONE

jerryxx commented 8 years ago

thanks