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
I've verified that I'm running youtube-dl version 2020.12.14
I've checked that all provided URLs are alive and playable in a browser
I've checked that all URLs and arguments with special characters are properly quoted or escaped
I've searched the bugtracker for similar bug reports including closed ones
I've read bugs section in FAQ
#5 was coded by me to try to improve the thumbnail quality but now it's failed again. Good thing is that with the new niconico api-data schema, the best quality thumbnail (720p) can be easily obtained through api_data['video']['thumbnail']['ogp'], this should work doesn't matter if it is a normal video or an HLS encrypted videos, also doesn't matter if user has login or not.
To better understand why, here is the portion of thumbnails information in api_data for sm38140033, from top to bottom are thumbnails from worst to best qualities.
#5 was coded by me to try to improve the thumbnail quality but now it's failed again. Good thing is that with the new niconico
api-data
schema, the best quality thumbnail (720p) can be easily obtained throughapi_data['video']['thumbnail']['ogp']
, this should work doesn't matter if it is a normal video or an HLS encrypted videos, also doesn't matter if user has login or not.To better understand why, here is the portion of thumbnails information in
api_data
for sm38140033, from top to bottom are thumbnails from worst to best qualities.The text was updated successfully, but these errors were encountered: