diff --git a/cheat/cheatsheets/coursera-offline b/cheat/cheatsheets/coursera-offline new file mode 100644 index 0000000..a90ba5d --- /dev/null +++ b/cheat/cheatsheets/coursera-offline @@ -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 -s -e -p + +# To synch the videos in coursera with your local videos +coursera_offline.py -d -S -e -p + +# To auto synch the videos +coursera_offline.py -a -s -e -p + +# Fetch using file +coursera_offline.py -d -f -e -p + +# To avoid giving email and password everytime simply don't provide them to force the script +# to use session cookies +coursera_offline [options] [args] \ No newline at end of file