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.92k stars 638 forks source link

youtube-dl error #640

Closed ghost closed 3 years ago

ghost commented 3 years ago

when I run pip install edx-dl in my PC, it reports

ERROR: Could not find a version that satisfies the requirement youtube-dl>=2018.06.18 (from edx-dl) (from versions: none)
ERROR: No matching distribution found for youtube-dl>=2018.06.18 (from edx-dl)

In fact, I hava installed youtube-dl in my PC, can I use my youtube-dl instead of reinstalling it ? If I can, how to do it? Thanks!!!