ytdl-sub/tests/unit
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] Add ability to suppress colors via CLI arg (#1215) 2025-05-03 19:56:46 -07:00
config [FEATURE] Ability to modify webpage_url (#1356) 2025-10-11 17:21:13 -07:00
docgen [DOCS] Advanced scripting usage, rename Overrides to Static (#866) 2024-01-01 00:01:46 -08:00
entries [FEATURE] Ability to modify webpage_url (#1356) 2025-10-11 17:21:13 -07:00
main [FEATURE] cli-to-sub argument to convert yt-dlp args to ytdl-sub (#1376) 2025-11-06 21:05:18 -08:00
plugins [FEATURE] release_date support for date_range (#1231) 2025-06-01 09:28:42 -07:00
prebuilt_presets [FEATURE] Throw more actionable error if users supply the wrong type of url for TV show presets (#1210) 2025-04-17 22:14:37 -07:00
script [BACKEND] Enable throttle protection by default (#1257) 2025-07-03 00:34:37 -07:00
utils Support duplicate chapter timestamps by merging (#1179) 2025-02-21 08:34:46 -08:00
validators [DEV] Get windows testing in better state (#1214) 2025-05-03 19:40:28 -07:00
__init__.py entry 100% test coverage 2022-03-30 16:48:04 +00:00