ytdl-sub/src/ytdl_sub/downloaders
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
..
info_json [FEATURE] Automatically handle playlists ordered in reverse (#948) 2024-04-01 04:24:41 -07:00
url [FEATURE] Ability to change season and episode ordering via variables, support for release_date (#1220) 2025-05-31 10:26:42 -07:00
__init__.py setup cfg 2022-04-26 07:19:53 +00:00
source_plugin.py [DEV] Bump pylint from 2.13.5 to 3.1.0 (#972) 2024-04-28 10:40:15 -07:00
ytdl_options_builder.py [BACKEND][HUGE] Function Support in variable syntax (#838) 2023-12-18 16:08:15 -08:00
ytdlp.py [BUGFIX] Fix YouTube channels iterating 2x entries (#903) 2024-01-18 19:00:19 -08:00