Sergey M․
57b0ddb35f
[discoverygo] Actualize test
2017-03-11 23:21:08 +07:00
Sergey M․
a28f8d7396
[discoverygo] Bypass geo restriction
2017-03-11 23:18:42 +07:00
Sergey M․
7049799470
[discoverygo:playlist] Add extractor ( closes #12424 )
2017-03-11 23:16:51 +07:00
Yen Chi Hsuan
4605c94d1a
[__init__] Fix missing subtitles if --add-metadata is used ( #12423 )
...
The previous fix for #5594 is incorrect
2017-03-11 19:37:45 +08:00
Juanjo Benages
9e041f1d5d
[szenikeu] Add new extractor
2017-03-11 00:20:18 +01:00
Sergey M․
a8e687a4da
release 2017.03.10
2017.03.10
2017-03-10 23:26:28 +07:00
Sergey M․
f9e5c92c94
[ChangeLog] Actualize
2017-03-10 23:23:24 +07:00
Sergey M․
c2ee861c6d
[extractor/generic] Make title optional for jwplayer embeds ( closes #12410 )
2017-03-10 23:16:53 +07:00
Sergey M․
bd34c32bd7
[wdr] Actualize comment
2017-03-10 23:07:36 +07:00
runningbits
f802c48660
[wdr:maus] Fix extraction and update tests
2017-03-10 23:59:32 +08:00
ha shao
9a061fc8ac
[extractor/common] Not all video_data have "title"
2017-03-10 17:06:00 +08:00
Julian Richen
6f2b6d50a3
[adultswim] Add skip to video which requires cable provider login
2017-03-09 18:16:08 -05:00
Dan Salmon
979dd84f48
Merge branch 'master' of github.com:rg3/youtube-dl
2017-03-09 20:58:00 +01:00
Dan Salmon
ddc296c1a6
Resolve merge conflict
2017-03-09 20:50:30 +01:00
Dan Salmon
5904f050ca
Update extractor
2017-03-09 20:40:12 +01:00
Sergey M․
76bee08fe7
[prosiebensat1] Improve title extraction and add test
2017-03-09 23:42:07 +07:00
Thomas Christlieb
2913821723
[prosiebensat1] Improve title extraction ( closes #12318 )
2017-03-10 00:18:37 +08:00
Thomas Christlieb
1b4d1a9e61
Add _og_search_title Extraction
2017-03-09 14:13:43 +01:00
John Hawkinson
7ca53b794f
[BostonGlobe] New. Nonstandard version of Brightcove.
...
Has a "data-brightcove-video-id" instead of a "data-video-id," otherwise
pretty much just Brightcove. Except the Globe isn't all Brightcove
videos, so fallback to Generic, too.
Also, abstract playlist_from_matches() from generic.py to common.py, and use
it here.
History of these changes can be found in
51170427d4b1143572a498dedaee61863a5b2c5b.
2017-03-08 18:17:36 -05:00
Miodrag Milić
1158f0dc5d
Windows setup via chocolatey repository
2017-03-08 20:42:53 +01:00
Sergey M․
0e7f9a9b48
[dplayit] Relax playback info URL extraction
2017-03-08 21:30:30 +07:00
Sergey M․
0cf2352e85
[dplayit] Separate and rewrite extractor and bypass geo restriction ( closes #12393 )
2017-03-08 21:20:01 +07:00
Yen Chi Hsuan
0f6b87d067
[miomio] Fix extraction
...
Closes #12291
Closes #12388
Closes #12402
2017-03-08 19:46:58 +08:00
Sergey M․
d7344d33b1
[telequebec] Fix description extraction and update test ( closes #12399 )
2017-03-08 18:25:59 +07:00
John Hawkinson
c764516144
[IQM2] flake8 for PEP 8
2017-03-07 23:52:26 -05:00
Simon Carpentier
9852c08393
Forgot comma :-/
2017-03-07 20:30:53 -05:00
Simon Carpentier
0da2f6218f
[telequebec] description array may be empty
2017-03-07 20:23:24 -05:00
denneboomyo
b08cc749d6
[openload] Fix extraction
2017-03-08 06:01:27 +08:00
denneboomyo
97d5377d72
Openload Fix Extraction
2017-03-07 22:57:15 +01:00
gkoelln
eba0a3c928
[Fox] Add metadata extraction
...
Add series, season number, episode number and episode.
2017-03-07 12:12:47 -06:00
John Hawkinson
34da9a4df6
Merge remote-tracking branch 'upstream/master' into brightcove-12005
...
Merge additional tests in generic.py
2017-03-07 11:15:41 -05:00
Sergey M․
b68a812ea8
[extractor/generic] Add test for brigthcove UUID-like videoPlayer
2017-03-07 23:00:21 +07:00
Sergey M․
2e76bdc850
[brightcove:legacy] Relax videoPlayer validation check ( closes #12381 )
2017-03-07 22:59:33 +07:00
John Hawkinson
c8620243d5
[BrightcoveLegacy] mark test_BrightcoveLegacy_4 as gone
...
Black screen in browsers.
youtube-dl reports:
[brightcove:legacy] ref:event-stream-356: Downloading webpage
ERROR: brightcove said: This player is not enabled for access without key.
2017-03-07 08:32:56 -05:00
John Hawkinson
f6f7ec6721
[Generic] indent fix on Test_Generic26
2017-03-07 07:53:12 -05:00
John Hawkinson
63108b8835
[brightcove:new] flake8 for PEP 8
...
I really reget not being able to use this compact syntax, as well as to align
with spaces:
if not account_id: account_id = attrs.get('data-account')
if not player_id: player_id = attrs.get('data-player')
if not embed: embed = attrs.get('data-embed')
but it really upsets flake8:
brightcove.py:519:30: E701 multiple statements on one line (colon)
brightcove.py:519:42: E221 multiple spaces before operator
brightcove.py:520:29: E701 multiple statements on one line (colon)
brightcove.py:520:30: E241 multiple spaces after ':'
brightcove.py:520:41: E221 multiple spaces before operator
brightcove.py:521:25: E701 multiple statements on one line (colon)
brightcove.py:521:26: E241 multiple spaces after ':'
brightcove.py:521:37: E221 multiple spaces before operator
2017-03-07 07:52:08 -05:00
Sanpi
62ee9977ab
[hors-serie] Add new extractor
2017-03-07 11:13:06 +01:00
Sanpi
c05a44d186
[arret-sur-images] Add new extractor
2017-03-07 10:40:01 +01:00
Yen Chi Hsuan
fe646a2f10
[twitch] PEP8
2017-03-07 15:34:06 +08:00
John Hawkinson
99474c6510
[brightcove:new] can't .rpartition video_id if it's None
2017-03-07 01:50:18 -05:00
John Hawkinson
15859c6845
[Brightcove:new] reorder doc references in order of HTML page
...
Otherwise it is very confusing to read them out of order.
2017-03-07 01:06:19 -05:00
John Hawkinson
99a9ff2423
[brightcove:new] ref[3] was deadlink
2017-03-07 01:02:02 -05:00
John Hawkinson
49571c1c2f
[brightcove:new] Combine <video> tag searches
...
Per @yan12125.
Instead of searching for <video> followed by <script>, now
search for <video> optionally followed by <script>. If we
find <script>, use it. Otherwise, extract_attributes() from the video
tag and use those.
Move stripping the 'ref': prefix of data-video-id="ref:12345" out of
regexp into code, since we now use extract_attributes().
2017-03-07 01:00:42 -05:00
John Hawkinson
68ba9882a3
[Generic] missing hash for brightcove programme-tv test
2017-03-06 22:45:43 -05:00
John Hawkinson
976a38db62
[generic] Treat both Brightcove's with similar verbosity
...
And distinguish then with
(legacy)
and
(new)
in the output.
2017-03-06 22:43:00 -05:00
John Hawkinson
50c71279c3
[Generic] Test for existing [Brightcove:new]/[2] that has no test
2017-03-06 22:41:44 -05:00
Sergey M․
9df53ea36e
Credit @puxlit for twitch 2fa ( #11974 )
2017-03-07 04:05:47 +07:00
Sergey M․
d7d7f84c95
Credit @benages for redbull.tv ( #11948 )
2017-03-07 04:05:47 +07:00
Sergey M․
dccd0ab35d
release 2017.03.07
2017.03.07
2017-03-07 03:59:22 +07:00
Sergey M․
80146dcc6c
[ChangeLog] Actualize
2017-03-07 03:57:54 +07:00