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.
[discussion] sites covered by generic extractor #21317
Comments
|
Yes. |
|
The general rule is not to add separate extractors (until pressing need) if the generic one is capable of handling. |
The problem
Many sites work with
youtube-dl's generic extractor. However, the generic extractor often misses metadata, and doesn't often work for playlists. This has resulted in some frustrating situations, such as #21142 (although that is definitely not the only one).The question
Should
youtube-dlsupport sites that the generic extractor works for, to add support for metadata and playlists?