Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update from upstream | Jesús | 2021-10-18 | 1 | -214/+0 |
| | |||||
* | [downloader/rtmp] Fix downloading in verbose mode (closes #16736) | Sergey M․ | 2018-06-15 | 1 | -9/+4 |
| | |||||
* | [downloader/rtmp] Generalize download messages and report time elapsed on finish | Sergey M․ | 2018-05-26 | 1 | -2/+5 |
| | |||||
* | [downloader/rtmp] Gracefully handle live streams interrupted by user | Sergey M․ | 2018-05-26 | 1 | -53/+66 |
| | |||||
* | improve coding style | Remita Amine | 2017-04-12 | 1 | -1/+1 |
| | |||||
* | [refactor] Do not specify redundant None as second argument in dict.get() | Sergey M․ | 2016-02-14 | 1 | -8/+8 |
| | |||||
* | Typo fix, found while going through the code. | ashutosh-mishra | 2015-11-20 | 1 | -1/+1 |
| | |||||
* | [downloader/rtmp] Respect --no-continue option | AndroKev | 2015-10-12 | 1 | -1/+1 |
| | | | | now when downloading a "rtmp-file" the --no-continue option works! | ||||
* | [downloader/rtmp] Fix a typo | Yen Chi Hsuan | 2015-05-08 | 1 | -1/+1 |
| | |||||
* | [downloader/rtmp] Fix arguments encoding and simplify retry logic (Closes #5528) | Sergey M․ | 2015-04-26 | 1 | -12/+9 |
| | |||||
* | Default to continuedl=True | Philipp Hagemeister | 2015-03-28 | 1 | -1/+1 |
| | | | | We already do this in the CLI interface, so it should be just fine. | ||||
* | [rmtp] Encode filename before invoking subprocess | Philipp Hagemeister | 2015-02-26 | 1 | -1/+3 |
| | | | | | | This fixes #5066. Reproducible with LC_ALL=C youtube-dl "http://www.prosieben.de/tv/germanys-next-topmodel/video/playlist/ganze-folge-episode-2-das-casting-in-muenchen" | ||||
* | [downloader] Remove various unneeded assignments and imports | Philipp Hagemeister | 2015-02-17 | 1 | -1/+0 |
| | |||||
* | [YoutubeDL] Use a progress hook for progress reporting | Philipp Hagemeister | 2015-02-17 | 1 | -9/+9 |
| | | | | | Instead of every downloader calling two helper functions, let our progress report be an ordinary progress hook like everyone else's. Closes #4875. | ||||
* | [dctp] prefix real_time parameter with rtmp_ | Paul Hartmann | 2015-01-30 | 1 | -1/+1 |
| | |||||
* | added extractor for dctp.tv | Paul Hartmann | 2015-01-28 | 1 | -0/+3 |
| | |||||
* | [rtl2] PEP8, simplify, make rtmp tests run (#470) | Philipp Hagemeister | 2015-01-25 | 1 | -5/+8 |
| | |||||
* | [rtl2] Add new extractor | David-Development | 2015-01-25 | 1 | -2/+6 |
| | |||||
* | [downloader] Lay groundwork for external downloaders. | Philipp Hagemeister | 2015-01-24 | 1 | -13/+1 |
| | | | | This comes with a very simply implementation for wget; the real work is in setting up the infrastructure. | ||||
* | Improve code style | Philipp Hagemeister | 2014-12-17 | 1 | -1/+1 |
| | |||||
* | Fix imports and general cleanup | Philipp Hagemeister | 2014-12-13 | 1 | -1/+1 |
| | | | | | | | | · 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 | ||||
* | PEP8: E225,E227 | Jouke Waleson | 2014-11-23 | 1 | -5/+5 |
| | |||||
* | PEP8: more applied | Jouke Waleson | 2014-11-23 | 1 | -5/+5 |
| | |||||
* | PEP8 applied | Jouke Waleson | 2014-11-23 | 1 | -1/+1 |
| | |||||
* | [YoutubeDL] Include rtmpdump in exe versions -v output | Philipp Hagemeister | 2014-11-02 | 1 | -0/+6 |
| | |||||
* | [downloader/rtmp] Use check_exectuble | Jaime Marquínez Ferrándiz | 2014-08-27 | 1 | -4/+3 |
| | |||||
* | 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. | ||||
* | [naver] Add rtmp formats (fixes #3054) | Jaime Marquínez Ferrándiz | 2014-06-06 | 1 | -0/+3 |
| | |||||
* | [rtmp] Add support for multiple AFM data entries | Sergey M․ | 2014-05-01 | 1 | -1/+5 |
| | |||||
* | Do not resume live streams | Sergey M․ | 2014-03-05 | 1 | -2/+2 |
| | | | | No resuming or seeking in live streams is possible (c) man rtmpdump | ||||
* | Use unicode literals | Sergey M․ | 2014-03-05 | 1 | -13/+15 |
| | |||||
* | Report no connect as error | Sergey M․ | 2014-03-05 | 1 | -1/+1 |
| | |||||
* | Handle rtmpdump's no connection return value | Sergey M․ | 2014-03-05 | 1 | -0/+5 |
| | |||||
* | Remove superfluous whitespace | Sergey M․ | 2014-03-05 | 1 | -1/+1 |
| | |||||
* | Use meaningful return value constants for rtmpdump | Sergey M․ | 2014-03-05 | 1 | -6/+10 |
| | |||||
* | [bbc.co.uk] Add support for bbc.co.uk radio programmes (Closes #2184) | Sergey M. | 2014-02-08 | 1 | -0/+6 |
| | |||||
* | Move FileDownloader to its own module and create a new class for each ↵ | Jaime Marquínez Ferrándiz | 2013-12-11 | 1 | -0/+178 |
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 |