ytdl-nightly/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
2017-04-19 11:46:07 +01: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 [fragment,hls,f4m,dash,ism] improve fragment downloading 2017-04-19 11:46:07 +01:00
dash.py [fragment,hls,f4m,dash,ism] improve fragment downloading 2017-04-19 11:46:07 +01:00
external.py
f4m.py [fragment,hls,f4m,dash,ism] improve fragment downloading 2017-04-19 11:46:07 +01:00
fragment.py [fragment,hls,f4m,dash,ism] improve fragment downloading 2017-04-19 11:46:07 +01:00
hls.py [fragment,hls,f4m,dash,ism] improve fragment downloading 2017-04-19 11:46:07 +01:00
http.py [fragment,hls,f4m,dash,ism] improve fragment downloading 2017-04-19 11:46:07 +01:00
ism.py [fragment,hls,f4m,dash,ism] improve fragment downloading 2017-04-19 11:46:07 +01:00
rtmp.py improve coding style 2017-04-12 20:38:43 +01:00
rtsp.py