mirror of
https://git.sr.ht/~cadence/NewLeaf
synced 2026-03-05 12:01:38 +00:00
Fix feed channel IDs not starting with UC
This commit is contained in:
parent
b8499d3626
commit
97b7661cc7
2 changed files with 5 additions and 3 deletions
|
|
@ -107,7 +107,7 @@ def generate_video_thumbnails(id):
|
|||
types = [
|
||||
# quality, url part, width, height
|
||||
["maxres", "maxresdefault", 1280, 720],
|
||||
["maxresdefault", "maxresdefault", 180, 720],
|
||||
["maxresdefault", "maxresdefault", 1280, 720],
|
||||
["sddefault", "sddefault", 640, 480],
|
||||
["high", "hqdefault", 480, 360],
|
||||
["medium", "mqdefault", 320, 180],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue