github jmbannon/ytdl-sub 2025.09.13
ytdl-sub 2025.09.13

7 hours ago

[FEATURE] resolution_assert_ignore_titles to ignore specific low-resolution videos (#1336)

Closes #1313

Adds resolution_assert_ignore_titles variable to be able to ignore specific videos in a subscription where 360p is suspected to be the only option.

Ideally, it would be nice if ytdl-sub could determine whether 360p is actually the only resolution or not automatically, and download if it's true. We need to do more research to determine if this is possible.

In the meantime, the above variable should help manually get around this. Usage:

   # use tilda mode to set override variables to the subscription
   "~My Subscription":
     url: "https://youtube.com/@channel"
     resolution_assert_ignore_titles:
       - "This 360p Video Title"

Don't miss a new ytdl-sub release

NewReleases is sending notifications on new releases.