22530 Commits

Author SHA1 Message Date
Yen Chi Hsuan
abf2c79f95
Merge branch 'mcepl-tvnoe' 2016-09-05 13:39:51 +08:00
Yen Chi Hsuan
b49ad71ce1
[ChangeLog] Update for #10524 2016-09-05 13:38:55 +08:00
Yen Chi Hsuan
9127e1533d
[tvnoe] PEP8 and coding style 2016-09-05 13:37:36 +08:00
Matěj Cepl
78e762d23c Add new extractor for TV Noe (Czech Christian TV).
Fixes #10520
2016-09-04 19:06:40 +02:00
Alex Monk
53291d01d6 fix 2016-09-04 15:35:59 +01:00
Alex Monk
1c70f6cb64 Fix tests for metacafe ffilter
This reverts commit 9d87eb84b9508b497372ee350985bb21afd5d550.
2016-09-04 15:30:13 +01:00
Sergey M․
fff5d4c3da
release 2016.09.04.1 2016-09-04 21:00:18 +07:00
Sergey M․
4809490108
release 2016.09.04.1 2016.09.04.1 2016-09-04 20:58:28 +07:00
Sergey M․
8112bfeaba
[ChangeLog] Actualize 2016-09-04 20:57:18 +07:00
Sergey M․
ae7c722607
release 2016.09.04 2016-09-04 20:54:02 +07:00
Sergey M․
d9606d9b6c
release 2016.09.04 2016.09.04 2016-09-04 20:51:48 +07:00
Remita Amine
433af6ad30 [theplatform] fix player regex(closes #10546) 2016-09-04 14:24:41 +01:00
Sergey M․
feaa5ad787
[youtube:playlist] Extend _VALID_URL 2016-09-04 20:12:34 +07:00
Remita Amine
100bd86a68 [rottentomatoes] delegate extraction to InternetVideoArchiveIE 2016-09-04 11:45:29 +01:00
Remita Amine
0def758782 [internetvideoarchive] extract all formats 2016-09-04 11:45:29 +01:00
Boris Wachtmeister
555fa3c1ea [WDR] fixed extraction for wdrmaus.de
wdrmaus.de changed their link-patterns and the layout of the site, so
that the regex and a bit of the example have to be changed
2016-09-04 12:08:17 +02:00
Boris Wachtmeister
c4a40dc05f [wdr] add support for elefantenseite (closes #5731)
The "Elefantenseite" is a special subpage on wdrmaus.de which is
entirely done in flash. But the streaming-infrastructure is the same as
on the other wdr pages, so just the way to get the jsonp url to the
metadata is different.
The site uses the url-anchor to lookup the video metadata in a full
table of content.
2016-09-04 11:52:57 +02:00
Yen Chi Hsuan
919cf1a62f
[downloader/dash] Abort if the first segment fails
Closes #10497, Closes #10542
2016-09-04 17:32:29 +08:00
Yen Chi Hsuan
b29cd56591
[pornovoisines] Fix extraction (closes #10469) 2016-09-04 17:01:39 +08:00
Yen Chi Hsuan
622638512b
[rottentomatoes] Fix extraction
Closes #10467
2016-09-04 16:25:59 +08:00
Yen Chi Hsuan
922c834393 [downloader/dash] Abort if the first segment fails
Closes #10497
2016-09-04 14:15:54 +08:00
kjy00302
f6943b9f4c Merge branch 'master' into tvpleextractor 2016-09-04 12:37:20 +09:00
kjy00302
33bf29be2e fix tvple extractor 2016-09-04 12:14:04 +09:00
renalid
7d61189a20 Syntax correction 2016-09-04 00:05:12 +02:00
renalid
d330e57c2c FranceInter update : merge to similar functions on utils 2016-09-04 00:00:44 +02:00
Sergey M․
37c7490ac6
[espn] Extend _VALID_URL (Closes #10549) 2016-09-04 04:59:46 +07:00
Sergey M․
091624f9da
[vimple] Extend _VALID_URL (Closes #10547) 2016-09-04 03:39:13 +07:00
Sergey M․
7e5dc339de
[youtube:watchlater] Fix extraction (Closes #10544) 2016-09-04 00:29:01 +07:00
Sergey M․
4a69fa04e0
[downloader/dash] Abort download immediately after giving up on some fragment 2016-09-03 17:51:48 +07:00
Sergey M․
2e99cd30c3
[downloader/dash:hls] Report exact fragment error on retry 2016-09-03 17:51:48 +07:00
Sergey M․
25afc2a783
[downloader/dash:hls] Respect --fragment-retries and --skip-unavailable-fragments (Closes #10165, closes #10448) 2016-09-03 17:51:48 +07:00
Sergey M․
9603b66012
Introduce --skip-unavailable-fragments 2016-09-03 17:51:48 +07:00
Yen Chi Hsuan
45aab4d30b
[youjizz] Fix extraction. The site has moved to HTML5
Closes #10437
2016-09-03 18:37:36 +08:00
Yen Chi Hsuan
ed2bfe93aa
[fc2:embed] Add ie_key 2016-09-03 18:22:00 +08:00
Yen Chi Hsuan
cdc783510b
[foxnews:insider] Add new extractor
Closes #10445
2016-09-03 18:16:19 +08:00
Yen Chi Hsuan
cf0efe9636
[fc2:embed] New extractor for Flash player URLs
Closes #10512
2016-09-03 17:25:03 +08:00
Christian Pointner
dedb177029
Fix parsing of HTML5 media elements
This fixes an error in _parse_html5_media_entries in case
an audio or video tag directly uses a src attribute insted
of <source> elements in it's body.
2016-09-03 16:09:35 +07:00
Christian Pointner
fb579823d2 added fallback to preview player in case of copyrighted material without API key
This needs PR #10540 to work.
2016-09-03 01:53:22 +02:00
Christian Pointner
80d0541586 Fix parsing of HTML5 media elements
This fixes an error in _parse_html5_media_entries in case
an audio or video tag directly uses a src attribute insted
of <source> elements in it's body.
2016-09-03 01:50:26 +02:00
Sergey M․
7bafd90591
release 2016.09.03 2016-09-03 01:49:22 +07:00
Sergey M․
86c3bbbced
release 2016.09.03 2016.09.03 2016-09-03 01:46:41 +07:00
Sergey M․
4b3a607658
[ChangeLog] Actualize 2016-09-03 01:45:17 +07:00
Sergey M․
3a7d35b982
Credit @C4K3 for #10536 2016-09-03 01:42:33 +07:00
Sergey M․
6496ccb413
[youtube] Add support for rental videos' previews (Closes #10532) 2016-09-03 01:17:15 +07:00
Sergey M․
3fcce30289
[drtv] Update tests 2016-09-02 23:53:17 +07:00
Sergey M․
c2b2c7e138
[utils] Add quicktime to mimetype2ext 2016-09-02 23:50:42 +07:00
Sergey M․
dacb3a864a
[youtube:playlist] Fallback to video extraction for video/playlist URLs when playlist is broken (Closes #10537) 2016-09-02 23:43:20 +07:00
renalid
5db1a3a73f [Extractor Update] France Inter
Update of the "FranceInter" radio extractor : webpages HTML structure
had changed, the extractor didn't work. So I updated this extractor to
get the mp3 URL and all details.
2016-09-02 18:31:52 +02:00
Sergey M․
6066d03db0
[drtv] Modernize and make more robust 2016-09-02 23:02:15 +07:00
Sergey M․
6562d34a8c
[utils] Improve mimetype2ext 2016-09-02 22:57:48 +07:00