aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-11-28release 2013.11.282013.11.28Philipp Hagemeister
2013-11-28[zdf] Use _download_xmlPhilipp Hagemeister
2013-11-28[zdf] add a pseudo-testcase and fix URL matchingPhilipp Hagemeister
2013-11-28Merge branch 'master' of github.com:rg3/youtube-dlPhilipp Hagemeister
2013-11-28[youtube:feeds] Use the 'paging' value from the downloaded json information ↵Jaime Marquínez Ferrándiz
(fixes #1845)
2013-11-27[yahoo] Fix video extraction and use the new format system exclusivelyJaime Marquínez Ferrándiz
2013-11-27[youtube:playlist] Fix the extraction of the title for some mixes (#1844)Jaime Marquínez Ferrándiz
Like https://www.youtube.com/watch?v=g8jDB5xOiuE&list=RDIh2gxLqR7HM
2013-11-27[clipfish] Effect a better error message (#1842)Philipp Hagemeister
2013-11-27[videopremium] support new .me domainFilippo Valsorda
2013-11-27[bash-completion] Complete the ':ythistory' keywordJaime Marquínez Ferrándiz
2013-11-27[bash-completion] Complete filenames or directories if the previous option ↵Jaime Marquínez Ferrándiz
requires it
2013-11-26[youtube:playlist] Add support for YouTube mixes (fixes #1839)Jaime Marquínez Ferrándiz
2013-11-26Use the new '_download_xml' helper in more extractorsJaime Marquínez Ferrándiz
2013-11-26[youtube:playlist] Remove the link with index 0Jaime Marquínez Ferrándiz
It's not the first video of the playlist, it appears in the 'Play all' button (see the test course for an example)
2013-11-26YoutubeDL: set the 'params' property before any message/warning/error is ↵Jaime Marquínez Ferrándiz
sent (fixes #1840) If it sets the 'restrictfilenames' param, it will first report a warning. It will try to get the logger from the 'params' property, which would be set at that moment to None, raising the error 'AttributeError: 'NoneType' object has no attribute 'get''
2013-11-26release 2013.11.262013.11.26Philipp Hagemeister
2013-11-26Include the proxy in the parameters for YoutubeDL (fixes #1831)Jaime Marquínez Ferrándiz
2013-11-25Merge pull request #1830 from jaimeMF/download-archivePhilipp Hagemeister
Use the 'extractor_key' field for the download archive file
2013-11-25Use the 'extractor_key' field for the download archive fileJaime Marquínez Ferrándiz
It has the same value as the ie_key.
2013-11-25Fix typo in the documentation of the 'download_archive' paramJaime Marquínez Ferrándiz
2013-11-25release 2013.11.25.32013.11.25.3Philipp Hagemeister
2013-11-25[soundcloud] Support for listing of audio-only filesPhilipp Hagemeister
2013-11-25Fix rtmpdump with non-ASCII filenames on Windows on 2.xPhilipp Hagemeister
Reported in #1798
2013-11-25Merge pull request #1829 from jaimeMF/ydl-empty-paramsPhilipp Hagemeister
Allow to initialize a YoutubeDL object without parameters
2013-11-25Merge branch 'master' of github.com:rg3/youtube-dlPhilipp Hagemeister
2013-11-25Do not warn about fixed output template if --max-downloads is 1Philipp Hagemeister
Fixes #1828
2013-11-25Allow to initialize a YoutubeDL object without parametersJaime 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 testJaime Marquínez Ferrándiz
It doesn't respect the 'Range' header.
2013-11-25[soundcloud] Prefer HTTP over RTMP (#1798)Philipp Hagemeister
2013-11-25Reduce socket timeoutPhilipp Hagemeister
2013-11-25release 2013.11.25.22013.11.25.2Philipp Hagemeister
2013-11-25Fix --download-archive (Fixes #1826)Philipp Hagemeister
2013-11-25Merge remote-tracking branch 'rbrito/swap-dimensions'Philipp Hagemeister
2013-11-25[FileDownloader] use moved format_bytes methodPhilipp Hagemeister
2013-11-25Merge remote-tracking branch 'rzhxeo/rtmpdump'Philipp Hagemeister
2013-11-25release 2013.11.25.12013.11.25.1Philipp Hagemeister
2013-11-25[viki] Fix subtitle extractionPhilipp Hagemeister
2013-11-25[viki] Fix subtitles extractionPhilipp Hagemeister
2013-11-25[viki] Fix uploader extractionPhilipp Hagemeister
2013-11-25[tests] Remove global_setup functionPhilipp Hagemeister
2013-11-25release 2013.11.252013.11.25Philipp Hagemeister
2013-11-25[generic] Improve detectionPhilipp Hagemeister
Allow download of http://goo.gl/7X5tOk Fixes #1818
2013-11-25Merge branch 'opener-to-ydl'Philipp Hagemeister
2013-11-25Remove quality_name field and improve zdf extractorPhilipp 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-24Update the keywords tests for the rename of the old ComedyCentralIEJaime Marquínez Ferrándiz
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 testPhilipp Hagemeister
Also provide a better error message for geoblocked videos.
2013-11-24[vik] Clarify outputPhilipp Hagemeister