Skip to content

Instantly share code, notes, and snippets.

@kirilkirkov
Last active May 16, 2021 20:30
Show Gist options
  • Save kirilkirkov/364d7247aef1c15abf7bc432689b22a1 to your computer and use it in GitHub Desktop.
Save kirilkirkov/364d7247aef1c15abf7bc432689b22a1 to your computer and use it in GitHub Desktop.
Udemy course video downloader
https://github.com/r0oth3x49/udemy-dl
1. If has error:
ModuleNotFoundError: No module named 'm3u8'
-- Run this: pip install -r requirements.txt
2. If has error:
DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020.
Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will
drop support for Python 2.7 in January 2021. More details about Python 2 support
in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-suppor
t pip 21.0 will remove support for this functionality
-- Run this: python3 -m pip install -r requirements.txt --upgrade
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment