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.
share video search API / extractors ? #5387
Comments
|
We already have a youtube search extractor. |
|
Ok, and yahoo, I see. |
|
I have no idea how fast or slow youtube-dl is in comparison with your extractors. You can look through the code and measure yourself. In any case, feel free to create a PR if you have something to add to youtube-dl. |
I'm developing a small python gui using ydl to browse videos: https://github.com/xantares/maxitube and I've implemented some kind of video search lib based on ydl (by keywords) for a few sites (you can also list the videos on the homepage of a site).
There seem to be some kind of video search api:
https://github.com/rg3/youtube-dl/blob/master/youtube_dl/extractor/common.py#L1104
Maybe this search API could be part of youtube-dl extractors in some way ? thoughts ?