You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
youtube-dl/test
dirkf 0402710227 [jsinterp] Fix regexp parsing and .replace[All] method
* For performance, make regexp object instantiation lazy
 * Other small performance improvements
2 years ago
..
swftests
testdata
__init__.py
helper.py [feat]: Add support to external downloader aria2p (#31500) 2 years ago
parameters.json
test_InfoExtractor.py [test] Avoid name TestIE which causes a pytest warning 2 years ago
test_YoutubeDL.py
test_YoutubeDLCookieJar.py
test_aes.py
test_age_restriction.py
test_all_urls.py
test_cache.py
test_compat.py
test_download.py [test] Support test-case with volatile ID (eg live show) 2 years ago
test_downloader_external.py [feat]: Add support to external downloader aria2p (#31500) 2 years ago
test_downloader_http.py [feat]: Add support to external downloader aria2p (#31500) 2 years ago
test_execution.py
test_http.py [feat]: Add support to external downloader aria2p (#31500) 2 years ago
test_iqiyi_sdk_interpreter.py
test_jsinterp.py [jsinterp] Fix regexp parsing and .replace[All] method 2 years ago
test_netrc.py
test_options.py
test_postprocessors.py
test_socks.py
test_subtitles.py
test_swfinterp.py
test_unicode_literals.py
test_update.py
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. 2 years ago
test_verbose_output.py
test_write_annotations.py
test_youtube_lists.py
test_youtube_misc.py
test_youtube_signature.py [jsinterp] Handle `Date` at epoch 0 2 years ago
testcert.pem
versions.json