ytdl-sub/tests/integration
Jesse Bannon 288f106878
[FEATURE] Resolution assert built into throttle protection (#1288)
Closes https://github.com/jmbannon/ytdl-sub/issues/1241

YouTube is upping their throttling by serving 360p videos. Most likely to give us and genAI scraping a bad time on purpose.

Resolution assertion will be enabled by default. It will:

- Require > 360 height (pixels)
- Can configure the width by setting `resolution_assert_height_gte: 1080` to require 1080p, or any desired value
- Can disable resolution assert by setting `enable_resolution_assert: False`
2025-08-19 17:42:56 -07:00
..
cli [DEV] More OutputOption unit tests (#1082) 2024-10-02 21:37:54 -07:00
plugins [FEATURE] Resolution assert built into throttle protection (#1288) 2025-08-19 17:42:56 -07:00
prebuilt_presets [FEATURE] Filter Duration prebuilt preset (#1259) 2025-07-04 13:41:54 -07:00
__init__.py [DEV] Separate integration actions (#1079) 2024-09-30 23:55:15 -07:00
conftest.py [FEATURE] Resolution assert built into throttle protection (#1288) 2025-08-19 17:42:56 -07:00