Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [hls] Switch to available as a property | Philipp Hagemeister | 2015-02-17 | 1 | -1/+1 |
| | |||||
* | [downloader/hls] Fix detection of ffmpeg/avconv (reported in #4966) | Jaime Marquínez Ferrándiz | 2015-02-17 | 1 | -1/+1 |
| | |||||
* | [ffmpeg] Add --ffmpeg-location | Philipp Hagemeister | 2015-02-16 | 1 | -4/+3 |
| | |||||
* | [hls] Simplify | Sergey M․ | 2015-02-01 | 1 | -5/+5 |
| | |||||
* | [hls] Fix encode issues on python2 @ Windows | Sergey M․ | 2015-02-01 | 1 | -6/+6 |
| | |||||
* | [downloader/hls] Respect the 'prefer_ffmpeg' option | Jaime Marquínez Ferrándiz | 2015-01-04 | 1 | -8/+4 |
| | |||||
* | Fix imports and general cleanup | Philipp Hagemeister | 2014-12-13 | 1 | -1/+3 |
| | | | | | | | | · Import from compat what comes from compat. Yes, some names are available in utils too, but that's an implementation detail. · Use _match_id consistently whenever possible · Fix some outdated tests · Use consistent valid URL (always match the whole protocol, no ^ at start required) · Use modern test definitions | ||||
* | [ffmpeg] Improve version check and call it from hls (Fixes #4377) | Philipp Hagemeister | 2014-12-06 | 1 | -0/+4 |
| | |||||
* | [hls] Remove useless u porefixes | Philipp Hagemeister | 2014-11-26 | 1 | -4/+4 |
| | |||||
* | PEP8 applied | Jouke Waleson | 2014-11-23 | 1 | -1/+0 |
| | |||||
* | [hlsnative] Correct handling when remaining_bytes is None | Philipp Hagemeister | 2014-09-25 | 1 | -3/+3 |
| | |||||
* | [hlsnative] Support test parameter | Philipp Hagemeister | 2014-09-24 | 1 | -3/+15 |
| | |||||
* | [vevo] Support 1080p videos (Fixes #3656) | Philipp Hagemeister | 2014-09-24 | 1 | -0/+47 |
| | |||||
* | [downloader/hls] Return False if ffmpeg or avconv couldn't be found | Jaime Marquínez Ferrándiz | 2014-08-27 | 1 | -0/+1 |
| | |||||
* | [downloader/hls] Use check_executable | Jaime Marquínez Ferrándiz | 2014-08-27 | 1 | -4/+2 |
| | |||||
* | [downloader/hls] Use the correct program when reporting an error | Jaime Marquínez Ferrándiz | 2014-08-27 | 1 | -1/+1 |
| | |||||
* | rtmp and hls downloaders: Clarify error message when the external tools are ↵ | Jaime Marquínez Ferrándiz | 2014-06-09 | 1 | -1/+1 |
| | | | | | | | not installed Ask to install them, as we do in the postprocessor. We get some reports with it, like #3061 or #3048. | ||||
* | [downloader/hls] Encode filename (Fixes #2609) | Philipp Hagemeister | 2014-03-24 | 1 | -2/+4 |
| | |||||
* | [hls] Fix the program name when reporting the file size | Jaime Marquínez Ferrándiz | 2014-01-08 | 1 | -1/+1 |
| | |||||
* | Move FileDownloader to its own module and create a new class for each ↵ | Jaime Marquínez Ferrándiz | 2013-12-11 | 1 | -0/+44 |
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 |