yt-dlp/test
pukkandan bc6b9bcd65
[utils] Escape URLs in sanitized_Request, not sanitize_url
d2558234cf added escaping of URLs while sanitizing. However, `sanitize_url` may not always receive an actual URL.
Eg: When using `yt-dlp "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.
2021-06-01 20:29:02 +05:30
..
swftests
testdata [embedthumbnail] Correctly escape filename 2021-05-29 02:31:14 +05:30
__init__.py
helper.py
parameters.json [cleanup] youtube tests 2021-05-18 18:10:15 +05:30
test_aes.py
test_age_restriction.py Completely change project name to yt-dlp (#85) 2021-02-25 00:15:56 +05:30
test_all_urls.py Update to ytdl-commit-7e8b3f9 2021-04-22 16:54:07 +05:30
test_cache.py
test_compat.py
test_download.py [test:download] Only extract enough videos for playlist_mincount 2021-05-18 18:08:55 +05:30
test_downloader_http.py
test_execution.py Update to ytdl-commit-7e8b3f9 2021-04-22 16:54:07 +05:30
test_http.py
test_InfoExtractor.py [extractor] Always prefer native hls downloader by default 2021-05-26 01:27:39 +05:30
test_iqiyi_sdk_interpreter.py
test_jsinterp.py
test_netrc.py
test_options.py
test_overwrites.py
test_post_hooks.py
test_postprocessors.py [embedthumbnail] Correctly escape filename 2021-05-29 02:31:14 +05:30
test_socks.py
test_subtitles.py
test_swfinterp.py
test_unicode_literals.py
test_update.py.disabled
test_utils.py [utils] Escape URLs in sanitized_Request, not sanitize_url 2021-06-01 20:29:02 +05:30
test_verbose_output.py
test_write_annotations.py
test_youtube_lists.py
test_youtube_misc.py Update to ytdl-commit-7e8b3f9 2021-04-22 16:54:07 +05:30
test_youtube_signature.py
test_YoutubeDL.py [cleanup] _match_entry 2021-05-29 02:12:07 +05:30
test_YoutubeDLCookieJar.py
testcert.pem
versions.json