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` |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| conftest.py | ||
| test_chapters.py | ||
| test_file_convert.py | ||
| test_filter.py | ||
| test_music_tags.py | ||
| test_nfo_tags.py | ||
| test_output_options.py | ||
| test_throttle_protection.py | ||
| test_thumbnail_plugins.py | ||