I have youtube-dl folder on C;//users/rocks, and I would like to run the Python raw code.
For ex: I want to test a site using CMD:
python test/test_download.py TestDownload.test_YourExtractor

It doesn't matter what site/Extractor I put it throws error saying that some modules can't be found. Even testing the sites that youtube-dl supports.

I am not using youtube-dl.exe. I want to test the sites I want to add.

Thanks