yt-dlp/test
Matthew 8e40b9d1ec
Improve plugin architecture ()
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>
..
testdata Improve plugin architecture ()
__init__.py Add support for single-test tox runs
helper.py [cleanup] Misc
parameters.json [cleanup] Misc
test_InfoExtractor.py [extractor] Deprecate `_sort_formats`
test_YoutubeDL.py [extractor] Deprecate `_sort_formats`
test_YoutubeDLCookieJar.py [cleanup] Consistent style for file heads
test_aes.py Update to ytdl-commit-de39d128
test_age_restriction.py [cleanup] Consistent style for file heads
test_all_urls.py [cleanup] Consistent style for file heads
test_cache.py [cleanup] Consistent style for file heads
test_compat.py Remove Python 3.6 support
test_cookies.py [cookies] Improve `LenientSimpleCookie` ()
test_download.py [test] Allow `extract_flat` in download tests
test_downloader_http.py Standardize retry mechanism ()
test_execution.py Fix lazy extractor bug in fe7866d0ed
test_http.py [extractor/html5] Separate into own extractor ()
test_iqiyi_sdk_interpreter.py [cleanup] Consistent style for file heads
test_jsinterp.py [jsinterp] Improve separating regex
test_netrc.py [cleanup] Consistent style for file heads
test_overwrites.py [cleanup] Consistent style for file heads
test_plugins.py Improve plugin architecture ()
test_post_hooks.py [cleanup] Consistent style for file heads
test_postprocessors.py [SponsorBlock] Support `chapter` category ()
test_socks.py [compat] Remove deprecated functions from core code
test_subtitles.py [cleanup] Consistent style for file heads
test_update.py.disabled [cleanup] Consistent style for file heads
test_utils.py Add `weba` to known extensions
test_verbose_output.py [cleanup] Consistent style for file heads
test_write_annotations.py.disabled [cleanup] Consistent style for file heads
test_youtube_lists.py [extractor/youtube:tab] Update tab handling for redesign ()
test_youtube_misc.py [cleanup] Consistent style for file heads
test_youtube_signature.py [jsinterp] Improve separating regex
testcert.pem Add a test for --no-check-certificate
versions.json [update] fix (unexploitable) BB'06 vulnerability in rsa_verify