ytdl-sub/tests/e2e/soundcloud
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
..
__init__.py Add soundcloud discography example w/test (#49) 2022-05-30 00:25:41 -07:00
test_soundcloud_discography.py [FEATURE] format plugin to set yt-dlp format easier (#714) 2023-09-13 00:02:19 -07:00