yausername / youtubedl-android

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

I can't get the format list for some videos in YouTube. #257

Closed MimuraKyosuke closed 7 months ago

MimuraKyosuke commented 7 months ago

I am getting the format list as below.

for (VideoFormat videoFormat : YoutubeDL.getInstance().getInfo("https://www.youtube.com/watch?v=" + v).getFormats()) { formatIds.add(videoFormat.getFormatId()); }

Most videos can be retrieved, but some videos cannot be retrieved. For example, the video below.

https://www.youtube.com/watch?v=yo5jPa0JvgQ

Only me?

MimuraKyosuke commented 7 months ago

I tried it today and was able to get a list of formats. Even though I was never able to do it yesterday...