Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [downloader/fragment] Document fragment_retries | Sergey M․ | 2016-03-19 | 1 | -0/+4 |
| | |||||
* | [downloader/{common,fragment}] Fix total retries reporting on python 2.6 | Sergey M․ | 2016-03-19 | 1 | -2/+2 |
| | |||||
* | [downloader/fragment] Add report_retry_fragment | Sergey M․ | 2016-03-19 | 1 | -0/+5 |
| | |||||
* | [downloader/fragment] Make speed more smooth | Sergey M․ | 2016-03-06 | 1 | -1/+2 |
| | | | | | At the beginning of every segment there was a drop to Unknown speed due to timeslice being too small to calculate speed. Now last speed from the previous fragment is used. | ||||
* | [refactor] Do not specify redundant None as second argument in dict.get() | Sergey M․ | 2016-02-14 | 1 | -1/+1 |
| | |||||
* | [downloader/fragment] Remove superfluous whitespace | Sergey M․ | 2016-01-30 | 1 | -3/+1 |
| | |||||
* | [downloader/fragment] Do not report total bytes estimation and eta for live ↵ | Sergey M․ | 2016-01-30 | 1 | -9/+16 |
| | | | | streams | ||||
* | [downloader/fragment] Move helper data to context dict | Sergey M․ | 2016-01-13 | 1 | -11/+14 |
| | |||||
* | [downloader/fragment] More smooth calculations | Sergey M․ | 2016-01-12 | 1 | -6/+16 |
| | | | | `downloaded_bytes` is now updated on each fragment progress hook invocation | ||||
* | [downloader/fragment] Remove unused code and fix zero division error | Sergey M․ | 2016-01-12 | 1 | -10/+3 |
| | |||||
* | [downloader/fragment] Don't fail if the 'Content-Length' header is missing | Jaime Marquínez Ferrándiz | 2016-01-10 | 1 | -1/+1 |
| | | | | 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). | ||||
* | [downloader/fragment] Respect --retries for fragment based downloaders ↵ | Sergey M․ | 2015-08-13 | 1 | -0/+1 |
| | | | | (Closes #6549) | ||||
* | [fragment] Generalize fragmented media file downloader | Sergey M․ | 2015-07-29 | 1 | -0/+110 |