• 2025.11.28.post1 8d5d2be6a7

    Ghost released this 2025-11-28 19:14:18 +01:00 | 53 commits to master since this release

    Closes https://github.com/jmbannon/ytdl-sub/issues/1251, https://github.com/jmbannon/ytdl-sub/issues/1290
    Required for https://github.com/jmbannon/ytdl-sub/issues/1383

    Adds both s00 support and multi-url support per season, up to 11 URLs currently. This can and should be extended, but with a more principled approach instead of the current method: AI generating boiler-plate YAML 🙂

       Plex TV Show Collection:
         = Music:
           "~Beyond the Guitar":
             s00_name: "Specials"
             s00_url:
               - "https://www.youtube.com/watch?v=vXzguOdulAI"
               - "https://www.youtube.com/watch?v=IGwYDvaGAz0"
             s01_name: "Videos"
             s01_url:
               - "https://www.youtube.com/c/BeyondTheGuitar"
               - "https://www.youtube.com/@BeyondTheGuitarAcademy"
             s02_name: "Covers"
             s02_url: "https://www.youtube.com/playlist?list=PLE62gWlWZk5NWVAVuf0Lm9jdv_-_KXs0W"
    
    Downloads