mirror of
https://github.com/cheat/cheat.git
synced 2024-11-23 14:31:36 +01:00
added cheatsheet for coursera-offline
This commit is contained in:
parent
be2cb6e632
commit
a1829c5c41
17
cheat/cheatsheets/coursera-offline
Normal file
17
cheat/cheatsheets/coursera-offline
Normal file
@ -0,0 +1,17 @@
|
||||
# Cheatsheet for coursera-offline available at https://pypi.python.org/pypi/coursera_offline
|
||||
|
||||
# To download videos for the first time
|
||||
coursera_offline.py -d <download-directory> -s <course-shortname> -e <email> -p <password>
|
||||
|
||||
# To synch the videos in coursera with your local videos
|
||||
coursera_offline.py -d <download-directory> -S -e <email> -p <password>
|
||||
|
||||
# To auto synch the videos
|
||||
coursera_offline.py -a <Day of the week> -s <course-shortname> -e <email> -p <password>
|
||||
|
||||
# Fetch using file
|
||||
coursera_offline.py -d <download-directory> -f -e <email> -p <password>
|
||||
|
||||
# To avoid giving email and password everytime simply don't provide them to force the script
|
||||
# to use session cookies
|
||||
coursera_offline [options] [args]
|
Loading…
Reference in New Issue
Block a user