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
Remita Amine 75a2485407 [fragment,hls,f4m,dash,ism] improve fragment downloading
- resume immediately
- no need to concatenate segments and decrypt them on every resume
- no need to save temp files for segments

and for hls downloader:
- no need to download keys for segments that already downloaded
7 years ago
..
__init__.py [downloader/hls] move check for m3u8 live streams to get_suitable_downloader 7 years ago
common.py [fragment,hls,f4m,dash,ism] improve fragment downloading 7 years ago
dash.py [fragment,hls,f4m,dash,ism] improve fragment downloading 7 years ago
external.py [downloader/external] Add missing import and PEP8 7 years ago
f4m.py [fragment,hls,f4m,dash,ism] improve fragment downloading 7 years ago
fragment.py [fragment,hls,f4m,dash,ism] improve fragment downloading 7 years ago
hls.py [fragment,hls,f4m,dash,ism] improve fragment downloading 7 years ago
http.py [fragment,hls,f4m,dash,ism] improve fragment downloading 7 years ago
ism.py [fragment,hls,f4m,dash,ism] improve fragment downloading 7 years ago
rtmp.py improve coding style 7 years ago
rtsp.py [downloader/rtsp] Print the command 8 years ago