Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-11-26 | Include the proxy in the parameters for YoutubeDL (fixes #1831) | Jaime Marquínez Ferrándiz | |
2013-11-25 | Use the 'extractor_key' field for the download archive file | Jaime Marquínez Ferrándiz | |
It has the same value as the ie_key. | |||
2013-11-25 | Fix typo in the documentation of the 'download_archive' param | Jaime Marquínez Ferrándiz | |
2013-11-25 | release 2013.11.25.32013.11.25.3 | Philipp Hagemeister | |
2013-11-25 | [soundcloud] Support for listing of audio-only files | Philipp Hagemeister | |
2013-11-25 | Fix rtmpdump with non-ASCII filenames on Windows on 2.x | Philipp Hagemeister | |
Reported in #1798 | |||
2013-11-25 | Merge pull request #1829 from jaimeMF/ydl-empty-params | Philipp Hagemeister | |
Allow to initialize a YoutubeDL object without parameters | |||
2013-11-25 | Merge branch 'master' of github.com:rg3/youtube-dl | Philipp Hagemeister | |
2013-11-25 | Do not warn about fixed output template if --max-downloads is 1 | Philipp Hagemeister | |
Fixes #1828 | |||
2013-11-25 | Allow to initialize a YoutubeDL object without parameters | Jaime Marquínez Ferrándiz | |
Having to pass the 'outtmpl' parameter feels really strange when you just want to extract the info of a video. | |||
2013-11-25 | [bambuser] Skip the download in the test | Jaime Marquínez Ferrándiz | |
It doesn't respect the 'Range' header. | |||
2013-11-25 | [soundcloud] Prefer HTTP over RTMP (#1798) | Philipp Hagemeister | |
2013-11-25 | Reduce socket timeout | Philipp Hagemeister | |
2013-11-25 | release 2013.11.25.22013.11.25.2 | Philipp Hagemeister | |
2013-11-25 | Fix --download-archive (Fixes #1826) | Philipp Hagemeister | |
2013-11-25 | Merge remote-tracking branch 'rbrito/swap-dimensions' | Philipp Hagemeister | |
2013-11-25 | [FileDownloader] use moved format_bytes method | Philipp Hagemeister | |
2013-11-25 | Merge remote-tracking branch 'rzhxeo/rtmpdump' | Philipp Hagemeister | |
2013-11-25 | release 2013.11.25.12013.11.25.1 | Philipp Hagemeister | |
2013-11-25 | [viki] Fix subtitle extraction | Philipp Hagemeister | |
2013-11-25 | [viki] Fix subtitles extraction | Philipp Hagemeister | |
2013-11-25 | [viki] Fix uploader extraction | Philipp Hagemeister | |
2013-11-25 | release 2013.11.252013.11.25 | Philipp Hagemeister | |
2013-11-25 | [generic] Improve detection | Philipp Hagemeister | |
Allow download of http://goo.gl/7X5tOk Fixes #1818 | |||
2013-11-25 | Merge branch 'opener-to-ydl' | Philipp Hagemeister | |
2013-11-25 | Remove quality_name field and improve zdf extractor | Philipp Hagemeister | |
2013-11-25 | [zdf/common] Use API in ZDF extractor. | Philipp Hagemeister | |
This also comes with a lot of extra format fields Fixes #1518 | |||
2013-11-25 | [viki] Make uploader field optional (#1813) | Philipp Hagemeister | |
2013-11-24 | [comedycentral] Add support for comedycentral.com videos (closes #1824) | Jaime Marquínez Ferrándiz | |
It's a subclass of MTVIE The extractor for colbertnation.com and thedailyshow.com is called now ComedyCentralShowsIE | |||
2013-11-24 | [viki] Skip travis test | Philipp Hagemeister | |
Also provide a better error message for geoblocked videos. | |||
2013-11-24 | [vik] Clarify output | Philipp Hagemeister | |
2013-11-24 | Merge branch 'master' into opener-to-ydl | Philipp Hagemeister | |
2013-11-24 | Document proxy | Philipp Hagemeister | |
2013-11-24 | [collegehumor] Encode the xml before calling ↵ | Jaime Marquínez Ferrándiz | |
xml.etree.ElementTree.fromstring (fixes #1822) Uses a new helper method in InfoExtractor: _download_xml | |||
2013-11-24 | [youtube] Add an extractor for downloading the watch history (closes #1821) | Jaime Marquínez Ferrándiz | |
2013-11-24 | [mixcloud] The description field may be missing (fixes #1819) | Jaime Marquínez Ferrándiz | |
2013-11-24 | [brightcove] Don't use 'or' with the xml nodes, use the 'value' attribute ↵ | Jaime Marquínez Ferrándiz | |
instead | |||
2013-11-24 | release 2013.11.24.12013.11.24.1 | Philipp Hagemeister | |
2013-11-24 | [clipfish] Add extractor (Fixes #1760) | Philipp Hagemeister | |
2013-11-24 | release 2013.11.242013.11.24 | Philipp Hagemeister | |
2013-11-24 | [viki] Add extractor (fixes #1813) | Philipp Hagemeister | |
2013-11-24 | [youtube] do not use variable name twice | Philipp Hagemeister | |
2013-11-24 | [niconico] Clarify download | Philipp Hagemeister | |
2013-11-24 | [bandcamp] Remove unused variable | Philipp Hagemeister | |
2013-11-24 | [update] fix error | Philipp Hagemeister | |
2013-11-24 | Credit @takuya0301 for niconico | Philipp Hagemeister | |
2013-11-24 | [niconico] Simplify and make work with old Python versions | Philipp Hagemeister | |
The website requires SSLv3, otherwise it just times out during SSL negotiation. | |||
2013-11-24 | Merge remote-tracking branch 'takuya0301/niconico' | Philipp Hagemeister | |
2013-11-24 | Simplify logger code(#1811) | Philipp Hagemeister | |
2013-11-24 | Merge remote-tracking branch 'iTaybb/master' | Philipp Hagemeister | |