From a1829c5c417329b4cda525570113f6d3be556d25 Mon Sep 17 00:00:00 2001 From: Sanketh Mopuru Date: Tue, 3 Feb 2015 07:43:09 +0000 Subject: [PATCH] added cheatsheet for coursera-offline --- cheat/cheatsheets/coursera-offline | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 cheat/cheatsheets/coursera-offline 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