If I do
$ yt-dlp ytsearch:"some query"
yt-dlp downloads the first result of "some query" and everything is fine. What if I want to download the second result, how can I achieve that?
If it is not possible just using shell, how can I do it with python.