Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | [zdf] Use centralized sorting | Philipp Hagemeister | 2013-12-24 | 3 | -22/+18 | |
| | | ||||||
* | | [spiegel] Use centralized sorting | Philipp Hagemeister | 2013-12-24 | 2 | -1/+7 | |
| | | ||||||
* | | [mit] Add support for multiple formats | Philipp Hagemeister | 2013-12-24 | 1 | -4/+14 | |
| | | ||||||
* | | [dreisat] Use centralized format sorting | Philipp Hagemeister | 2013-12-24 | 1 | -7/+1 | |
| | | ||||||
* | | [youtube] Simplify format specification | Philipp Hagemeister | 2013-12-24 | 1 | -160/+62 | |
| | | ||||||
* | | Add more tests for format selection | Philipp Hagemeister | 2013-12-24 | 1 | -9/+66 | |
| | | ||||||
* | | Add temporary _sort_formats helper function | Philipp Hagemeister | 2013-12-24 | 3 | -21/+44 | |
| | | ||||||
* | | Add a resolution field and improve general --list-formats output | Philipp Hagemeister | 2013-12-24 | 2 | -10/+19 | |
|/ | ||||||
* | Remove dead code | Philipp Hagemeister | 2013-12-23 | 3 | -12/+3 | |
| | ||||||
* | [mplayer] Fix error introduced by downloader separation | Philipp Hagemeister | 2013-12-23 | 1 | -0/+1 | |
| | ||||||
* | [myvideo] Use RTMP instead of RTMPT (Fixes #2032) | Philipp Hagemeister | 2013-12-23 | 2 | -2/+9 | |
| | ||||||
* | [bliptv] Remove support for direct downloads | Philipp Hagemeister | 2013-12-23 | 4 | -25/+3 | |
| | | | | This is now handled by the generic IE | |||||
* | Merge remote-tracking branch 'origin/master' | Philipp Hagemeister | 2013-12-23 | 3 | -11/+12 | |
|\ | ||||||
| * | [subtitles-tests] Fix youtube test | Jaime Marquínez Ferrándiz | 2013-12-23 | 1 | -4/+0 | |
| | | | | | | | | It returns now a single info_dict | |||||
| * | YoutubeDL: rename `_fd_progress_hooks` back to `_progress_hooks` | Jaime Marquínez Ferrándiz | 2013-12-23 | 2 | -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ándiz | 2013-12-23 | 1 | -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 Hagemeister | 2013-12-23 | 1 | -8/+8 | |
|/ | ||||||
* | release 2013.12.23.4 | Philipp Hagemeister | 2013-12-23 | 1 | -1/+1 | |
| | ||||||
* | Merge remote-tracking branch 'jaimeMF/split-downloaders' | Philipp Hagemeister | 2013-12-23 | 10 | -727/+816 | |
|\ | ||||||
| * | Move FileDownloader to its own module and create a new class for each ↵ | Jaime Marquínez Ferrándiz | 2013-12-11 | 9 | -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 video | Jaime Marquínez Ferrándiz | 2013-12-11 | 2 | -5/+10 | |
| | | | | | | | | The progress hooks can be added using the method "add_downloader_progress_hook" | |||||
* | | [youtube] Prefer videos with sound | Philipp Hagemeister | 2013-12-23 | 1 | -3/+10 | |
| | | ||||||
* | | release 2013.12.23.3 | Philipp Hagemeister | 2013-12-23 | 1 | -1/+1 | |
| | | ||||||
* | | Merge remote-tracking branch 'rzhxeo/youtube' | Philipp Hagemeister | 2013-12-23 | 2 | -147/+99 | |
|\ \ | ||||||
| * | | Make prefer_free_formats sorting more robust | rzhxeo | 2013-12-18 | 1 | -1/+3 | |
| | | | ||||||
| * | | Filter and sort videos before calling list_formats | rzhxeo | 2013-12-18 | 1 | -4/+5 | |
| | | | ||||||
| * | | [YoutubeIE] Sort formats by resolution | rzhxeo | 2013-12-18 | 1 | -0/+4 | |
| | | | ||||||
| * | | [YoutubeIE] Add width and height to format dict | rzhxeo | 2013-12-18 | 1 | -51/+55 | |
| | | | ||||||
| * | | [YoutubeIE] Externalize format selection | rzhxeo | 2013-12-18 | 2 | -94/+35 | |
| | | | ||||||
* | | | release 2013.12.23.2 | Philipp Hagemeister | 2013-12-23 | 1 | -1/+1 | |
| | | | ||||||
* | | | [bliptv] Simplify (From #2000) | Philipp Hagemeister | 2013-12-23 | 1 | -44/+43 | |
| | | | ||||||
* | | | Remove debugging code | Philipp Hagemeister | 2013-12-23 | 1 | -2/+0 | |
| | | | | | | | | | | | | Introduced by accident in 5d681e960db98ec2d9f3d4361bd66f581506a772 | |||||
* | | | release 2013.12.23.1 | Philipp Hagemeister | 2013-12-23 | 2 | -2/+3 | |
| | | | ||||||
* | | | Use bidiv instead of fribidi if available (Fixes #1912) | Philipp Hagemeister | 2013-12-23 | 2 | -8/+17 | |
| | | | ||||||
* | | | release 2013.12.23 | Philipp Hagemeister | 2013-12-23 | 1 | -1/+1 | |
| | | | ||||||
* | | | [smotri] Add support for moderated (?) videos (Fixes #2030) | Philipp Hagemeister | 2013-12-23 | 1 | -2/+13 | |
| | | | ||||||
* | | | [smotri] Make optional attributes optional | Philipp Hagemeister | 2013-12-23 | 1 | -18/+24 | |
| | | | ||||||
* | | | [blinkx] Support mobile URLs (Closes #2022) | Philipp Hagemeister | 2013-12-22 | 1 | -1/+1 | |
| | | | ||||||
* | | | [youtube:user] Speed up --match-title | Philipp Hagemeister | 2013-12-22 | 1 | -9/+13 | |
| | | | ||||||
* | | | Remove unused import | Philipp Hagemeister | 2013-12-22 | 1 | -1/+0 | |
| | | | ||||||
* | | | [vimeo/generic] Add support for embedded SWF vimeo videos | Philipp Hagemeister | 2013-12-22 | 2 | -3/+9 | |
| | | | ||||||
* | | | Show all matching URLs | Philipp Hagemeister | 2013-12-22 | 1 | -1/+0 | |
| | | | ||||||
* | | | [vimeo] Better formatting for regexp | Philipp Hagemeister | 2013-12-22 | 1 | -1/+10 | |
| | | | ||||||
* | | | [brightcove] Test checksum changed | Philipp Hagemeister | 2013-12-20 | 1 | -1/+1 | |
| | | | ||||||
* | | | [vbox7] New video checksum | Philipp Hagemeister | 2013-12-20 | 1 | -1/+1 | |
| | | | ||||||
* | | | [mdr] Remove test | Philipp Hagemeister | 2013-12-20 | 1 | -17/+2 | |
| | | | | | | | | | | | | For context, refer to the http://de.wikipedia.org/wiki/Depublizieren | |||||
* | | | [crunchyroll] Fix test (#1721) | Philipp Hagemeister | 2013-12-20 | 1 | -5/+5 | |
| | | | ||||||
* | | | Merge remote-tracking branch 'rzhxeo/crunchyroll' | Philipp Hagemeister | 2013-12-20 | 3 | -18/+298 | |
|\ \ \ | ||||||
| * | | | Add support for crunchyroll.com | rzhxeo | 2013-11-09 | 3 | -18/+298 | |
| | | | | ||||||
* | | | | Merge pull request #2005 from dstftw/ivi.ru | Philipp Hagemeister | 2013-12-20 | 3 | -1/+178 | |
|\ \ \ \ | | | | | | | | | | | Add support for ivi.ru |