ytdl-sub/tests/integration/prebuilt_presets
Jesse Bannon 36e23839f3
[FEATURE] Ability to change season and episode ordering via variables, support for release_date (#1220)
Adds the ability to change season and episode ordering using override variables, like so:

```
       "~Kids Toys Play":
          url: "https://www.youtube.com/@KidsToysPlayChannel"
          tv_show_by_date_season_ordering: "upload-year-month"
          tv_show_by_date_episode_ordering: "upload-day"
```

In addition, adds support for release-date based episode ordering (and culling if using Only Recent).
More info here: https://ytdl-sub.readthedocs.io/en/latest/prebuilt_presets/tv_shows.html

Closes https://github.com/jmbannon/ytdl-sub/issues/1182
2025-05-31 10:26:42 -07:00
..
__init__.py [DEV] Separate integration actions (#1079) 2024-09-30 23:55:15 -07:00
test_filter_keywords.py [FEATURE] Toggleable keyword evaluation behavior (#1130) 2024-11-26 08:20:42 -08:00
test_music.py [FEATURE] Multi-url support for YouTube music presets (#1113) 2024-10-30 17:46:42 -07:00
test_music_videos.py [DEV] Refactor and simplify prebuilt preset tests (#1080) 2024-10-01 01:02:51 -07:00
test_prebuilt_presets_packaged.py [DEV] Separate integration actions (#1079) 2024-09-30 23:55:15 -07:00
test_tv_show_by_date.py [FEATURE] Ability to change season and episode ordering via variables, support for release_date (#1220) 2025-05-31 10:26:42 -07:00
test_tv_show_collection.py [FEATURE] Ability to change season and episode ordering via variables, support for release_date (#1220) 2025-05-31 10:26:42 -07:00