yt-dlp/test
Matthew 8e40b9d1ec
Improve plugin architecture (#5553)
to make plugins easier to develop and use:
* Plugins are now loaded as namespace packages.
* Plugins can be loaded in any distribution of yt-dlp (binary, pip, source, etc.).
* Plugin packages can be installed and managed via pip, or dropped into any of the documented locations.
* Users do not need to edit any code files to install plugins.
* Backwards-compatible with previous plugin architecture.

As a side-effect, yt-dlp will now search in a few more locations for config files.

Closes https://github.com/yt-dlp/yt-dlp/issues/1389

Authored by: flashdagger, coletdjnz, pukkandan, Grub4K
Co-authored-by: Marcel <flashdagger@googlemail.com>
Co-authored-by: pukkandan <pukkandan.ytdlp@gmail.com>
Co-authored-by: Simon Sawicki <accounts@grub4k.xyz>
2023-01-01 04:29:22 +00:00
..
testdata Improve plugin architecture (#5553) 2023-01-01 04:29:22 +00:00
__init__.py Add support for single-test tox runs 2013-10-12 13:17:11 -04:00
helper.py [cleanup] Misc 2022-11-11 15:48:29 +05:30
parameters.json [cleanup] Misc 2022-11-16 06:57:07 +05:30
test_InfoExtractor.py [extractor] Deprecate `_sort_formats` 2022-11-17 11:40:17 +05:30
test_YoutubeDL.py [extractor] Deprecate `_sort_formats` 2022-11-17 11:40:17 +05:30
test_YoutubeDLCookieJar.py [cleanup] Consistent style for file heads 2022-06-25 00:08:58 +05:30
test_aes.py Update to ytdl-commit-de39d128 2022-11-07 02:18:30 +05:30
test_age_restriction.py [cleanup] Consistent style for file heads 2022-06-25 00:08:58 +05:30
test_all_urls.py [cleanup] Consistent style for file heads 2022-06-25 00:08:58 +05:30
test_cache.py [cleanup] Consistent style for file heads 2022-06-25 00:08:58 +05:30
test_compat.py Remove Python 3.6 support 2022-07-18 06:31:14 +05:30
test_cookies.py [cookies] Improve `LenientSimpleCookie` (#5195) 2022-10-11 09:09:12 +05:30
test_download.py [test] Allow `extract_flat` in download tests 2022-11-10 07:32:35 +05:30
test_downloader_http.py Standardize retry mechanism (#1649) 2022-08-02 01:43:18 +05:30
test_execution.py Fix lazy extractor bug in fe7866d0ed 2022-08-24 15:19:58 +05:30
test_http.py [extractor/html5] Separate into own extractor (#4307) 2022-08-02 01:08:16 +05:30
test_iqiyi_sdk_interpreter.py [cleanup] Consistent style for file heads 2022-06-25 00:08:58 +05:30
test_jsinterp.py [jsinterp] Improve separating regex 2022-10-11 08:02:26 +05:30
test_netrc.py [cleanup] Consistent style for file heads 2022-06-25 00:08:58 +05:30
test_overwrites.py [cleanup] Consistent style for file heads 2022-06-25 00:08:58 +05:30
test_plugins.py Improve plugin architecture (#5553) 2023-01-01 04:29:22 +00:00
test_post_hooks.py [cleanup] Consistent style for file heads 2022-06-25 00:08:58 +05:30
test_postprocessors.py [SponsorBlock] Support `chapter` category (#5260) 2022-10-18 22:21:57 +05:30
test_socks.py [compat] Remove deprecated functions from core code 2022-06-25 00:14:12 +05:30
test_subtitles.py [cleanup] Consistent style for file heads 2022-06-25 00:08:58 +05:30
test_update.py.disabled [cleanup] Consistent style for file heads 2022-06-25 00:08:58 +05:30
test_utils.py Add `weba` to known extensions 2022-12-30 15:32:47 +05:30
test_verbose_output.py [cleanup] Consistent style for file heads 2022-06-25 00:08:58 +05:30
test_write_annotations.py.disabled [cleanup] Consistent style for file heads 2022-06-25 00:08:58 +05:30
test_youtube_lists.py [extractor/youtube:tab] Update tab handling for redesign (#5439) 2022-11-09 14:28:44 +05:30
test_youtube_misc.py [cleanup] Consistent style for file heads 2022-06-25 00:08:58 +05:30
test_youtube_signature.py [jsinterp] Improve separating regex 2022-10-11 08:02:26 +05:30
testcert.pem Add a test for --no-check-certificate 2015-01-30 02:57:37 +01:00
versions.json [update] fix (unexploitable) BB'06 vulnerability in rsa_verify 2016-01-21 20:12:17 +00:00