1
0
Fork 0
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:
Cadence Ember 2023-10-18 23:18:52 +13:00
parent b8499d3626
commit 97b7661cc7
2 changed files with 5 additions and 3 deletions

View file

@ -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],