feat: make maxres provide the best quality thumbnail available

This commit is contained in:
2025-10-02 12:42:12 +02:00
parent e7ae42f289
commit 7eb4452fec
3 changed files with 16 additions and 3 deletions

View File

@@ -31,9 +31,9 @@ import ythdd_struct_parser
# [✓] /api/v1/videos/:videoIdXXXX
# [✓] /api/v1/playlists/:plid
# [✓] /api/v1/channel/{videos, shorts, playlists, streams, latest?}/:ucid (rewrite)
# [✓] /api/v1/:videoIdXXXX/maxres.jpg redirects to best quality thumbnail
# ----------
# PLANNED:
# [X] /api/v1/:videoIdXXXX/maxres.jpg redirects to best quality thumbnail
# [X] /api/v1/storyboards/:videoIdXXXX
# [X] /api/v1/videos/:videoIdXXXX does not depend on yt-dlp and offloads stream retrieval elsewhere (making initial response fast)
# [X] /api/v1/manifest/:videoIdXXXX (above is prerequisite)