pypi ytdl-sub 2023.12.29.post1
ytdl-sub 2023.12.29.post1

latest releases: 2024.9.20.post1, 2024.9.20, 2024.9.18...
8 months ago

[FEATURE] subscription_map value (#859)

To be used later for advanced presets. For subscriptions in the form of (+ as prefix)

   + Subscription Name:
     Music Videos:
       - "https://url1.com/..."
     Concerts:
       - "https://url2.com/..."

Stores all the contents under the subscription name into the override variable
subscription_map as a Map value. The above example is stored as:

   {
     "Music Videos": [
       "https://url1.com/..."
     ],
     "Concerts: [
       "https://url2.com/..."
     ]
   }

Advanced scripting is needed to dissect this Map variable into a usable preset

Don't miss a new ytdl-sub release

NewReleases is sending notifications on new releases.