occivink / mpv-gallery-view

Gallery-view scripts for mpv
The Unlicense
189 stars 20 forks source link

New youtube thumbnail address #52

Open AppTesterMC opened 6 months ago

AppTesterMC commented 6 months ago

https://github.com/occivink/mpv-gallery-view/blob/6e3ff3b5a143f41ae75ee0118aeed06f2b8272ad/scripts/gallery-thumbgen.lua#L100

new address of youtube thumbnails:

...
        return "https://img.youtube.com/vi/" .. youtube_id ..  "/hqdefault.jpg"
...