coursera-dl / edx-dl

A simple tool to download video lectures from edx.org (and other openedx sites)
GNU Lesser General Public License v3.0
1.93k stars 639 forks source link

can't download from YouTube in china,but can view video on web, how to do #540

Open a20180502 opened 5 years ago

a20180502 commented 5 years ago

🚨Please review the Troubleshooting section before reporting any issue. Don't forget also to check the current issues to avoid duplicates.

Subject of the issue

Describe your issue here.

Your environment

Steps to reproduce

Tell us how to reproduce this issue. Please provide us the course URL, and the specific subsection or unit if possible.

Expected behaviour

Tell us what should happen.

Actual behaviour

Tell us what happens instead. If the script fails, please copy the entire output of the command or the stacktrace (don't forget to obfuscate your username and password). If you cannot copy the exception, attach a screenshot.

EugeneLoy commented 4 years ago

Here is workaround (helped me in somewhat similar situation):

  1. Install and start Tor Browser (to use it as proxy)
  2. Run:
    edx-dl -u <user> --youtube-dl-options "--proxy socks5://127.0.0.1:9150" <course_url>