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.
[Feature Request] Searching Youtube #2518
Comments
|
I am aware of |
|
This is already implemented, for quite a while now:
Have a look at the output of By default, youtube-dl downloads the first video. Pass in a number or |
|
Oh my, this is awesome. Thanks for the heads up, and sorry for the unnecessary issue (github seems to have removed the ability to search through issues). |
|
No problem, I don't think there is a single issue. By the way, issue search works fine for me. Just type in the input field at the top: |
|
Oh, they just unified the search bar. That's even better! Thank you again. |

I'm not sure how difficult this would be to implement, but the only thing I really feel like is missing in my experience with
youtube-dlis to be able to search on the command-line.So, for example, if I could run
youtube-dl --query="people are awesome", I would be able to see (say, for instance) the top ten results from youtube (or another one of the supported sites from the extractors). It seems like it might not be terribly hard given thatyoutube-dlis able to "guess" particular videos with the--default-searchoption.Is this {feasible,desirable}?