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.
[Question] Enable an extractor at runtime for embedded youtube-dl #26948
Comments
|
Read developer instructions. |
|
If someone tries to do the same, I suppose it works like this:
|
|
Nope, this does not work, because Generic Extractor will raise an error as soon as it is tested... Generic Extractor is last in the Extractor list so you have to add your external extractor before the generic one, like this:
|
Checklist
Question
I use youtube-dl in one of my projects (moodle-dl). I can understand that with so many PR requests and so few team members, it can take a long time until an extractor gets merged.
I wonder if I can simply add extractors in an embedded youtube-dl instance externally?
For example, if I want to add the Extractor for zoom.us (#24751) at runtime, is that possible?