youtube-dl/youtube_dl/downloader
Kevin O'Connor 766fcdd0fa
[downloader/hls] Disable decryption in tests (#27660)
Tests truncate the download to 10241 bytes, which is not divisible by 16
and cannot be decrypted. Tests don't really care about the decrypted
content, just that the data they retrieved is the expected data.
Therefore, it's fine to just return the encrypted data to tests.

See: #27621 and #27620
2021-01-05 01:24:01 +07:00
..
__init__.py [downloader/hls] move check for m3u8 live streams to get_suitable_downloader 2017-03-25 23:07:05 +01:00
common.py [downloader/common] Improve rate limit (#21301) 2019-06-05 03:06:35 +07:00
dash.py Fix typos (#21901) 2019-07-26 22:30:18 +07:00
external.py [downloader/external] Respect mtime option for aria2c (#22242) 2019-09-01 00:24:43 +07:00
f4m.py Fix W504 and disable W503 (closes #20863) 2019-05-11 03:57:40 +07:00
fragment.py [downloader/fragment] Set final file's mtime according to last fragment's Last-Modified header (closes #11718, closes #18384, closes #27138) 2020-11-24 04:17:24 +07:00
hls.py [downloader/hls] Disable decryption in tests (#27660) 2021-01-05 01:24:01 +07:00
http.py [downloader/http] Fix crash during urlopen caused by missing reason of URLError 2020-11-21 04:22:21 +07:00
ism.py Fix typos (#21901) 2019-07-26 22:30:18 +07:00
rtmp.py [downloader/rtmp] Fix downloading in verbose mode (closes #16736) 2018-06-15 02:59:15 +07:00
rtsp.py [downloader/rtsp] Print the command 2016-04-14 15:07:31 +08:00