Yen Chi Hsuan
98d560f205
[test/test_socks] Skip SOCKS tests
...
They occasional trigger errors or blocks
(https://travis-ci.org/rg3/youtube-dl/jobs/130184883 )
2016-05-14 18:48:36 +08:00
Yen Chi Hsuan
afcc317800
Merge pull request #9466 from TRox1972/patch-1
...
Update README.md
2016-05-14 17:03:04 +08:00
kjy00302
0b692229f7
Merge branch 'master' into tvpleextractor
2016-05-14 17:32:32 +09:00
kjy00302
0b426f926e
fix playpage extraction and username extraction
2016-05-14 17:19:27 +09:00
Belderak
b469c1305c
[Flipagram] Add new extractor
2016-05-13 20:31:01 -04:00
jbuzzard
33a4446c89
add "--no-generic-extractor" flag which excludes usage of the generic extractor when processing a url.
2016-05-13 16:08:26 -07:00
Sergey M․
b5abf86148
[cinemassacre] Remove extractor ( Closes #9457 )
...
It now uses jwplatform
2016-05-14 04:53:14 +06:00
Sergey M․
134c6ea856
[YoutubeDL] Sanitize url for url and url_transparent extraction results
2016-05-14 04:46:38 +06:00
remitamine
0730be9022
[sina] fix extraction( fixes #1146 )
2016-05-13 20:25:01 +01:00
Sergey M․
96c2e3e909
[imdb] Improve extraction
2016-05-13 23:25:05 +06:00
Sergey M․
f196508f7b
[imdb] Relax _VALID_URL ( Closes #9481 )
2016-05-13 22:19:00 +06:00
Arnaud
bd82ce8e26
Update imdb.py
...
update url imdb or screenplay
2016-05-13 15:33:26 +02:00
Yen Chi Hsuan
cc1028aa6d
[openload] Fix extraction ( closes #9472 )
2016-05-13 18:11:08 +08:00
remitamine
ad55e10165
[brightcove] change the protocol for m3u8 formats to m3u8_native
2016-05-13 08:35:38 +01:00
remitamine
18cf6381f6
[nrk] extract m3u8 formats
2016-05-13 08:05:28 +01:00
remitamine
cdf32ff15d
[extractors] add import for UstudioEmbedIE
2016-05-13 05:25:32 +01:00
remitamine
99d79b8692
[ustudio] add support ustudio app/embed urls
2016-05-13 05:21:45 +01:00
Dāvis
c81313a79c
[amc] Add extractor for amc.com
...
Closes #8636
2016-05-13 02:03:51 +03:00
remitamine
b9e7bc55da
[mgtv] extract http formats
2016-05-12 22:46:23 +01:00
Sergey M․
d8d540cf0d
[nrk] Rework extractor ( Closes #9470 )
2016-05-13 02:07:12 +06:00
Thor77
85a696cc88
don't rely on json-data, but just check for 'file'
2016-05-12 21:21:45 +02:00
Sergey M․
0df79d552a
[twitch:bookmarks] Remove extractor
...
Bookmarks no longer available
2016-05-13 00:14:30 +06:00
Sergey M․
0db3a66162
[twitch] Skip dead tests
2016-05-12 23:57:52 +06:00
Yen Chi Hsuan
7581bfc958
[utils] Unquote crendentials passed to SOCKS proxies
...
Fixes #9450
2016-05-13 00:27:25 +08:00
TRox1972
f388f616c1
Update README.md
2016-05-12 16:48:12 +02:00
Thor77
803385278a
[bandcamp] update md5 for second test
2016-05-12 16:03:10 +02:00
Thor77
bc465fb661
[bandcamp] raise ExtractorError when track not streamable
2016-05-12 16:00:21 +02:00
Yen Chi Hsuan
a3fa6024d6
[bloomberg] Fix test_Bloomberg
...
In this test case, sometimes HLS is the best format while sometimes HDS
is. To prevent occasional test failures, force HDS to be the best
format. In the past, testing against HDS formats causes the same error
as #9214 , which is fixed as #9377 landed.
2016-05-12 20:08:42 +08:00
Yen Chi Hsuan
1b405bb47d
[downloader/f4m] Tolerate truncate segments when testing
...
Replaces #9216
Fixes #9214 and test_Bloomberg partially
2016-05-12 20:02:36 +08:00
Yen Chi Hsuan
7e8ddca1bb
[vevo] Delay the georestriction check to prevent false alerts
...
Fixes #9408
2016-05-12 19:56:58 +08:00
Yen Chi Hsuan
778a1ccca7
[utils] Add Œ and œ found in French to ACCENT_CHARS
...
Fixes #9463
2016-05-12 19:48:48 +08:00
Yen Chi Hsuan
4540515cb3
[iqiyi] Fix 1080P extraction ( closes #9446 )
2016-05-12 18:48:27 +08:00
Sergey M․
e0741fd449
[__init__] Simplify colon presence check
2016-05-11 22:03:30 +06:00
teemuy
e73b9c65e2
Bugfix: Allow colons in custom HTTP header values.
2016-05-11 21:59:24 +06:00
Uri London
67ef4b07da
Merge branch 'master' of github.com:rg3/youtube-dl
2016-05-11 18:58:33 +03:00
teemuy
a9a7e4fbdf
Bugfix: Allow colons in custom HTTP header values.
2016-05-11 18:10:30 +03:00
Christian Klein
bd6db24f82
[philharmonie] Add new extractor
2016-05-11 15:06:49 +02:00
Jalakas
545fc3e3c2
[err] Fixes for Travis tests
2016-05-10 22:49:24 +03:00
Jalakas
749010659d
[err] Add new extractor
2016-05-10 20:11:21 +03:00
Christian Klein
03318de5fe
Extractor for www.philharmonie.tv
2016-05-10 11:44:57 +02:00
Yen Chi Hsuan
702ccf2dc0
[compat] Rename shlex_quote and remove unused subprocess_check_output
2016-05-10 16:00:21 +08:00
Gilles Habran
79c92a5fa7
Merge branch 'master' of https://github.com/rg3/youtube-dl
2016-05-10 09:41:55 +02:00
Yen Chi Hsuan
4f9ab7014a
[downloader/f4m] Tolerate truncate segments when testing
...
Replaces #9216
Fixes #9214 and test_Bloomberg partially
2016-05-10 15:26:58 +08:00
Philipp Hagemeister
28b4f73620
release 2016.05.10
2016.05.10
2016-05-10 09:08:08 +02:00
Yen Chi Hsuan
c2876afafe
[test/test_socks] Use a different port range
...
Seems on Travis CI, ports in the original range are often used.
2016-05-10 14:51:38 +08:00
Yen Chi Hsuan
6ddb4888d2
[options] Update --proxy description for SOCKS proxies
2016-05-10 14:51:38 +08:00
Yen Chi Hsuan
fa5cb8d021
[socks] Remove a superfluous clause
2016-05-10 14:51:38 +08:00
Yen Chi Hsuan
e21f17fc86
[test/test_socks] Test with local SOCKS servers
2016-05-10 14:51:38 +08:00
Yen Chi Hsuan
edaa23f822
[compat] Rename struct_(un)pack to compat_struct_(un)pack
2016-05-10 14:51:38 +08:00
Yen Chi Hsuan
d5ae6bb501
[utils] Add rationale for register_socks_protocols
2016-05-10 14:51:38 +08:00