Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [http] Fix string/None comparison with int while in test | Sergey M․ | 2014-04-30 | 1 | -1/+1 |
| | |||||
* | [http] Improve download mechanism when Range HTTP header is ignored | Sergey M․ | 2014-04-27 | 1 | -3/+19 |
| | |||||
* | Replace 'referer' with 'http_referer' | Sergey M․ | 2014-03-25 | 1 | -2/+2 |
| | |||||
* | Use explicitly set Referer header for downloading | Sergey M․ | 2014-03-25 | 1 | -0/+2 |
| | |||||
* | [http] Use the `YoutubeDL.urlopen` method | Jaime Marquínez Ferrándiz | 2014-03-07 | 1 | -2/+2 |
| | |||||
* | Set resume_len to 0 if download is restarted | rzhxeo | 2014-02-26 | 1 | -0/+1 |
| | |||||
* | Some pep8 style fixes | Jaime Marquínez Ferrándiz | 2014-01-25 | 1 | -3/+3 |
| | |||||
* | [http] Fix ‘err’ variable not being assigned in an except block (#2045) | Jaime Marquínez Ferrándiz | 2013-12-31 | 1 | -1/+1 |
| | |||||
* | Remove dead code | Philipp Hagemeister | 2013-12-23 | 1 | -3/+0 |
| | |||||
* | [bliptv] Remove support for direct downloads | Philipp Hagemeister | 2013-12-23 | 1 | -2/+0 |
| | | | | This is now handled by the generic IE | ||||
* | Move FileDownloader to its own module and create a new class for each ↵ | Jaime Marquínez Ferrándiz | 2013-12-11 | 1 | -0/+191 |
download process A suitable downloader can be found using the 'get_suitable_downloader' function. Each subclass implements 'real_download', for downloading an info dict you call the 'download' method, which first checks if the video has already been downloaded |