ytdl-sub/docs/source
Jesse Bannon 45c155c039
[FEATURE] resolution_assert_ignore_titles to ignore specific low-resolution videos (#1336)
Closes https://github.com/jmbannon/ytdl-sub/issues/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"
```
2025-09-13 11:32:54 -07:00
..
_static [DOCS] Tooling to auto-generate custom sphinx docs (#849) 2023-12-28 22:39:59 -08:00
config_reference [FEATURE] Override variable support for throttle protection ranges (#1315) 2025-08-28 23:55:57 -07:00
faq [FEATURE] resolution_assert_ignore_titles to ignore specific low-resolution videos (#1336) 2025-09-13 11:32:54 -07:00
guides [DOCS] How to test subscription downloads (#1318) 2025-09-06 08:11:06 -07:00
prebuilt_presets [FEATURE] resolution_assert_ignore_titles to ignore specific low-resolution videos (#1336) 2025-09-13 11:32:54 -07:00
conf.py [DOCS] Various doc cleanups (#928) 2024-02-17 08:53:06 -08:00
debugging.rst [DOCS] usage: Stale CLI options help output (#1311) 2025-08-29 10:08:07 -07:00
deprecation_notices.rst [DOCS] Consistent headings, newlines, wraps (#1293) 2025-08-20 20:20:19 -07:00
index.rst [DOCS] Clarify debugging, support, reporting (#1305) 2025-08-27 09:10:01 -07:00
introduction.rst [DOCS] Various clarifications (#1289) 2025-08-22 07:17:32 -07:00
requirements.txt [BACKEND] Remove old format for video_tags, music_tags, download_strategy (#899) 2024-01-15 00:04:32 -08:00
usage.rst [DEV] docs: Sphinx stale cross refs false success (#1319) 2025-08-29 15:59:06 -07:00