youtube-dl/test
dirkf e67e52a8f8 [test] Support test-case with volatile ID (eg live show)
Signalled by regexp ID value, eg: `'id': r're:[\da-zA-Z_-]{8,}'`
..
swftests [swfinterp] Add more builtins and improve static variables
testdata [utils] Improve cookie files support
__init__.py Add support for single-test tox runs
helper.py [feat]: Add support to external downloader aria2p ()
parameters.json [test:download] Only extract enough videos for playlist_mincount
test_InfoExtractor.py [test] Avoid name TestIE which causes a pytest warning
test_YoutubeDL.py Make default upload_/release_date a compat_str
test_YoutubeDLCookieJar.py [utils] Improve cookie files support
test_aes.py [netease] Get netease music download url through player api ()
test_age_restriction.py [test] Fix TestAgeRestriction
test_all_urls.py Merge branch 'UP/youtube-dl' into dl/YoutubeSearchURLIE
test_cache.py [cache] Add cache validation by program version, based on yt-dlp
test_compat.py [compat] Update test_compat
test_download.py [test] Support test-case with volatile ID (eg live show)
test_downloader_external.py [feat]: Add support to external downloader aria2p ()
test_downloader_http.py [feat]: Add support to external downloader aria2p ()
test_execution.py [YouTube] Refresh compat/utils usage
test_http.py [feat]: Add support to external downloader aria2p ()
test_iqiyi_sdk_interpreter.py Update coding style after pycodestyle 2.1.0
test_jsinterp.py [jsinterp] Improve parsing
test_netrc.py Make sure netrc works for all extractors with login support
test_options.py [options] Typo
test_postprocessors.py [tests] Fix invalid escape sequences
test_socks.py [test/test_socks] Skip SOCKS tests
test_subtitles.py [test] Fix linter for 3aa94d7945
test_swfinterp.py Fix W504 and disable W503 (closes )
test_unicode_literals.py [test/unicode_literals] Don't look into the .git and .tox directories
test_update.py [update] fix (unexploitable) BB'06 vulnerability in rsa_verify
test_utils.py Escape URLs in `sanitized_Request`, not `sanitize_url` d2558234cf5dd12d6896eed5427b7dcdb3ab7b5a added escaping of URLs while sanitizing. However, `sanitize_url` may not always receive an actual URL. Eg: When using `youtube-dl "search query" --default-search ytsearch`, `search query` gets escaped to `search%20query` before being prefixed with `ytsearch:` which is not the intended behavior. So the escaping is moved to `sanitized_Request` instead.
test_verbose_output.py Update coding style after pycodestyle 2.1.0
test_write_annotations.py Update coding style after pycodestyle 2.1.0
test_youtube_lists.py Rework 2c2c2bd with an actual Mix page and realistic playlist size
test_youtube_misc.py [test_youtube_misc] Move YoutubeIE.extract_id test into separate module
test_youtube_signature.py Support `if` statements
testcert.pem Add a test for --no-check-certificate
versions.json [update] fix (unexploitable) BB'06 vulnerability in rsa_verify