Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
How to use youtube-dl in my own python script. #1129
Comments
|
SimpleFileDownloader class should look like this now: class SimpleFileDownloader(youtube_dl.YoutubeDL):You may want to rename it or SimpleYDL or something like that. |
|
Yes thanx it solved the problem :) |
I have already asked this question earlier and got an answer from @jaimeMF he told me to do
But now when we have moved all the extractors in their respective files i get an error while using this method.