summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | | | [imdb] Extractor for lists (#2033)dst2013-12-252-1/+33
| | | |/ / / | | |/| | |
| * | | | | Merge pull request #2061 from rzhxeo/varJaime Marquínez Ferrándiz2014-01-011-1/+1
| |\ \ \ \ \ | | | | | | | | | | | | | | Correct variable name in YoutubeDL.list_formats
| | * | | | | Correct variable name in YoutubeDLrzhxeo2013-12-301-1/+1
| | | |/ / / | | |/| | |
* | | | | | Merge remote-tracking branch 'origin/master'Philipp Hagemeister2014-01-015-3/+25
|\| | | | |
| * | | | | Add an extractor for cmt.com (closes #2049)Jaime Marquínez Ferrándiz2013-12-313-1/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It just inherits from MTVIE. Some videos also come from vevo.com
| * | | | | [http] Fix ‘err’ variable not being assigned in an except block (#2045)Jaime Marquínez Ferrándiz2013-12-311-1/+1
| | | | | |
| * | | | | Fix initialization of YoutubeDL with params set to NoneJaime Marquínez Ferrándiz2013-12-311-1/+3
| |/ / / / | | | | | | | | | | | | | | | Set it to an empty dictionary because it’s directly accessed when setting some properties
* | | | | Add new --print-traffic optionPhilipp Hagemeister2013-12-293-6/+14
| | | | |
* | | | | [generic] Output something before making network requestsPhilipp Hagemeister2013-12-271-0/+2
|/ / / /
* | | | release 2013.12.26Philipp Hagemeister2013-12-261-1/+1
| | | |
* | | | Print out encoding information in -v (#2046)Philipp Hagemeister2013-12-261-0/+3
| | | |
* | | | Document that format_id field should be presentPhilipp Hagemeister2013-12-261-1/+2
| | | |
* | | | [theplatform] Use centralized sortingPhilipp Hagemeister2013-12-261-4/+10
| | | |
* | | | [channel 9] Use centralized format sortingPhilipp Hagemeister2013-12-261-8/+12
| | | |
* | | | [internetvideoarchive] Use centralized format sortingPhilipp Hagemeister2013-12-261-5/+8
| | | |
* | | | [blinkx] Use centralized format sortingPhilipp Hagemeister2013-12-261-2/+5
| | | |
* | | | [ivi] Use centralized format sortingPhilipp Hagemeister2013-12-261-8/+10
| | | |
* | | | [youporn] Add support for multiple formatsPhilipp Hagemeister2013-12-261-20/+18
| | | |
* | | | [bandcamp] Add support for multiple formatsPhilipp Hagemeister2013-12-261-28/+41
| | | |
* | | | [cnn] Add multiple formats, duration, and upload_datePhilipp Hagemeister2013-12-263-15/+80
| |/ / |/| |
* | | Remove unused importsPhilipp Hagemeister2013-12-252-2/+0
| | |
* | | [zdf] Make width extraction more robustPhilipp Hagemeister2013-12-251-6/+6
| | |
* | | Merge remote-tracking branch 'origin/master'Philipp Hagemeister2013-12-251-1/+1
|\ \ \
| * \ \ Merge pull request #2042 from dstftw/masterPhilipp Hagemeister2013-12-251-1/+1
| |\ \ \ | | |/ / | |/| | [smotri] Fix typo
| | * | [smotri] Fix typodst2013-12-251-1/+1
| |/ /
* | | [appletrailers] Use centralized format selectionPhilipp Hagemeister2013-12-251-1/+2
| | |
* | | [wistia] Use centralized sortingPhilipp Hagemeister2013-12-251-1/+2
| | |
* | | [yahoo] Use centralized sorting, and add tbr fieldPhilipp Hagemeister2013-12-254-6/+13
| | |
* | | [mdr] Use centralized format selectionPhilipp Hagemeister2013-12-241-1/+2
| | |
* | | [zdf] Use centralized sortingPhilipp Hagemeister2013-12-243-22/+18
| | |
* | | [spiegel] Use centralized sortingPhilipp Hagemeister2013-12-242-1/+7
| | |
* | | [mit] Add support for multiple formatsPhilipp Hagemeister2013-12-241-4/+14
| | |
* | | [dreisat] Use centralized format sortingPhilipp Hagemeister2013-12-241-7/+1
| | |
* | | [youtube] Simplify format specificationPhilipp Hagemeister2013-12-241-160/+62
| | |
* | | Add more tests for format selectionPhilipp Hagemeister2013-12-241-9/+66
| | |
* | | Add temporary _sort_formats helper functionPhilipp Hagemeister2013-12-243-21/+44
| | |
* | | Add a resolution field and improve general --list-formats outputPhilipp Hagemeister2013-12-242-10/+19
|/ /
* | 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"