Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,13 @@ From there, choose the course you are interested in, copy its URL and use it
in the following command:

edx-dl -u user@user.com COURSE_URL

(You need to run this script in the command line):

cd ../edx-dl

python edx-dl -u user@user.com -p 123456 COURSE_URL


replacing `COURSE_URL` with the URL that you just copied in the first step.
It should look something like:
Expand Down