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
4 years ago
..
__init__.py
common.py
dash.py Fix typos (#21901) 5 years ago
external.py [downloader/external] Respect mtime option for aria2c (#22242) 5 years ago
f4m.py
fragment.py [downloader/fragment] Set final file's mtime according to last fragment's Last-Modified header (closes #11718, closes #18384, closes #27138) 4 years ago
hls.py [downloader/hls] Disable decryption in tests (#27660) 4 years ago
http.py [downloader/http] Fix crash during urlopen caused by missing reason of URLError 4 years ago
ism.py Fix typos (#21901) 5 years ago
rtmp.py
rtsp.py