You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
youtube-dl ytsearch:python # downloads the first video that results from searching for python
youtube-dl ytsearch3:python # downloads the first three results
youtube-dl ytsearchall:python # downloads all results
Note that there's also a search extractor that orders videos by date rather than by the default order (relevancy.) It has _SEARCH_KEY = 'ytsearchdate', so you can also do ytsearchdate:keyword, ytsearchdate10:keyword, ytsearchdateall:keyword, etc. just as above.
The text was updated successfully, but these errors were encountered:
Examples:
Note that there's also a search extractor that orders videos by date rather than by the default order (relevancy.) It has _SEARCH_KEY = 'ytsearchdate', so you can also do ytsearchdate:keyword, ytsearchdate10:keyword, ytsearchdateall:keyword, etc. just as above.
The text was updated successfully, but these errors were encountered: