Sergey M․
d247a2c8bf
[bbc] Fix regex
2015-07-28 02:06:27 +06:00
Sergey M․
88ed52aec9
[bbc] Add support for direct bbc.co.uk embeds
2015-07-27 22:05:51 +06:00
Jaime Marquínez Ferrándiz
4c6bd5b5b6
[youtube] Use 'vp8' and 'vp9' in lowercase ( fixes #6358 )
...
That's how YouTube reports them in their DASH manifest.
2015-07-26 14:14:28 +02:00
tippfeler
aeb7b41d44
[spiegel] Accept iframe urls
...
Closes #6370 .
2015-07-26 14:00:56 +02:00
Sergey M․
5bdec59de1
[comcarcoff] Add support for singleshots ( Closes #6366 )
2015-07-26 09:51:54 +06:00
Sergey M․
7a89681722
[bbc] Skip DASH until supported
2015-07-25 22:32:54 +06:00
Sergey M․
51da40e621
[bbc] PEP8
2015-07-25 22:19:54 +06:00
Sergey M․
1af330f29f
Merge branch 'atomicdryad-pr-bbcnews'
2015-07-25 20:22:13 +06:00
Sergey M․
9afa1770d1
[bbc] Improve playlist extraction, refactor, expand support and document
2015-07-25 20:21:42 +06:00
Yen Chi Hsuan
3ebbcce1c7
Merge branch 'cyb3r-ir90tv'
2015-07-25 18:49:24 +08:00
Yen Chi Hsuan
2c7c721933
[ir90tv] Optional fields should be non-fatal
2015-07-25 18:48:00 +08:00
Yen Chi Hsuan
7523647391
[ir90tv] PEP8
2015-07-25 18:43:07 +08:00
Yen Chi Hsuan
9700cd9097
[ir90tv] Improve title extraction
2015-07-25 18:42:40 +08:00
Yen Chi Hsuan
eab7faa0c1
[ir90tv] Test (?:www\.)? part in _VALID_URL
2015-07-25 18:39:01 +08:00
Yen Chi Hsuan
a56c1e38c7
Merge branch 'ir90tv' of https://github.com/cyb3r/youtube-dl into cyb3r-ir90tv
2015-07-25 18:36:04 +08:00
Sergey M․
40a2d17052
[soundcloud:playlist] Defer download link resolve
2015-07-25 15:48:44 +06:00
Sergey M․
b14fa8e687
[soundcloud:set] Defer download link resolve ( Closes #6354 )
2015-07-25 15:47:53 +06:00
Sergey M․
678e436f2e
[youtube] Handle empty allowed regions ( Closes #6351 )
2015-07-25 02:09:34 +06:00
Sergey M․
ff81c4c99c
Merge branch 'pr-bbcnews' of https://github.com/atomicdryad/youtube-dl into atomicdryad-pr-bbcnews
2015-07-24 20:21:48 +06:00
Sergey M.
420658e6cb
Merge pull request #6350 from remitamine/letv
...
[letv] fix height
2015-07-24 20:03:44 +06:00
remitamine
593ddd851b
[letv] fix height
2015-07-24 14:46:45 +01:00
Yen Chi Hsuan
1243402657
[dailymotion:playlist] Detect problematic redirection ( fixes #6347 )
2015-07-24 21:29:44 +08:00
Sergey M․
2b2ee140c3
[dailymotion:user] Fix _VALID_URL ( Closes #6346 )
2015-07-24 03:40:24 +06:00
Sergey M․
d97f5cd795
[bbccouk] Make more robust ( Closes #6345 )
2015-07-24 02:56:54 +06:00
Sergey M․
f3f0b8e403
[canalplus] Modernize
2015-07-24 00:21:13 +06:00
Sergey M․
660f9459da
[canalplus] Fix m3u8 videos extension
2015-07-24 00:17:36 +06:00
Sergey M․
10952eb2cf
[extractor/common] Consistent URL spelling
2015-07-23 23:37:45 +06:00
Sergey M.
cdad742700
Merge pull request #6306 from jaimeMF/extract_start_time
...
[youtube] Extract start_time
2015-07-23 23:33:54 +06:00
Sergey M․
a9e8f60ef6
[rtlnl] Update unencrypted streams comment ( #6337 )
2015-07-23 23:20:24 +06:00
corone17
a8b7b26068
Undo adaptive -> flash workaround
...
For a couple of days now rtlXL's non-DRM adaptive (m3u8) streams don't work anymore. By undoing the adaptive -> flash workaround youtube-dl returns the DRM streams again. Too bad for foreigners (geoblock).
The progressive streams still work fine.
2015-07-23 23:08:39 +06:00
Sergey M․
ba911137fa
[rts] Add support for articles with videos on rhs ( Closes #6332 )
2015-07-23 22:50:59 +06:00
Sergey M․
d3f007af18
[daylimotion] Adapt to player v5 and modernize ( Closes #6151 , closes #6250 )
2015-07-23 22:04:47 +06:00
Jaime Marquínez Ferrándiz
2929fa0e79
[youtube] Also look into the 'start' field for start_time
2015-07-23 13:21:18 +02:00
Jaime Marquínez Ferrándiz
297a564bee
[youtube] Extract end_time
2015-07-23 13:20:21 +02:00
fnord
53b8247cb5
NationalGeographic._VALID_URL: work site-wide
...
Closes #6343 .
2015-07-23 12:21:41 +02:00
Jaime Marquínez Ferrándiz
59db9f8018
[downloader/dash] Improve 'combine_url' ( fixes #6341 )
...
In some videos the base_url already ends with '/'.
2015-07-23 12:09:30 +02:00
Yen Chi Hsuan
b73b14f72c
[viki] Rewrite dict selection codes
2015-07-23 14:02:19 +08:00
Yen Chi Hsuan
41597d9bed
[viki] Fix description extraction ( closes #6339 )
2015-07-23 13:39:19 +08:00
Jaime Marquínez Ferrándiz
b37317d8b0
[generic] Unescape HTML escape sequences in redirect urls ( fixes #6311 )
2015-07-22 23:33:49 +02:00
Jaime Marquínez Ferrándiz
87dc451108
[youtube] Don't use the DASH manifest from 'get_video_info' if 'use_cipher_signature' is True ( #5118 )
...
Currently they give a 403 Forbidden error.
2015-07-22 23:27:41 +02:00
Jaime Marquínez Ferrándiz
ca4456eda8
[tagesschau] Remove unused import
2015-07-22 23:23:38 +02:00
Sergey M․
993df6bc22
[prosiebensat1] Modernize
2015-07-23 03:05:16 +06:00
Sergey M․
61be92e26a
[prosiebensat1] Recognize DRM protected videos ( #6334 )
2015-07-23 03:04:23 +06:00
Sergey M․
c59b61c0da
[viki] Fix height ( Closes #6333 )
2015-07-23 02:13:51 +06:00
Sergey M․
3e214851a4
[tagesschau] Improve tests
2015-07-23 01:01:35 +06:00
Sergey M․
a47b602b08
[tagesschau] Add support for audio
2015-07-23 01:01:04 +06:00
Sergey M․
a083b859e4
Merge branch 'rohieb-patch/enhance-tagesschau-regex'
2015-07-23 00:31:09 +06:00
Sergey M․
948199deac
[tagesschau] Relax _VALID_URL and simplify
2015-07-23 00:30:48 +06:00
Sergey M․
c356620ec1
Merge branch 'patch/enhance-tagesschau-regex' of https://github.com/rohieb/youtube-dl into rohieb-patch/enhance-tagesschau-regex
2015-07-23 00:12:46 +06:00
Yen Chi Hsuan
f79ebf09a2
Credit @nichdu for Lecture2Go extractor
2015-07-23 01:56:55 +08:00