Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-01-13 | [downloader/fragment] Move helper data to context dict | Sergey M․ | |
2016-01-12 | [downloader/fragment] More smooth calculations | Sergey M․ | |
`downloaded_bytes` is now updated on each fragment progress hook invocation | |||
2016-01-12 | [downloader/fragment] Remove unused code and fix zero division error | Sergey M․ | |
2016-01-10 | [downloader/fragment] Don't fail if the 'Content-Length' header is missing | Jaime Marquínez Ferrándiz | |
In some dailymotion videos (like http://www.dailymotion.com/video/x3k0dtv from #8156) the segments URLs don't have the 'Content-Length' header and HttpFD sets the 'totat_bytes' field to None, so we also use '0' in that case (since we do different math operations with it). | |||
2015-08-13 | [downloader/fragment] Respect --retries for fragment based downloaders ↵ | Sergey M․ | |
(Closes #6549) | |||
2015-07-29 | [fragment] Generalize fragmented media file downloader | Sergey M․ | |