Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [soundcloud] Prefer HTTP over RTMP (#1798) | Philipp Hagemeister | 2013-11-25 | 1 | -18/+48 |
| | |||||
* | Reduce socket timeout | Philipp Hagemeister | 2013-11-25 | 1 | -1/+1 |
| | |||||
* | release 2013.11.25.2 | Philipp Hagemeister | 2013-11-25 | 1 | -1/+1 |
| | |||||
* | Fix --download-archive (Fixes #1826) | Philipp Hagemeister | 2013-11-25 | 1 | -10/+17 |
| | |||||
* | Merge remote-tracking branch 'rbrito/swap-dimensions' | Philipp Hagemeister | 2013-11-25 | 1 | -13/+13 |
|\ | |||||
| * | extractor: youtube: Swap video dimensions to match standard practice. | Rogério Brito | 2013-10-19 | 1 | -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 method | Philipp Hagemeister | 2013-11-25 | 1 | -1/+1 |
| | | |||||
* | | Merge remote-tracking branch 'rzhxeo/rtmpdump' | Philipp Hagemeister | 2013-11-25 | 1 | -7/+63 |
|\ \ | |||||
| * \ | Merge branch 'master' into rtmpdump | rzhxeo | 2013-11-18 | 64 | -638/+1653 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: youtube_dl/FileDownloader.py Merge | ||||
| * | | | Report download progress of rtmpdump | rzhxeo | 2013-11-09 | 1 | -7/+63 |
| | | | | |||||
* | | | | release 2013.11.25.1 | Philipp Hagemeister | 2013-11-25 | 1 | -1/+1 |
| | | | | |||||
* | | | | [viki] Fix subtitle extraction | Philipp Hagemeister | 2013-11-25 | 2 | -2/+4 |
| | | | | |||||
* | | | | [viki] Fix subtitles extraction | Philipp Hagemeister | 2013-11-25 | 1 | -1/+1 |
| | | | | |||||
* | | | | [viki] Fix uploader extraction | Philipp Hagemeister | 2013-11-25 | 1 | -1/+1 |
| | | | | |||||
* | | | | [tests] Remove global_setup function | Philipp Hagemeister | 2013-11-25 | 9 | -21/+6 |
| | | | | |||||
* | | | | release 2013.11.25 | Philipp Hagemeister | 2013-11-25 | 1 | -1/+1 |
| | | | | |||||
* | | | | [generic] Improve detection | Philipp Hagemeister | 2013-11-25 | 1 | -5/+3 |
| | | | | | | | | | | | | | | | | | | | | Allow download of http://goo.gl/7X5tOk Fixes #1818 | ||||
* | | | | Merge branch 'opener-to-ydl' | Philipp Hagemeister | 2013-11-25 | 4 | -97/+97 |
|\ \ \ \ | |||||
| * \ \ \ | Merge branch 'master' into opener-to-ydl | Philipp Hagemeister | 2013-11-24 | 20 | -117/+464 |
| |\ \ \ \ | |||||
| * | | | | | Document proxy | Philipp Hagemeister | 2013-11-24 | 1 | -1/+2 |
| | | | | | | |||||
| * | | | | | Move the opener to the YoutubeDL object. | Philipp Hagemeister | 2013-11-22 | 4 | -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 extractor | Philipp Hagemeister | 2013-11-25 | 3 | -9/+17 |
| | | | | | | |||||
* | | | | | | [zdf/common] Use API in ZDF extractor. | Philipp Hagemeister | 2013-11-25 | 5 | -70/+112 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This also comes with a lot of extra format fields Fixes #1518 | ||||
* | | | | | | [viki] Make uploader field optional (#1813) | Philipp Hagemeister | 2013-11-25 | 1 | -5/+6 |
| | | | | | | |||||
* | | | | | | Update the keywords tests for the rename of the old ComedyCentralIE | Jaime Marquínez Ferrándiz | 2013-11-24 | 1 | -4/+4 |
| | | | | | | |||||
* | | | | | | [comedycentral] Add support for comedycentral.com videos (closes #1824) | Jaime Marquínez Ferrándiz | 2013-11-24 | 2 | -2/+33 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It's a subclass of MTVIE The extractor for colbertnation.com and thedailyshow.com is called now ComedyCentralShowsIE | ||||
* | | | | | | [viki] Skip travis test | Philipp Hagemeister | 2013-11-24 | 1 | -1/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | Also provide a better error message for geoblocked videos. | ||||
* | | | | | | [vik] Clarify output | Philipp Hagemeister | 2013-11-24 | 1 | -1/+2 |
| |/ / / / |/| | | | | |||||
* | | | | | [collegehumor] Encode the xml before calling ↵ | Jaime Marquínez Ferrándiz | 2013-11-24 | 2 | -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ándiz | 2013-11-24 | 3 | -0/+16 |
| | | | | | |||||
* | | | | | [mixcloud] The description field may be missing (fixes #1819) | Jaime Marquínez Ferrándiz | 2013-11-24 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | [brightcove] Don't use 'or' with the xml nodes, use the 'value' attribute ↵ | Jaime Marquínez Ferrándiz | 2013-11-24 | 1 | -4/+7 |
| | | | | | | | | | | | | | | | | | | | | instead | ||||
* | | | | | release 2013.11.24.1 | Philipp Hagemeister | 2013-11-24 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | [clipfish] Add extractor (Fixes #1760) | Philipp Hagemeister | 2013-11-24 | 2 | -0/+54 |
| | | | | | |||||
* | | | | | release 2013.11.24 | Philipp Hagemeister | 2013-11-24 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | [viki] Add extractor (fixes #1813) | Philipp Hagemeister | 2013-11-24 | 2 | -0/+92 |
| | | | | | |||||
* | | | | | [youtube] do not use variable name twice | Philipp Hagemeister | 2013-11-24 | 1 | -2/+2 |
| | | | | | |||||
* | | | | | [niconico] Clarify download | Philipp Hagemeister | 2013-11-24 | 1 | -3/+3 |
| | | | | | |||||
* | | | | | [bandcamp] Remove unused variable | Philipp Hagemeister | 2013-11-24 | 1 | -1/+0 |
| | | | | | |||||
* | | | | | [update] fix error | Philipp Hagemeister | 2013-11-24 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Credit @takuya0301 for niconico | Philipp Hagemeister | 2013-11-24 | 1 | -0/+1 |
| | | | | | |||||
* | | | | | [niconico] Simplify and make work with old Python versions | Philipp Hagemeister | 2013-11-24 | 2 | -95/+55 |
| | | | | | | | | | | | | | | | | | | | | The website requires SSLv3, otherwise it just times out during SSL negotiation. | ||||
* | | | | | Merge remote-tracking branch 'takuya0301/niconico' | Philipp Hagemeister | 2013-11-24 | 2 | -0/+191 |
|\ \ \ \ \ | |||||
| * | | | | | Add support for niconico | Takuya Tsuchida | 2013-11-23 | 2 | -0/+191 |
| | | | | | | |||||
* | | | | | | Simplify logger code(#1811) | Philipp Hagemeister | 2013-11-24 | 1 | -3/+3 |
| | | | | | | |||||
* | | | | | | Merge remote-tracking branch 'iTaybb/master' | Philipp Hagemeister | 2013-11-24 | 1 | -5/+11 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Log to an external logger (fixes #1810) | Itay Brandes | 2013-11-23 | 1 | -5/+11 |
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Sadly applications using youtube-dl's python sources can't directly access it's log stream. It's pretty much limited to stdout and stderr only. It should log to logging.Logger instance passed to YoutubeDL's params dictionary. | ||||
* | | | | | | [brightcove] Set the 'videoPlayer' value to the 'videoId' if it's missing in ↵ | Jaime Marquínez Ferrándiz | 2013-11-23 | 1 | -3/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | the parameters (fixes #1815) | ||||
* | | | | | | [streamcloud] skip test on travis | Philipp Hagemeister | 2013-11-23 | 1 | -0/+1 |
|/ / / / / | |||||
* | | | | | release 2013.11.22.2 | Philipp Hagemeister | 2013-11-22 | 1 | -1/+1 |
| | | | | |