youtube-dl/test
Jaime Marquínez Ferrándiz e37afbe0b8 [YoutubeDL] urlopen: disable the 'file:' protocol (#8227)
If someone is running youtube-dl on a server to deliver files, the user could input 'file:///some/important/file' and youtube-dl would save that file as a video giving access to sensitive information to the user.
'file:' urls can be filtered, but the user can use an URL to a crafted m3u8 manifest like:

    #EXTM3U
    #EXT-X-MEDIA-SEQUENCE:0
    #EXTINF:10.0
    file:///etc/passwd
    #EXT-X-ENDLIST

With this patch 'file:' URLs raise URLError like for unknown protocols.
2016-01-14 00:24:04 +01:00
..
swftests
__init__.py Add support for single-test tox runs 2013-10-12 13:17:11 -04:00
helper.py [test/helper] Fix style 2015-10-02 13:42:11 +02:00
parameters.json
test_aes.py
test_age_restriction.py
test_all_urls.py [test/test_all_urls] Update pbs extractor name 2015-12-08 21:12:13 +01:00
test_cache.py
test_compat.py [compat] compat_etree_fromstring: also decode the text attribute 2015-10-26 16:41:24 +01:00
test_download.py
test_execution.py [test_execution] Fix test under python 2 @ windows 2015-04-04 19:21:50 +06:00
test_http.py
test_InfoExtractor.py
test_jsinterp.py [jsinterp] Support alternative function definition form 2015-11-10 12:54:02 +08:00
test_netrc.py
test_postprocessors.py [metadatafromtitle] Some improvements and cleanup 2015-03-14 20:06:33 +01:00
test_subtitles.py
test_swfinterp.py
test_unicode_literals.py
test_utils.py
test_write_annotations.py
test_youtube_lists.py
test_youtube_signature.py [jsinterp] Disable comment support 2015-02-18 10:47:42 +01:00
test_YoutubeDL.py
testcert.pem