yausername / youtubedl-android

youtube-dl for android
GNU General Public License v3.0
947 stars 172 forks source link

Is there a way to get video info for playlists or search queries? #190

Closed deniscerri closed 1 year ago

JunkFood02 commented 1 year ago

See https://github.com/JunkFood02/Seal/pull/29 for a workaround. More specifically, use -I to obtain info of items in playlists. I haven't used searching in yt-dlp but you may parse the response in a similar way.

deniscerri commented 1 year ago

Thank you. I found out that for search you need to do this request.addOption("--default-search", "ytsearch25"); number in the end gives you the number of results