28997 Commits

Author SHA1 Message Date
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
Philipp Hagemeister
70414957dd [update] do not assign to unused variables 2013-11-23 17:48:48 -02:00
Philipp Hagemeister
15b107edd0 [bandcamp] Skip album test 2013-11-23 17:48:48 -02:00
Jaime Marquínez Ferrándiz
ddaef2eb81 [vimeo] Fix the extraction of vimeo pro and player.vimeo.com videos 2013-11-23 17:48:48 -02:00
Philipp Hagemeister
3e005e8147 release 2013.11.22 2013-11-23 17:48:48 -02:00
Philipp Hagemeister
ad12260e92 [bandcamp] Support trackinfo-style songs (Fixes #1270) 2013-11-23 17:48:48 -02:00
Philipp Hagemeister
8ec72a4d56 [streamcloud] Add IE (Fixes #1801) 2013-11-23 17:48:48 -02:00
Philipp Hagemeister
f3363beac1 [toutv] Fix a typo 2013-11-23 17:48:48 -02:00
Jaime Marquínez Ferrándiz
92a1b106f1 [bandcamp] add support for albums (reported in #1270) 2013-11-23 17:48:48 -02:00
Philipp Hagemeister
44b8d7659b Remove unnecessary slash in setup.py (Fixes #1778) 2013-11-23 17:48:47 -02:00
Jaime Marquínez Ferrándiz
291f43f267 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.
2013-11-23 17:48:47 -02:00
Philipp Hagemeister
3009e5f10f release 2013.11.21 2013-11-23 17:48:47 -02:00
Jaime Marquínez Ferrándiz
279537ab3d [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.
2013-11-23 17:48:47 -02:00
Philipp Hagemeister
40c230ee25 [sztv] skip test, site is undergoing mid-term maintenance 2013-11-23 17:48:47 -02:00
Philipp Hagemeister
bf6267935c [nhl] Make NHLVideocenter IE_DESC fit with other descriptions 2013-11-23 17:48:47 -02:00
Philipp Hagemeister
721635871c [spankwire] Fix description search 2013-11-23 17:48:47 -02:00
Philipp Hagemeister
b13442f464 [anitube] Skip test (on travis) 2013-11-23 17:48:47 -02:00
Philipp Hagemeister
e5be36dd6f [spankwire] fix check for description 2013-11-23 17:48:47 -02:00
Philipp Hagemeister
85b7d43e8f [videopremium] Support new crazy redirect scheme 2013-11-23 17:48:47 -02:00
Philipp Hagemeister
293e715fc1 [toutv] really skip test 2013-11-23 17:48:47 -02:00
Philipp Hagemeister
8d9828caa1 Adapt age restriction tests to new .info.json filenames 2013-11-23 17:48:47 -02:00
Philipp Hagemeister
2dc3857efc release 2013.11.20 2013-11-23 17:48:47 -02:00