Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [mplayer] Rename to RTSP | Sergey M․ | 2015-04-26 | 1 | -45/+0 |
| | |||||
* | [mplayer] Simplify | Sergey M․ | 2015-04-26 | 1 | -6/+1 |
| | |||||
* | [mplayer] Clarify error message | Sergey M․ | 2015-04-26 | 1 | -1/+1 |
| | |||||
* | Added support for mpv if mplayer is not available | mrkrossxdx | 2015-04-24 | 1 | -5/+12 |
| | |||||
* | Remove unused import | Philipp Hagemeister | 2015-01-04 | 1 | -1/+0 |
| | |||||
* | [downloader/mplayer] Use check_executable | Jaime Marquínez Ferrándiz | 2015-01-03 | 1 | -5/+2 |
| | |||||
* | [mplayer] Modernize | Philipp Hagemeister | 2014-11-26 | 1 | -6/+13 |
| | |||||
* | Some pep8 style fixes | Jaime Marquínez Ferrándiz | 2014-01-25 | 1 | -2/+2 |
| | |||||
* | [mplayer] Fix error introduced by downloader separation | Philipp Hagemeister | 2013-12-23 | 1 | -0/+1 |
| | |||||
* | Move FileDownloader to its own module and create a new class for each ↵ | Jaime Marquínez Ferrándiz | 2013-12-11 | 1 | -0/+39 |
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 |