Forrest logo
back to the youtube-dl tool

youtube-dl:ai:60356

how do i search whats trending on youtube
$ youtube-dl --dump-json --get-filename "ytsearch:'trending'"
try on your machine

This CLI command retrieves the JSON data of the trending videos on YouTube by using youtube-dl tool and searching for 'trending'. The --dump-json flag ensures the output is in JSON format, and --get-filename is used to only get the video titles.

This explanation was created by an AI. In most cases those are correct. But please always be careful and never run a command you are not sure if it is safe.

Questions that are answered by this command:

  • how do i search whats trending on youtube?
back to the youtube-dl tool