26868 Commits

Author SHA1 Message Date
Philipp Hagemeister
07e4035879 [viki] Fix uploader extraction 2013-11-25 05:57:55 +01:00
Philipp Hagemeister
d0efb9ec9a [tests] Remove global_setup function 2013-11-25 03:47:32 +01:00
Philipp Hagemeister
94a36fdcea release 2013.11.25 2013-11-25 03:45:35 +01:00
Philipp Hagemeister
ac05067d3d release 2013.11.25 2013.11.25 2013-11-25 03:37:49 +01:00
Philipp Hagemeister
113577e155 [generic] Improve detection
Allow download of http://goo.gl/7X5tOk
Fixes #1818
2013-11-25 03:35:53 +01:00
Philipp Hagemeister
79d09f47c2 Merge branch 'opener-to-ydl' 2013-11-25 03:30:37 +01:00
Philipp Hagemeister
c059bdd432 Remove quality_name field and improve zdf extractor 2013-11-25 03:28:55 +01:00
Philipp Hagemeister
02dbf93f0e [zdf/common] Use API in ZDF extractor.
This also comes with a lot of extra format fields
Fixes #1518
2013-11-25 03:13:22 +01:00
Philipp Hagemeister
1fb2bcbbf7 [viki] Make uploader field optional (#1813) 2013-11-25 02:02:34 +01:00
Jaime Marquínez Ferrándiz
16e055849e Update the keywords tests for the rename of the old ComedyCentralIE 2013-11-24 22:13:20 +01:00
Jaime Marquínez Ferrándiz
66cfab4226 [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
2013-11-24 21:18:35 +01:00
Philipp Hagemeister
6d88bc37a3 [viki] Skip travis test
Also provide a better error message for geoblocked videos.
2013-11-24 15:28:50 +01:00
Philipp Hagemeister
b7553b2554 [vik] Clarify output 2013-11-24 15:20:16 +01:00
Philipp Hagemeister
e03db0a077 Merge branch 'master' into opener-to-ydl 2013-11-24 15:18:44 +01:00
Philipp Hagemeister
a1ee09e815 Document proxy 2013-11-24 15:03:25 +01:00
Jaime Marquínez Ferrándiz
267ed0c5d3 [collegehumor] Encode the xml before calling xml.etree.ElementTree.fromstring (fixes #1822)
Uses a new helper method in InfoExtractor: _download_xml
2013-11-24 14:59:19 +01:00
Jaime Marquínez Ferrándiz
f459d17018 [youtube] Add an extractor for downloading the watch history (closes #1821) 2013-11-24 14:33:50 +01:00
Jaime Marquínez Ferrándiz
dc65dcbb6d [mixcloud] The description field may be missing (fixes #1819) 2013-11-24 11:28:44 +01:00
Jaime Marquínez Ferrándiz
d214fdb8fe [brightcove] Don't use 'or' with the xml nodes, use the 'value' attribute instead 2013-11-24 11:02:34 +01:00
Vignesh
56a93763c2 GenericIE: Relaxing JW Player regex to be more generic
Removing the "&" from the regular expressions parsing JW Player's
videos. Doing this helps not truncate (potentially mandatory)
arguments in the file URL. Example case which was failing because
of this and works successfully after applying this patch:
http://goo.gl/7X5tOk
2013-11-23 23:48:49 -08:00
Philipp Hagemeister
fcaafe5619 Remove duplicate list from documentation
Users are prone to overread the introductory text and conclude that just because an extractor is missing in this list, youtube-dl does not support the site.
2013-11-24 07:58:32 +01:00
Philipp Hagemeister
2097054c58 release 2013.11.24.1 2013-11-24 07:55:07 +01:00
Philipp Hagemeister
138df537ff release 2013.11.24.1 2013.11.24.1 2013-11-24 07:51:56 +01:00
Philipp Hagemeister
0c7c19d6bc [clipfish] Add extractor (Fixes #1760) 2013-11-24 07:51:44 +01:00
Philipp Hagemeister
aa6e508a39 release 2013.11.24 2013-11-24 07:33:47 +01:00
Philipp Hagemeister
eaaafc59c2 release 2013.11.24 2013.11.24 2013-11-24 07:30:34 +01:00
Philipp Hagemeister
382ed50e0e [viki] Add extractor (fixes #1813) 2013-11-24 07:30:05 +01:00
epitron
be6efaf1b2 Merge branch 'master' into metadata 2013-11-24 01:02:39 -05:00
epitron
950fd1402a 'write_xattr' needs to be manually imported from 'utils' now. 2013-11-24 01:01:57 -05:00
Philipp Hagemeister
66ec019240 [youtube] do not use variable name twice 2013-11-24 06:54:26 +01:00
Philipp Hagemeister
bd49928f7a [niconico] Clarify download 2013-11-24 06:53:50 +01:00
Philipp Hagemeister
23e6d50d73 [bandcamp] Remove unused variable 2013-11-24 06:52:53 +01:00
Philipp Hagemeister
2e767313e4 [update] fix error 2013-11-24 06:52:21 +01:00
epitron
5cb3d7bf22 Merge remote-tracking branch 'origin/master' into metadata 2013-11-24 00:44:39 -05:00
Philipp Hagemeister
38b2db6a66 Credit @takuya0301 for niconico 2013-11-24 06:39:49 +01:00
Philipp Hagemeister
13ebea791f [niconico] Simplify and make work with old Python versions
The website requires SSLv3, otherwise it just times out during SSL negotiation.
2013-11-24 06:39:10 +01:00
Philipp Hagemeister
4c9c57428f Merge remote-tracking branch 'takuya0301/niconico' 2013-11-24 06:09:11 +01:00
Philipp Hagemeister
8bf9319e9c Simplify logger code(#1811) 2013-11-24 06:08:11 +01:00
Philipp Hagemeister
4914120727 Merge remote-tracking branch 'iTaybb/master' 2013-11-24 06:07:12 +01:00
Jaime Marquínez Ferrándiz
36de0a0e1a [brightcove] Set the 'videoPlayer' value to the 'videoId' if it's missing in the parameters (fixes #1815) 2013-11-23 23:27:15 +01:00
Rogério Brito
f50db4d9c2 Add missing imports for external downloading. 2013-11-23 17:48:48 -02:00
Philipp Hagemeister
bc5a961397 [streamcloud] skip test on travis 2013-11-23 17:48:48 -02:00
Philipp Hagemeister
db56299db7 release 2013.11.22.2 2013-11-23 17:48:48 -02:00
Philipp Hagemeister
66d995483f [update] Check if version from repository is newer before updating
Closes #1704
2013-11-23 17:48:48 -02:00
Philipp Hagemeister
d111459989 Match --download-archive during playlist processing (Fixes #1745) 2013-11-23 17:48:48 -02:00
Jaime Marquínez Ferrándiz
d71059b1c5 [bambuser:channel] Update test 2013-11-23 17:48:48 -02:00
Jaime Marquínez Ferrándiz
a9aa42cda2 [howcast] update test's checksum 2013-11-23 17:48:48 -02:00
Jaime Marquínez Ferrándiz
b31350b351 [bandcamp] move the album test to the album extractor and return a single track instead of a playlist 2013-11-23 17:48:48 -02:00
Philipp Hagemeister
cc58c1f208 release 2013.11.22.1 2013-11-23 17:48:48 -02:00
Philipp Hagemeister
96a1d145eb Print full title in --get-title output (#1806) 2013-11-23 17:48:48 -02:00