ytdl-sub/tests/e2e/plugins
Jesse Bannon da70c725fc
[FEATURE] Support best codec type in audio_extract (#700)
Adds support to the `audio_extract` plugin (https://ytdl-sub.readthedocs.io/en/latest/config.html#audio-extract) to the following to grab the best audio format available:

```
audio_extract:
  codec: "best"
```
2023-09-02 00:50:26 -07:00
..
internal [BUGFIX] Invalid cross-device link workaround (#400) 2023-01-04 15:34:26 -08:00
__init__.py [FEATURE] Regex capture and filtering on source variables plugin (#100) 2022-07-16 23:39:46 -07:00
test_audio_extract.py [FEATURE] Support best codec type in audio_extract (#700) 2023-09-02 00:50:26 -07:00
test_chapters.py [REFACTOR] Support simple download (#671) 2023-07-26 09:00:00 -07:00
test_date_range.py [REFACTOR] BaseDownloader (#542) 2023-03-14 23:42:50 -07:00
test_file_convert.py [REFACTOR] Support simple download (#671) 2023-07-26 09:00:00 -07:00
test_match_filters.py [REFACTOR] Support simple download (#671) 2023-07-26 09:00:00 -07:00
test_music_tags.py [REFACTOR] Support simple download (#671) 2023-07-26 09:00:00 -07:00
test_nfo_tags.py [REFACTOR] Support simple download (#671) 2023-07-26 09:00:00 -07:00
test_regex.py [BUGFIX] Do not hard-fail if the thumbnail fails to download/convert (#675) 2023-07-28 13:12:46 -07:00
test_split_by_chapters.py [REFACTOR] Support simple download (#671) 2023-07-26 09:00:00 -07:00
test_subtitles.py [REFACTOR] Support simple download (#671) 2023-07-26 09:00:00 -07:00