John Hawkinson
046bb59dc9
[generic] Test for Senate ISVP iframe
2017-03-20 11:55:31 -04:00
John Hawkinson
8a8cc339b6
[senateisvp] Allow https URL scheme for embeds
2017-03-20 23:35:13 +08:00
John Hawkinson
17aa397d16
[SenateISVP] iframes can be https
2017-03-20 11:28:53 -04:00
Vijay Singh
957f453429
[Openload.co] Fixed Extraction
...
They did it again. just a minor change though. here's quick fix
2017-03-20 16:15:00 +08:00
Vijay Singh
3a3c383732
[Openload.co] Fixed Extraction
...
They did it again. just a minor change though. here's quick fix
2017-03-20 09:22:32 +05:30
John Hawkinson
a5d5a2c068
[generic] utf8 decode before re.match(), for Python 3
...
Otherwise we raise
TypeError: can't use a string pattern on a bytes-like object
This perhaps argues for putting it in is_html(), which already
does this decoding. But of course plain whitespace isn't just
html. So perhaps renaming is_html()? I dunno what is simpler.
Let's start with this.
2017-03-19 21:52:13 -04:00
John Hawkinson
00bc75ca01
[generic] Allow parsing when first 512 bytes are whitespace
...
is_html(first_bytes) will fail if the first 512 bytes of the URL are
all whitespace, for some weird reason. Such a case probably is not a
direct video link, the case we're concerned about downloading
inadvertently, since that wouldn't be a valid video binary file
format.
But it's still peculiar, so don't silently ignore it -- print a
warning and continue on.
2017-03-19 21:01:47 -04:00
John Hawkinson
6206194c5a
[generic] Replace LazyYT test with skiplagged
...
discourse.ubuntu.com has gone away, repalce with skiplagged.com.
Be nice to have a non-frontpage URL that might be more stable,
though I don't have one. Maybe this should move to html
in test/test_InfoExtractor.py?
2017-03-19 20:52:25 -04:00
Sergey M․
0e9a73e612
release 2017.03.20
2017.03.20
2017-03-20 00:07:57 +07:00
Sergey M․
0ecdd3adbd
[ChangeLog] Actualize
2017-03-20 00:03:58 +07:00
Sergey M․
9487ce03e9
[YoutubeDL] Allow multiple input URLs to be used with stdout as output template
2017-03-19 23:59:40 +07:00
Sergey M․
45e6ad21b4
Credit @mrBliss for vtm ( #11912 )
2017-03-19 23:48:02 +07:00
motophil
334fdb1922
[Gaskrank] fix for broken site. - requested fix.
2017-03-19 16:45:30 +01:00
Yen Chi Hsuan
68220649fa
[ChangeLog] Update after #12099
2017-03-19 20:42:17 +08:00
John Hawkinson
46b18f2349
[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-19 20:40:31 +08:00
motophil
9b3cd96034
[Gaskrank] fix for broken site.
2017-03-19 12:54:02 +01:00
Tithen-Firion
fc8e22df8f
[tvnplayer] Add extractor
2017-03-19 01:04:24 +01:00
Remita Amine
772b5ff57f
[toongoggles] Add new extractor( closes #12171 )
2017-03-19 00:45:38 +01:00
Alpesh Valia
f4c968ac5b
[hotstar] checked code with flake8 and modified
2017-03-18 22:21:08 +05:30
John Hawkinson
fe6eb793c0
[Brightcove:new] reorder doc refs in code order (again)
2017-03-18 12:36:45 -04:00
Sergey M․
f68ef1e2ab
[medialaan] Remove unrelated test
2017-03-18 23:23:47 +07:00
John Hawkinson
936693bf1b
[generic] Skip Test_Generic25, it changes frequently
...
But it was only added 2 weeks ago by @dstftw in
b68a812ea839e44148516a34a15193189e58ba77, so maybe it should be
handled differently? Remove the test? Mark it only_matching? Not sure.
2017-03-18 12:09:13 -04:00
John Hawkinson
a3915f69fa
[generic] remove Brightcove detection messages
...
Unnecessarily verbose since the extractor itself
will print messages prefixed by IE_NAME.
2017-03-18 11:49:06 -04:00
John Hawkinson
36fc7fb07a
[brightcove:new] reorder [1] <video> comment to point of use
2017-03-18 11:47:24 -04:00
John Hawkinson
ca67fc4341
[brightcove:new] don't strip ref: from video_id
...
Partial revert of 49571c1c2fc0872d8e8cf341cdeacd57d8885236
which was based on a misreading of the regexp extractor.
2017-03-18 11:46:16 -04:00
midas02
75aa38a42e
Update canvas.py
...
Added an IE_NAME and IE_DESC line to canvas.py so the supported sites would be correctly identified in https://github.com/rg3/youtube-dl/blob/master/docs/supportedsites.md
2017-03-18 02:44:23 +01:00
midas02
3584d35892
Update vrt.py
...
Adding extractor descriptions so supported sites would show up in https://github.com/rg3/youtube-dl/blob/master/docs/supportedsites.md
2017-03-18 02:28:07 +01:00
midas02
964d95bbac
Update vier.py
...
Adding extractor descriptions so supported sites would show up in https://github.com/rg3/youtube-dl/blob/master/docs/supportedsites.md
2017-03-18 02:18:48 +01:00
Sergey M․
febfe1e262
[adobepass] Detect and output error on authz token extraction ( #12472 )
2017-03-18 06:21:31 +07:00
Vijay Singh
5f0daab1ca
[openload] Fix extraction
2017-03-18 07:02:55 +08:00
Vijay Singh
535db92a7f
[Openload] Fixed Extraction Again
...
They did it again, just a minor change though since the last one
2017-03-18 04:31:52 +05:30
Sergey M․
2a721cdff2
[medialaan] Fix and improve extraction ( closes #11912 )
2017-03-18 05:58:54 +07:00
mrBliss
e7a51a4c02
[vtm] Add extractor ( closes #9974 )
...
Implementation of the approach described in #9974 .
2017-03-18 00:27:04 +07:00
Remita Amine
3e5856d860
[discoverynetworks] add support for more domains and bypass geo restiction
2017-03-17 09:53:44 +01:00
Yen Chi Hsuan
ea883a687c
[openload] Fix extraction ( closes #10408 )
...
Thanks to @makgun02
Ref: http://pastebin.com/raw/JX9gHFUz
2017-03-17 15:22:34 +08:00
Sergey M․
7f3590c43b
[test_InfoExtractor] Add some realworld tests for _extract_jwplayer_data
2017-03-17 00:00:01 +07:00
Alpesh Valia
0ac58ee4ef
[hotstar] added playlist support for hotstar
2017-03-16 22:00:11 +05:30
Sergey M․
7d539ee10a
release 2017.03.16
2017.03.16
2017-03-16 22:42:12 +07:00
Sergey M․
6ad476079d
[ChangeLog] Actualize
2017-03-16 22:39:48 +07:00
Alpesh Valia
4c487d5d0d
[hotstar] improved code
2017-03-16 19:20:08 +05:30
Alpesh Valia
0500037160
[hotstar] changed base class of hotstarplaylist
2017-03-16 17:41:38 +05:30
Alpesh Valia
ee5c2ea0ff
Merge branch 'hotstar_playlist_support' of https://github.com/alpeshvalia/youtube-dl into hotstar_playlist_support
2017-03-16 17:38:22 +05:30
Alpesh Valia
b6b90a7135
[hotstar] hotstar playlist
...
[hotstar] added support for downloading playlist
[hotstar] made suggested changes
2017-03-16 17:37:36 +05:30
Alpesh Valia
7049537709
[hotstar] made suggested changes
2017-03-16 17:36:29 +05:30
Philipp Hagemeister
0efbc6b56d
[options] Mention flac support and sort alphabetically among the audio formats
2017-03-16 12:54:47 +01:00
Philipp Hagemeister
21bfcd3d6e
[postprocessor/ffmpeg] Add support for flac
...
Requested at http://stackoverflow.com/q/42828041/35070
2017-03-16 12:50:45 +01:00
Sergey M․
b51dc9db0e
[extractor/common] Extract SMIL formats from jwplayer
2017-03-16 03:30:53 +07:00
Sergey M․
a309684285
[extractor/generic] Add forgotten return for jwplayer formats
2017-03-16 03:28:01 +07:00
Alpesh Valia
4ad0b8f31e
[hotstar] added support for downloading playlist
2017-03-15 16:22:53 +05:30
Remita Amine
ba448445b8
[redbull] improve extraction
...
- extract 1080p quality
- correct ttml subtitle ext
- catch api errors
- reduce request size
2017-03-15 01:40:54 +01:00