Philipp Hagemeister [Mon, 25 Nov 2013 04:57:55 +0000 (05:57 +0100)]
[viki] Fix uploader extraction
Philipp Hagemeister [Mon, 25 Nov 2013 02:47:32 +0000 (03:47 +0100)]
[tests] Remove global_setup function
Philipp Hagemeister [Mon, 25 Nov 2013 02:37:49 +0000 (03:37 +0100)]
release 2013.11.25
Philipp Hagemeister [Mon, 25 Nov 2013 02:35:52 +0000 (03:35 +0100)]
[generic] Improve detection
Allow download of http://goo.gl/7X5tOk
Fixes #1818
Philipp Hagemeister [Mon, 25 Nov 2013 02:30:37 +0000 (03:30 +0100)]
Merge branch 'opener-to-ydl'
Philipp Hagemeister [Mon, 25 Nov 2013 02:28:55 +0000 (03:28 +0100)]
Remove quality_name field and improve zdf extractor
Philipp Hagemeister [Mon, 25 Nov 2013 02:12:26 +0000 (03:12 +0100)]
[zdf/common] Use API in ZDF extractor.
This also comes with a lot of extra format fields
Fixes #1518
Philipp Hagemeister [Mon, 25 Nov 2013 01:02:34 +0000 (02:02 +0100)]
[viki] Make uploader field optional (#1813)
Jaime Marquínez Ferrándiz [Sun, 24 Nov 2013 21:13:20 +0000 (22:13 +0100)]
Update the keywords tests for the rename of the old ComedyCentralIE
Jaime Marquínez Ferrándiz [Sun, 24 Nov 2013 20:18:35 +0000 (21:18 +0100)]
[comedycentral] Add support for comedycentral.com videos (closes #1824)
It's a subclass of MTVIE
The extractor for colbertnation.com and thedailyshow.com is called now ComedyCentralShowsIE
Philipp Hagemeister [Sun, 24 Nov 2013 14:28:33 +0000 (15:28 +0100)]
[viki] Skip travis test
Also provide a better error message for geoblocked videos.
Philipp Hagemeister [Sun, 24 Nov 2013 14:20:16 +0000 (15:20 +0100)]
[vik] Clarify output
Philipp Hagemeister [Sun, 24 Nov 2013 14:18:44 +0000 (15:18 +0100)]
Merge branch 'master' into opener-to-ydl
Philipp Hagemeister [Sun, 24 Nov 2013 14:03:25 +0000 (15:03 +0100)]
Document proxy
Jaime Marquínez Ferrándiz [Sun, 24 Nov 2013 13:59:19 +0000 (14:59 +0100)]
[collegehumor] Encode the xml before calling xml.etree.ElementTree.fromstring (fixes #1822)
Uses a new helper method in InfoExtractor: _download_xml
Jaime Marquínez Ferrándiz [Sun, 24 Nov 2013 13:33:50 +0000 (14:33 +0100)]
[youtube] Add an extractor for downloading the watch history (closes #1821)
Jaime Marquínez Ferrándiz [Sun, 24 Nov 2013 10:28:44 +0000 (11:28 +0100)]
[mixcloud] The description field may be missing (fixes #1819)
Jaime Marquínez Ferrándiz [Sun, 24 Nov 2013 10:02:34 +0000 (11:02 +0100)]
[brightcove] Don't use 'or' with the xml nodes, use the 'value' attribute instead
Philipp Hagemeister [Sun, 24 Nov 2013 06:51:56 +0000 (07:51 +0100)]
release 2013.11.24.1
Philipp Hagemeister [Sun, 24 Nov 2013 06:51:44 +0000 (07:51 +0100)]
[clipfish] Add extractor (Fixes #1760)
Philipp Hagemeister [Sun, 24 Nov 2013 06:30:34 +0000 (07:30 +0100)]
release 2013.11.24
Philipp Hagemeister [Sun, 24 Nov 2013 06:30:05 +0000 (07:30 +0100)]
[viki] Add extractor (fixes #1813)
Philipp Hagemeister [Sun, 24 Nov 2013 05:54:26 +0000 (06:54 +0100)]
[youtube] do not use variable name twice
Philipp Hagemeister [Sun, 24 Nov 2013 05:53:50 +0000 (06:53 +0100)]
[niconico] Clarify download
Philipp Hagemeister [Sun, 24 Nov 2013 05:52:53 +0000 (06:52 +0100)]
[bandcamp] Remove unused variable
Philipp Hagemeister [Sun, 24 Nov 2013 05:52:21 +0000 (06:52 +0100)]
[update] fix error
Philipp Hagemeister [Sun, 24 Nov 2013 05:39:49 +0000 (06:39 +0100)]
Credit @takuya0301 for niconico
Philipp Hagemeister [Sun, 24 Nov 2013 05:37:14 +0000 (06:37 +0100)]
[niconico] Simplify and make work with old Python versions
The website requires SSLv3, otherwise it just times out during SSL negotiation.
Philipp Hagemeister [Sun, 24 Nov 2013 05:09:11 +0000 (06:09 +0100)]
Merge remote-tracking branch 'takuya0301/niconico'
Philipp Hagemeister [Sun, 24 Nov 2013 05:08:11 +0000 (06:08 +0100)]
Simplify logger code(#1811)
Philipp Hagemeister [Sun, 24 Nov 2013 05:07:12 +0000 (06:07 +0100)]
Merge remote-tracking branch 'iTaybb/master'
Jaime Marquínez Ferrándiz [Sat, 23 Nov 2013 22:26:06 +0000 (23:26 +0100)]
[brightcove] Set the 'videoPlayer' value to the 'videoId' if it's missing in the parameters (fixes #1815)
Philipp Hagemeister [Sat, 23 Nov 2013 14:57:42 +0000 (15:57 +0100)]
[streamcloud] skip test on travis
Takuya Tsuchida [Sat, 23 Nov 2013 09:19:44 +0000 (18:19 +0900)]
Add support for niconico
Itay Brandes [Sat, 23 Nov 2013 08:22:18 +0000 (10:22 +0200)]
Log to an external logger (fixes #1810)
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.
Philipp Hagemeister [Fri, 22 Nov 2013 22:08:15 +0000 (23:08 +0100)]
release 2013.11.22.2
Philipp Hagemeister [Fri, 22 Nov 2013 22:05:56 +0000 (23:05 +0100)]
[update] Check if version from repository is newer before updating
Closes #1704
Philipp Hagemeister [Fri, 22 Nov 2013 21:46:57 +0000 (22:46 +0100)]
Merge branch 'master' of github.com:rg3/youtube-dl
Philipp Hagemeister [Fri, 22 Nov 2013 21:46:46 +0000 (22:46 +0100)]
Match --download-archive during playlist processing (Fixes #1745)
Jaime Marquínez Ferrándiz [Fri, 22 Nov 2013 20:26:31 +0000 (21:26 +0100)]
[bambuser:channel] Update test
Jaime Marquínez Ferrándiz [Fri, 22 Nov 2013 20:25:12 +0000 (21:25 +0100)]
[howcast] update test's checksum
Jaime Marquínez Ferrándiz [Fri, 22 Nov 2013 20:19:31 +0000 (21:19 +0100)]
[bandcamp] move the album test to the album extractor and return a single track instead of a playlist
Philipp Hagemeister [Fri, 22 Nov 2013 19:23:55 +0000 (20:23 +0100)]
release 2013.11.22.1
Philipp Hagemeister [Fri, 22 Nov 2013 19:11:54 +0000 (20:11 +0100)]
Merge remote-tracking branch 'jaimeMF/yt-playlists'
Philipp Hagemeister [Fri, 22 Nov 2013 19:00:35 +0000 (20:00 +0100)]
Print full title in --get-title output (#1806)
Philipp Hagemeister [Fri, 22 Nov 2013 18:57:52 +0000 (19:57 +0100)]
Move the opener to the YoutubeDL object.
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.
Philipp Hagemeister [Fri, 22 Nov 2013 18:15:36 +0000 (19:15 +0100)]
[update] do not assign to unused variables
Philipp Hagemeister [Fri, 22 Nov 2013 18:08:33 +0000 (19:08 +0100)]
Merge branch 'master' of github.com:rg3/youtube-dl
Philipp Hagemeister [Fri, 22 Nov 2013 18:08:25 +0000 (19:08 +0100)]
[bandcamp] Skip album test
Jaime Marquínez Ferrándiz [Fri, 22 Nov 2013 17:20:31 +0000 (18:20 +0100)]
[vimeo] Fix the extraction of vimeo pro and player.vimeo.com videos
Philipp Hagemeister [Fri, 22 Nov 2013 16:46:26 +0000 (17:46 +0100)]
release 2013.11.22
Philipp Hagemeister [Fri, 22 Nov 2013 16:44:55 +0000 (17:44 +0100)]
[bandcamp] Support trackinfo-style songs (Fixes #1270)
Philipp Hagemeister [Fri, 22 Nov 2013 16:19:22 +0000 (17:19 +0100)]
[streamcloud] Add IE (Fixes #1801)
Philipp Hagemeister [Fri, 22 Nov 2013 16:17:55 +0000 (17:17 +0100)]
[toutv] Fix a typo
Jaime Marquínez Ferrándiz [Fri, 22 Nov 2013 15:05:14 +0000 (16:05 +0100)]
[bandcamp] add support for albums (reported in #1270)
Philipp Hagemeister [Thu, 21 Nov 2013 22:26:28 +0000 (23:26 +0100)]
Remove unnecessary slash in setup.py (Fixes #1778)
Jaime Marquínez Ferrándiz [Thu, 21 Nov 2013 13:09:28 +0000 (14:09 +0100)]
utils.shell_quote: Convert the args to unicode strings
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.
Philipp Hagemeister [Thu, 21 Nov 2013 12:59:33 +0000 (13:59 +0100)]
release 2013.11.21
Jaime Marquínez Ferrándiz [Thu, 21 Nov 2013 12:16:19 +0000 (13:16 +0100)]
[soundcloud] Retrieve the file url using the client_id for the iPhone (fixes #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.
Philipp Hagemeister [Wed, 20 Nov 2013 08:59:03 +0000 (09:59 +0100)]
[sztv] skip test, site is undergoing mid-term maintenance
Philipp Hagemeister [Wed, 20 Nov 2013 08:45:22 +0000 (09:45 +0100)]
[nhl] Make NHLVideocenter IE_DESC fit with other descriptions
Philipp Hagemeister [Wed, 20 Nov 2013 08:23:53 +0000 (09:23 +0100)]
[spankwire] Fix description search
Philipp Hagemeister [Wed, 20 Nov 2013 06:46:44 +0000 (07:46 +0100)]
[anitube] Skip test (on travis)
Philipp Hagemeister [Wed, 20 Nov 2013 06:45:32 +0000 (07:45 +0100)]
[spankwire] fix check for description
Philipp Hagemeister [Wed, 20 Nov 2013 06:43:21 +0000 (07:43 +0100)]
[videopremium] Support new crazy redirect scheme
Philipp Hagemeister [Wed, 20 Nov 2013 06:37:14 +0000 (07:37 +0100)]
[toutv] really skip test
Philipp Hagemeister [Wed, 20 Nov 2013 06:37:07 +0000 (07:37 +0100)]
Adapt age restriction tests to new .info.json filenames
Philipp Hagemeister [Wed, 20 Nov 2013 06:25:17 +0000 (07:25 +0100)]
release 2013.11.20
Philipp Hagemeister [Wed, 20 Nov 2013 06:23:23 +0000 (07:23 +0100)]
[escapist] Fix title search
Philipp Hagemeister [Wed, 20 Nov 2013 05:56:59 +0000 (06:56 +0100)]
[escapist] upper-case URL
Philipp Hagemeister [Wed, 20 Nov 2013 05:55:07 +0000 (06:55 +0100)]
[escapist] Fix syntax error
Philipp Hagemeister [Wed, 20 Nov 2013 05:47:50 +0000 (06:47 +0100)]
[escapist] Add support for HD format (Closes #1755)
Philipp Hagemeister [Wed, 20 Nov 2013 05:36:00 +0000 (06:36 +0100)]
Credit @diffycat for anitube
Philipp Hagemeister [Wed, 20 Nov 2013 05:35:02 +0000 (06:35 +0100)]
[anitube] Minor fixes (#1776)
Philipp Hagemeister [Wed, 20 Nov 2013 05:34:48 +0000 (06:34 +0100)]
Adapt test to changed .info.json name
Philipp Hagemeister [Wed, 20 Nov 2013 05:28:13 +0000 (06:28 +0100)]
Merge remote-tracking branch 'diffycat/master'
Philipp Hagemeister [Wed, 20 Nov 2013 05:27:48 +0000 (06:27 +0100)]
Clean up unused imports and other minor mistakes
Philipp Hagemeister [Wed, 20 Nov 2013 05:25:33 +0000 (06:25 +0100)]
[teamcoco] Correct error
Philipp Hagemeister [Wed, 20 Nov 2013 05:21:05 +0000 (06:21 +0100)]
Merge remote-tracking branch 'dz0ny/patch-1'
Philipp Hagemeister [Wed, 20 Nov 2013 05:18:24 +0000 (06:18 +0100)]
import json for --dump-json
Mohamedh Fazal [Tue, 19 Nov 2013 13:59:22 +0000 (18:59 +0500)]
Add an option to dump json information
Philipp Hagemeister [Wed, 20 Nov 2013 05:13:19 +0000 (06:13 +0100)]
Add support for tou.tv (Fixes #1792)
Jaime Marquínez Ferrándiz [Tue, 19 Nov 2013 19:43:49 +0000 (20:43 +0100)]
[d8] inherit from CanalplusIE
it reuses the same extraction process
Jaime Marquínez Ferrándiz [Tue, 19 Nov 2013 19:20:57 +0000 (20:20 +0100)]
Merge pull request #1758 from migbac/master
Add support for d8.tv
Philipp Hagemeister [Tue, 19 Nov 2013 11:41:01 +0000 (12:41 +0100)]
release 2013.11.19
Philipp Hagemeister [Mon, 18 Nov 2013 15:50:10 +0000 (07:50 -0800)]
Merge pull request #1790 from rg3/console-title
Correctly write and restore the console title on the stack (fixes #1782)
Philipp Hagemeister [Mon, 18 Nov 2013 15:42:35 +0000 (16:42 +0100)]
[youtube] only allow domain name to be upper-case (#1786)
Jaime Marquínez Ferrándiz [Mon, 18 Nov 2013 15:35:41 +0000 (16:35 +0100)]
Correctly write and restore the console title on the stack (fixes #1782)
Philipp Hagemeister [Mon, 18 Nov 2013 13:36:01 +0000 (14:36 +0100)]
[auengine] Do not return unnecessary ext
Philipp Hagemeister [Mon, 18 Nov 2013 12:56:53 +0000 (13:56 +0100)]
release 2013.11.18.1
Philipp Hagemeister [Mon, 18 Nov 2013 12:56:45 +0000 (13:56 +0100)]
[auengine] Simplify
Philipp Hagemeister [Mon, 18 Nov 2013 12:52:24 +0000 (13:52 +0100)]
Remove iPhone from user agent. This breaks a lot of extractors
In the future, it might be worth investigating whether we get better content when we claime to be an iPhone.
Philipp Hagemeister [Mon, 18 Nov 2013 12:30:43 +0000 (13:30 +0100)]
release 2013.11.18
Philipp Hagemeister [Mon, 18 Nov 2013 12:28:26 +0000 (13:28 +0100)]
Support multiple embedded YouTube URLs (Fixes #1787)
Philipp Hagemeister [Mon, 18 Nov 2013 12:18:17 +0000 (13:18 +0100)]
Support protocol-independent URLs (#1787)
Philipp Hagemeister [Mon, 18 Nov 2013 12:05:58 +0000 (13:05 +0100)]
Add iPhone to UA (#1746)
Philipp Hagemeister [Mon, 18 Nov 2013 12:05:18 +0000 (13:05 +0100)]
Suppor embed-only videos (Fixes #1746)
Philipp Hagemeister [Sun, 17 Nov 2013 21:14:13 +0000 (22:14 +0100)]
release 2013.11.17
Philipp Hagemeister [Sun, 17 Nov 2013 21:11:39 +0000 (22:11 +0100)]
[MTVIE] Try with RTMP URL if download fails
This fixes youtube-dl http://www.southpark.de/clips/155251/cartman-vs-the-dog-whisperer
Philipp Hagemeister [Sun, 17 Nov 2013 20:15:13 +0000 (12:15 -0800)]
Merge pull request #1784 from rzhxeo/southpark
Add support for southpark.de