ytdl-sub/src/ytdl_sub
Jesse Bannon ed55f3a3f7
[FEATURE] cli-to-sub argument to convert yt-dlp args to ytdl-sub (#1376)
Example usage:
```
$ ytdl-sub cli-to-sub -S vcodec:h264,res:480,acodec:m4a
ytdl_options:
  format_sort:
  - vcodec:h264
  - res:480
  - acodec:m4a
```
2025-11-06 21:05:18 -08:00
..
cli [FEATURE] cli-to-sub argument to convert yt-dlp args to ytdl-sub (#1376) 2025-11-06 21:05:18 -08:00
config [DEV] Bump pylint from 3.3.8 to 4.0.1 (#1361) 2025-10-26 23:57:35 -07:00
downloaders [FEATURE] Ability to modify webpage_url (#1356) 2025-10-11 17:21:13 -07:00
entries [FEATURE] Ability to modify webpage_url (#1356) 2025-10-11 17:21:13 -07:00
plugins [FEATURE] New parameter for required subtitle languages, and fixes (#1357) 2025-10-11 17:22:13 -07:00
prebuilt_presets [FEATURE] Ability to modify webpage_url (#1356) 2025-10-11 17:21:13 -07:00
script [DEV] Bump pylint from 3.3.8 to 4.0.1 (#1361) 2025-10-26 23:57:35 -07:00
subscriptions [FEATURE] Apply entry throttle protection sleep post-completion (#1316) 2025-08-29 09:52:24 -07:00
thread [BACKEND] Add generic.collection download strategy, use it for soundcloud, youtube channel/playlist (#230) 2022-09-14 15:36:14 -07:00
utils [BUGFIX] Embedded null byte ffmpeg fix (#1363) 2025-10-16 08:01:37 -07:00
validators [FEATURE] Override variable support for throttle protection ranges (#1315) 2025-08-28 23:55:57 -07:00
ytdl_additions [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 [DOCKER] GUI Docker image using Code-Server (#774) 2023-10-22 01:17:09 -07:00
main.py [FEATURE] --match flag to only run subset of subscriptions (#881) 2024-01-08 13:37:07 -08:00