-
Make sure you have Python 3 installed in your computer.
-
Run
pip install -r requirement.txt
Sometimes you might get error, if youtube_dl library is backdated. All you have to do is, uninstall youtube_dl
pip uninstall youtube_dl
and then install youtube_dl again
pip install youtube_dl