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/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
3 years ago
..
__init__.py [downloader/hls] move check for m3u8 live streams to get_suitable_downloader 7 years ago
common.py [downloader/common] Improve rate limit (#21301) 5 years ago
dash.py Fix typos (#21901) 5 years ago
external.py [downloader/external] Respect mtime option for aria2c (#22242) 5 years ago
f4m.py Fix W504 and disable W503 (closes #20863) 5 years ago
fragment.py [downloader/fragment] Set final file's mtime according to last fragment's Last-Modified header (closes #11718, closes #18384, closes #27138) 3 years ago
hls.py [downloader/hls] Disable decryption in tests (#27660) 3 years ago
http.py [downloader/http] Fix crash during urlopen caused by missing reason of URLError 3 years ago
ism.py Fix typos (#21901) 5 years ago
rtmp.py [downloader/rtmp] Fix downloading in verbose mode (closes #16736) 6 years ago
rtsp.py [downloader/rtsp] Print the command 8 years ago