ytdl-sub/tests/unit
Jesse Bannon a48efdc84c
[FEATURE] format plugin to set yt-dlp format easier (#714)
Makes setting yt-dlp's `format` field easier by giving it its own documented plugin.

Old:
```
my_format_preset:
  ytdl_options:
    format: "best"
```

New:
```
my_format_preset:
  format: "best"
```

The old method will still work, so do not worry about updating configs ASAP. However, the option is available to save a few lines 😉
2023-09-13 00:02:19 -07:00
..
cli [FEATURE][EXPERIMENTAL] --update-with-info-json (#557) 2023-03-21 08:05:08 -07:00
config [FEATURE] format plugin to set yt-dlp format easier (#714) 2023-09-13 00:02:19 -07:00
entries [FEATURE] release_date source variables (#638) 2023-06-24 23:01:18 -07:00
main [FEATURE] Persisted subscription logs (#512) 2023-03-08 00:17:11 -08:00
plugins [FEATURE] Regex capture and filtering on source variables plugin (#100) 2022-07-16 23:39:46 -07:00
prebuilt_presets [REFACTOR] Support simple download (#671) 2023-07-26 09:00:00 -07:00
utils [BACKEND] Include yaml exception in error (#678) 2023-07-29 23:05:34 -07:00
validators [FEATURE] Configurable file_name_max_bytes (#562) 2023-03-25 20:17:38 -07:00
__init__.py entry 100% test coverage 2022-03-30 16:48:04 +00:00