Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

a minor detail for running the script correctly #543

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
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 [email protected] COURSE_URL

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

cd ../edx-dl

python edx-dl -u [email protected] -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