about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* [test] tell Travis to install rtmpdump and add initial support to rtmp testing rtmp_testFilippo Valsorda2013-11-253-14/+9
|
* Merge pull request #1830 from jaimeMF/download-archivePhilipp Hagemeister2013-11-251-1/+1
|\ | | | | Use the 'extractor_key' field for the download archive file
| * Use the 'extractor_key' field for the download archive fileJaime Marquínez Ferrándiz2013-11-251-1/+1
|/ | | | It has the same value as the ie_key.
* Fix typo in the documentation of the 'download_archive' paramJaime Marquínez Ferrándiz2013-11-251-1/+1
|
* release 2013.11.25.3 2013.11.25.3Philipp Hagemeister2013-11-251-1/+1
|
* [soundcloud] Support for listing of audio-only filesPhilipp Hagemeister2013-11-252-1/+8
|
* Fix rtmpdump with non-ASCII filenames on Windows on 2.xPhilipp Hagemeister2013-11-251-2/+18
| | | | Reported in #1798
* Merge pull request #1829 from jaimeMF/ydl-empty-paramsPhilipp Hagemeister2013-11-251-2/+2
|\ | | | | Allow to initialize a YoutubeDL object without parameters
| * Allow to initialize a YoutubeDL object without parametersJaime Marquínez Ferrándiz2013-11-251-2/+2
| | | | | | | | Having to pass the 'outtmpl' parameter feels really strange when you just want to extract the info of a video.
* | Merge branch 'master' of github.com:rg3/youtube-dlPhilipp Hagemeister2013-11-251-0/+5
|\|
| * [bambuser] Skip the download in the testJaime Marquínez Ferrándiz2013-11-251-0/+5
| | | | | | | | It doesn't respect the 'Range' header.
* | Do not warn about fixed output template if --max-downloads is 1Philipp Hagemeister2013-11-252-6/+6
| | | | | | | | Fixes #1828
* | [soundcloud] Prefer HTTP over RTMP (#1798)Philipp Hagemeister2013-11-251-18/+48
| |
* | Reduce socket timeoutPhilipp Hagemeister2013-11-251-1/+1
|/
* release 2013.11.25.2 2013.11.25.2Philipp Hagemeister2013-11-251-1/+1
|
* Fix --download-archive (Fixes #1826)Philipp Hagemeister2013-11-251-10/+17
|
* Merge remote-tracking branch 'rbrito/swap-dimensions'Philipp Hagemeister2013-11-251-13/+13
|\
| * extractor: youtube: Swap video dimensions to match standard practice.Rogério Brito2013-10-191-13/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | While working on this, I thought about simplifying things like changing 480x854 to 480p, and that seemed like a good option, until I realized that people (me included) usually link the concept of some number followed by a p with the video being 16:9. So, we would be losing some information and, as we all know, [explicit is better than implicit][*]. [*]: http://www.python.org/dev/peps/pep-0020/ This closes #1446. Signed-off-by: Rogério Brito <rbrito@ime.usp.br>
* | [FileDownloader] use moved format_bytes methodPhilipp Hagemeister2013-11-251-1/+1
| |
* | Merge remote-tracking branch 'rzhxeo/rtmpdump'Philipp Hagemeister2013-11-251-7/+63
|\ \
| * \ Merge branch 'master' into rtmpdumprzhxeo2013-11-1864-638/+1653
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: youtube_dl/FileDownloader.py Merge
| * | | Report download progress of rtmpdumprzhxeo2013-11-091-7/+63
| | | |
* | | | release 2013.11.25.1 2013.11.25.1Philipp Hagemeister2013-11-251-1/+1
| | | |
* | | | [viki] Fix subtitle extractionPhilipp Hagemeister2013-11-252-2/+4
| | | |
* | | | [viki] Fix subtitles extractionPhilipp Hagemeister2013-11-251-1/+1
| | | |
* | | | [viki] Fix uploader extractionPhilipp Hagemeister2013-11-251-1/+1
| | | |
* | | | [tests] Remove global_setup functionPhilipp Hagemeister2013-11-259-21/+6
| | | |
* | | | release 2013.11.25 2013.11.25Philipp Hagemeister2013-11-251-1/+1
| | | |
* | | | [generic] Improve detectionPhilipp Hagemeister2013-11-251-5/+3
| | | | | | | | | | | | | | | | | | | | Allow download of http://goo.gl/7X5tOk Fixes #1818
* | | | Merge branch 'opener-to-ydl'Philipp Hagemeister2013-11-254-97/+97
|\ \ \ \
| * \ \ \ Merge branch 'master' into opener-to-ydlPhilipp Hagemeister2013-11-2420-117/+464
| |\ \ \ \
| * | | | | Document proxyPhilipp Hagemeister2013-11-241-1/+2
| | | | | |
| * | | | | Move the opener to the YoutubeDL object.Philipp Hagemeister2013-11-224-96/+96
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is the first step towards being able to just import youtube_dl and start using it. Apart from removing global state, this would fix problems like #1805.
* | | | | | Remove quality_name field and improve zdf extractorPhilipp Hagemeister2013-11-253-9/+17
| | | | | |
* | | | | | [zdf/common] Use API in ZDF extractor.Philipp Hagemeister2013-11-255-70/+112
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This also comes with a lot of extra format fields Fixes #1518
* | | | | | [viki] Make uploader field optional (#1813)Philipp Hagemeister2013-11-251-5/+6
| | | | | |
* | | | | | Update the keywords tests for the rename of the old ComedyCentralIEJaime Marquínez Ferrándiz2013-11-241-4/+4
| | | | | |
* | | | | | [comedycentral] Add support for comedycentral.com videos (closes #1824)Jaime Marquínez Ferrándiz2013-11-242-2/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It's a subclass of MTVIE The extractor for colbertnation.com and thedailyshow.com is called now ComedyCentralShowsIE
* | | | | | [viki] Skip travis testPhilipp Hagemeister2013-11-241-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | Also provide a better error message for geoblocked videos.
* | | | | | [vik] Clarify outputPhilipp Hagemeister2013-11-241-1/+2
| |/ / / / |/| | | |
* | | | | [collegehumor] Encode the xml before calling ↵Jaime Marquínez Ferrándiz2013-11-242-5/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | xml.etree.ElementTree.fromstring (fixes #1822) Uses a new helper method in InfoExtractor: _download_xml
* | | | | [youtube] Add an extractor for downloading the watch history (closes #1821)Jaime Marquínez Ferrándiz2013-11-243-0/+16
| | | | |
* | | | | [mixcloud] The description field may be missing (fixes #1819)Jaime Marquínez Ferrándiz2013-11-241-1/+1
| | | | |
* | | | | [brightcove] Don't use 'or' with the xml nodes, use the 'value' attribute ↵Jaime Marquínez Ferrándiz2013-11-241-4/+7
| | | | | | | | | | | | | | | | | | | | instead
* | | | | release 2013.11.24.1 2013.11.24.1Philipp Hagemeister2013-11-241-1/+1
| | | | |
* | | | | [clipfish] Add extractor (Fixes #1760)Philipp Hagemeister2013-11-242-0/+54
| | | | |
* | | | | release 2013.11.24 2013.11.24Philipp Hagemeister2013-11-241-1/+1
| | | | |
* | | | | [viki] Add extractor (fixes #1813)Philipp Hagemeister2013-11-242-0/+92
| | | | |
* | | | | [youtube] do not use variable name twicePhilipp Hagemeister2013-11-241-2/+2
| | | | |
* | | | | [niconico] Clarify downloadPhilipp Hagemeister2013-11-241-3/+3
| | | | |