aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
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-24release 2013.11.24.12013.11.24.1Philipp Hagemeister
2013-11-24[clipfish] Add extractor (Fixes #1760)Philipp Hagemeister
2013-11-24release 2013.11.242013.11.24Philipp Hagemeister
2013-11-24[viki] Add extractor (fixes #1813)Philipp Hagemeister
2013-11-24[youtube] do not use variable name twicePhilipp Hagemeister
2013-11-24[niconico] Clarify downloadPhilipp Hagemeister
2013-11-24[bandcamp] Remove unused variablePhilipp Hagemeister
2013-11-24[update] fix errorPhilipp Hagemeister
2013-11-24Credit @takuya0301 for niconicoPhilipp Hagemeister
2013-11-24[niconico] Simplify and make work with old Python versionsPhilipp Hagemeister
The website requires SSLv3, otherwise it just times out during SSL negotiation.
2013-11-24Merge remote-tracking branch 'takuya0301/niconico'Philipp Hagemeister
2013-11-24Simplify logger code(#1811)Philipp Hagemeister
2013-11-24Merge remote-tracking branch 'iTaybb/master'Philipp Hagemeister
2013-11-23[brightcove] Set the 'videoPlayer' value to the 'videoId' if it's missing in ↵Jaime Marquínez Ferrándiz
the parameters (fixes #1815)
2013-11-23[streamcloud] skip test on travisPhilipp Hagemeister
2013-11-23Add support for niconicoTakuya Tsuchida
2013-11-23Log to an external logger (fixes #1810)Itay Brandes
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.
2013-11-22release 2013.11.22.22013.11.22.2Philipp Hagemeister
2013-11-22[update] Check if version from repository is newer before updatingPhilipp Hagemeister
Closes #1704
2013-11-22Merge branch 'master' of github.com:rg3/youtube-dlPhilipp Hagemeister
2013-11-22Match --download-archive during playlist processing (Fixes #1745)Philipp Hagemeister
2013-11-22[bambuser:channel] Update testJaime Marquínez Ferrándiz
2013-11-22[howcast] update test's checksumJaime Marquínez Ferrándiz
2013-11-22[bandcamp] move the album test to the album extractor and return a single ↵Jaime Marquínez Ferrándiz
track instead of a playlist
2013-11-22release 2013.11.22.12013.11.22.1Philipp Hagemeister
2013-11-22Merge remote-tracking branch 'jaimeMF/yt-playlists'Philipp Hagemeister
2013-11-22Print full title in --get-title output (#1806)Philipp Hagemeister
2013-11-22[update] do not assign to unused variablesPhilipp Hagemeister
2013-11-22Merge branch 'master' of github.com:rg3/youtube-dlPhilipp Hagemeister
2013-11-22[bandcamp] Skip album testPhilipp Hagemeister
2013-11-22[vimeo] Fix the extraction of vimeo pro and player.vimeo.com videosJaime Marquínez Ferrándiz
2013-11-22release 2013.11.222013.11.22Philipp Hagemeister
2013-11-22[bandcamp] Support trackinfo-style songs (Fixes #1270)Philipp Hagemeister
2013-11-22[streamcloud] Add IE (Fixes #1801)Philipp Hagemeister
2013-11-22[toutv] Fix a typoPhilipp Hagemeister
2013-11-22[bandcamp] add support for albums (reported in #1270)Jaime Marquínez Ferrándiz
2013-11-21Remove unnecessary slash in setup.py (Fixes #1778)Philipp Hagemeister
2013-11-21utils.shell_quote: Convert the args to unicode stringsJaime Marquínez Ferrándiz
The youtube test video failed with `UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 34: ordinal not in range(128)`, the problem was with the filenames being encoded.
2013-11-21release 2013.11.212013.11.21Philipp Hagemeister
2013-11-21[soundcloud] Retrieve the file url using the client_id for the iPhone (fixes ↵Jaime Marquínez Ferrándiz
#1798) The desktop's client_id always give the rtmp url, but with the iPhone one it returns the http url if it's available.
2013-11-20[sztv] skip test, site is undergoing mid-term maintenancePhilipp Hagemeister
2013-11-20[nhl] Make NHLVideocenter IE_DESC fit with other descriptionsPhilipp Hagemeister