summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #2042 from dstftw/masterPhilipp Hagemeister2013-12-251-1/+1
|\ | | | | [smotri] Fix typo
| * [smotri] Fix typodst2013-12-251-1/+1
|/
* Remove dead codePhilipp Hagemeister2013-12-233-12/+3
|
* [mplayer] Fix error introduced by downloader separationPhilipp Hagemeister2013-12-231-0/+1
|
* [myvideo] Use RTMP instead of RTMPT (Fixes #2032)Philipp Hagemeister2013-12-232-2/+9
|
* [bliptv] Remove support for direct downloadsPhilipp Hagemeister2013-12-234-25/+3
| | | | This is now handled by the generic IE
* Merge remote-tracking branch 'origin/master'Philipp Hagemeister2013-12-233-11/+12
|\
| * [subtitles-tests] Fix youtube testJaime Marquínez Ferrándiz2013-12-231-4/+0
| | | | | | | | It returns now a single info_dict
| * YoutubeDL: rename `_fd_progress_hooks` back to `_progress_hooks`Jaime Marquínez Ferrándiz2013-12-232-6/+6
| | | | | | | | In the future it may report more things.
| * YoutubeDL: only set the ‘formats’ field of the info_dict if it was ↵Jaime Marquínez Ferrándiz2013-12-231-1/+6
| | | | | | | | | | | | already set before It caused a circular reference error, when trying to dump it to json (for example with the test video for myvideo.de or any other video without formats)
* | [YoutubeDL] fix tests (Closes #2036)Philipp Hagemeister2013-12-231-8/+8
|/
* release 2013.12.23.4Philipp Hagemeister2013-12-231-1/+1
|
* Merge remote-tracking branch 'jaimeMF/split-downloaders'Philipp Hagemeister2013-12-2310-727/+816
|\
| * Move FileDownloader to its own module and create a new class for each ↵Jaime Marquínez Ferrándiz2013-12-119-724/+808
| | | | | | | | | | | | | | | | 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
| * Now a new FileDownloader is created when downloading a videoJaime Marquínez Ferrándiz2013-12-112-5/+10
| | | | | | | | The progress hooks can be added using the method "add_downloader_progress_hook"
* | [youtube] Prefer videos with soundPhilipp Hagemeister2013-12-231-3/+10
| |
* | release 2013.12.23.3Philipp Hagemeister2013-12-231-1/+1
| |
* | Merge remote-tracking branch 'rzhxeo/youtube'Philipp Hagemeister2013-12-232-147/+99
|\ \
| * | Make prefer_free_formats sorting more robustrzhxeo2013-12-181-1/+3
| | |
| * | Filter and sort videos before calling list_formatsrzhxeo2013-12-181-4/+5
| | |
| * | [YoutubeIE] Sort formats by resolutionrzhxeo2013-12-181-0/+4
| | |
| * | [YoutubeIE] Add width and height to format dictrzhxeo2013-12-181-51/+55
| | |
| * | [YoutubeIE] Externalize format selectionrzhxeo2013-12-182-94/+35
| | |
* | | release 2013.12.23.2Philipp Hagemeister2013-12-231-1/+1
| | |
* | | [bliptv] Simplify (From #2000)Philipp Hagemeister2013-12-231-44/+43
| | |
* | | Remove debugging codePhilipp Hagemeister2013-12-231-2/+0
| | | | | | | | | | | | Introduced by accident in 5d681e960db98ec2d9f3d4361bd66f581506a772
* | | release 2013.12.23.1Philipp Hagemeister2013-12-232-2/+3
| | |
* | | Use bidiv instead of fribidi if available (Fixes #1912)Philipp Hagemeister2013-12-232-8/+17
| | |
* | | release 2013.12.23Philipp Hagemeister2013-12-231-1/+1
| | |
* | | [smotri] Add support for moderated (?) videos (Fixes #2030)Philipp Hagemeister2013-12-231-2/+13
| | |
* | | [smotri] Make optional attributes optionalPhilipp Hagemeister2013-12-231-18/+24
| | |
* | | [blinkx] Support mobile URLs (Closes #2022)Philipp Hagemeister2013-12-221-1/+1
| | |
* | | [youtube:user] Speed up --match-titlePhilipp Hagemeister2013-12-221-9/+13
| | |
* | | Remove unused importPhilipp Hagemeister2013-12-221-1/+0
| | |
* | | [vimeo/generic] Add support for embedded SWF vimeo videosPhilipp Hagemeister2013-12-222-3/+9
| | |
* | | Show all matching URLsPhilipp Hagemeister2013-12-221-1/+0
| | |
* | | [vimeo] Better formatting for regexpPhilipp Hagemeister2013-12-221-1/+10
| | |
* | | [brightcove] Test checksum changedPhilipp Hagemeister2013-12-201-1/+1
| | |
* | | [vbox7] New video checksumPhilipp Hagemeister2013-12-201-1/+1
| | |
* | | [mdr] Remove testPhilipp Hagemeister2013-12-201-17/+2
| | | | | | | | | | | | For context, refer to the http://de.wikipedia.org/wiki/Depublizieren
* | | [crunchyroll] Fix test (#1721)Philipp Hagemeister2013-12-201-5/+5
| | |
* | | Merge remote-tracking branch 'rzhxeo/crunchyroll'Philipp Hagemeister2013-12-203-18/+298
|\ \ \
| * | | Add support for crunchyroll.comrzhxeo2013-11-093-18/+298
| | | |
* | | | Merge pull request #2005 from dstftw/ivi.ruPhilipp Hagemeister2013-12-203-1/+178
|\ \ \ \ | | | | | | | | | | Add support for ivi.ru
| * | | | [ivi] Simplifydst2013-12-191-4/+2
| | | | |
| * | | | [ivi] Skip tests for travis builddst2013-12-191-0/+2
| | | | |
| * | | | [ivi] Neat importdst2013-12-191-2/+2
| | | | |
| * | | | [ivi] Add playlist testsdst2013-12-191-0/+19
| | | | |
| * | | | [ivi] Add support for ivi.rudst2013-12-192-0/+158
| | |/ / | |/| |
* | | | release 2013.12.20Philipp Hagemeister2013-12-201-1/+1
| | | |