Gorfiend
4d59db5b90
[niconico] Fix extraction on python3 ( closes #17393 )
2018-09-01 16:04:45 +07:00
Remita Amine
4627995882
[crunchyroll] limit VRVIE inheritance to CrunchyrollIE
2018-09-01 10:04:10 +01:00
Sergey M
409f0fc25d
Update niconico.py
2018-09-01 16:02:42 +07:00
Remita Amine
7f2611cb5b
[ard] extract f4m formats
2018-09-01 08:40:38 +01:00
Remita Amine
54a5be4dba
[crunchyroll] parse vilos media data( closes #17343 )
2018-09-01 08:16:41 +01:00
Gorfiend
deeb21c8f2
[niconico] Encode json data in request for formats ( closes #17393 )
2018-08-31 21:15:26 -04:00
Philipp Hagemeister
ed6919e737
[ard] beta mediathek: make regexp for JSON more robust
2018-09-01 01:59:13 +02:00
Philipp Hagemeister
2b83da2463
[ard] Better format handling
...
Skip f4m, doesn't work (yet); correctly extract m3u8, and prefer plain HTTP files.
2018-09-01 00:45:36 +02:00
Philipp Hagemeister
c1a37eb24a
[ard] Add support for Beta ARD Mediathek
...
Thanks to https://blog.fefe.de/?ts=a577685d for pointing out support is missing.
2018-09-01 00:18:17 +02:00
Maocx
a045fe9c59
Made api endpoint dynamic
...
Made api-endpoint more robust to change.
2018-08-31 17:31:35 +02:00
Jan Gampe
61968de31f
Changed Test to an only_matching test
2018-08-31 13:24:04 +02:00
Jan Gampe
948c5abb26
Add Test for one.ard.de URL
2018-08-31 11:45:46 +02:00
Jan Gampe
3ac28c6e6f
Add 'one.ard.de' to valid URLs of ARD Mediathek extractor
2018-08-31 10:58:31 +02:00
Jan Gampe
4f4648a444
Add 'one.ard.de' to valid URLs of ARD Mediathek extractor
2018-08-31 10:43:36 +02:00
Sergey M․
4991e16c2a
[bandcamp] Extract more metadata ( closes #13197 )
2018-08-31 03:35:55 +07:00
Parmjit Virk
14b7a24c19
[bandcamp] Extract track_number ( closes #17266 )
2018-08-31 02:32:35 +07:00
Sergey M
11c62ed5eb
Update bandcamp.py
2018-08-31 02:31:38 +07:00
Leonardo Taccari
73f3bdbeb4
[internazionale] Fix extraction of non-available-abroad videos
2018-08-31 02:15:46 +07:00
Leonardo Taccari
b3b271a0b1
[internazionale] Avoid bool(int(...)) casting and code duplication
...
(Hopefully) based on what @dstftw suggested.
It is better to avoid bool(int(...)) because it is fragile.
Avoid code duplication in video_base initialization.
2018-08-30 21:08:30 +02:00
Leonardo Taccari
839d9a85c0
[internazionale] Fix extraction of non-available-abroad videos
...
Some videos can have a `data-video-available_abroad' attribute that
can be "0" or "1" depending if the video is available abroad (if
not present it is available abroad).
For not available abroad videos (all the ones with
data-video-available_abroad="1") video-ita.internazionale.it is
used instead of video.internazionale.it.
Adjust Internazionale extractor to reflect that and add a test for
a not available abroad video.
2018-08-30 20:12:32 +02:00
Thinh Nguyen
ac4fdaa75a
Merge branch 'master' into fix-zing-mp3
2018-08-28 19:08:27 -04:00
Sergey M․
9e21e6d96b
[utils] Improve remote address skipping and add support for python 2.6 ( closes #17362 )
2018-08-29 01:18:03 +07:00
Andrew Udvare
8959018a5f
[utils] Skip remote IP addresses non matching to source address' IP version ( closes #13422 )
2018-08-29 01:17:53 +07:00
Maocx
b12bfd5bb2
Sending correct content-type
...
Added content-type from https://github.com/pietje666/plugin.video.vrt.nu/issues/21 .
2018-08-28 17:27:48 +02:00
TheDaChicken
f0b34bccc0
[Cartoonnetwork] Allowing more support if the website changes.
2018-08-27 18:17:30 -07:00
TheDaChicken
ccc4c02ece
[CartoonNetwork] Fixed shortclips
...
ShortClips don't have descriptions, so it will crash but now it's fixed.
2018-08-27 16:03:37 -07:00
TheDaChicken
80f77c3b59
[CartoonNetwork] Changes stuff I forgot
...
Changed description's label from authType to description
2018-08-27 15:48:01 -07:00
TheDaChicken
23ece5268e
[CartoonNetwork] Made it in the format of everything else.
2018-08-27 15:23:56 -07:00
Parmjit Virk
c3904b5cc5
[Bandcamp] Added track number for metadata
2018-08-27 16:36:37 -05:00
Urgau
4ccb83efe7
[RTBF] Improve fail-safe
2018-08-27 22:20:41 +02:00
Sergey M․
e95b4e63a0
release 2018.08.28
2018-08-28 03:13:04 +07:00
Sergey M․
eebbce5656
release 2018.08.28
2018.08.28
2018-08-28 03:10:09 +07:00
Sergey M․
56213aff1d
[ChangeLog] Actualize
...
[ci skip]
2018-08-28 03:07:18 +07:00
Sergey M․
409b9324da
[youtube:playlist] Add support for music album playlists (OLAK5uy_ prefix) ( closes #17361 )
2018-08-28 02:20:32 +07:00
Urgau
8e5cc10774
[RTBF] Get full title and description
...
Get the full title and description of RTBF by downloading the real webpage and searching og metadata.
2018-08-27 21:14:54 +02:00
Andrew Udvare
a341b0d5d6
Merge remote-tracking branch 'upstream/master' into force-ipv4-ipv6-fix
2018-08-27 14:45:04 -04:00
Andrew Udvare
d16c33ffe2
[utils] Fix --force-ipv4, --force-ipv6, --source-address
2018-08-27 14:43:08 -04:00
Andrew Udvare
835f22816d
Merge remote-tracking branch 'upstream/master' into force-ipv4-ipv6-fix
2018-08-27 14:39:22 -04:00
Andrew Udvare
02df41354c
[bitchute] Fix extraction by pass custom User-Agent
2018-08-27 22:04:56 +07:00
Andrew Udvare
0a80bc06cd
[bitchute] Formatting
2018-08-27 10:54:02 -04:00
Andrew Udvare
4221859c65
[bitchute] Needs user agent to get formats
2018-08-27 09:50:22 -04:00
Parmjit Virk
3b8f7a876c
[YoutubeDL] display all video titles in formats list output
2018-08-27 02:44:45 -05:00
Parmjit Virk
1fdb5ec5b1
Merge branch 'master' into Vimeo-issue-16717
2018-08-26 17:05:40 -05:00
Sergey M․
dd88fd65a5
[webofstories:playlist] Fix extraction ( closes #16914 )
2018-08-26 21:42:30 +07:00
Sergey M․
287cf7e443
[generic] Remove unused import
2018-08-26 20:09:02 +07:00
Sergey M․
dac6f7654a
[tvplayhome] Add extractor ( closes #17344 )
2018-08-26 20:08:55 +07:00
Mart
f743511503
[Sporza] More robust targetUrl selection
2018-08-25 18:39:08 +02:00
Mart
d71b9c3c56
[Sporza] Changes based on feedback on 9650f240d5
2018-08-25 18:33:59 +02:00
Mart
a361b9f789
[Sporza] Add extractor for new url format
2018-08-25 13:32:23 +02:00
Mohammed Al Sahaf
50a0d47bf6
[webofstories] capture playlist members by id attribute
2018-08-25 11:54:27 +03:00