27259 Commits

Author SHA1 Message Date
TheDaChicken
dfd8f36472
my my let's try again. 2018-09-04 19:24:34 -07:00
TheDaChicken
aa359943bb
Now lets see if that fixed adobe pass. 2018-09-04 17:02:17 -07:00
TheDaChicken
ebf3487819
Fixed Adobe Pass thinking it's needs TV logins 2018-09-04 16:12:28 -07:00
Remita Amine
aa1d5eb905 [slideslive] make the check for video_service_name case-insensitive(closes #17429) 2018-09-04 10:37:51 +01:00
Jens Rutschmann
dab29d0fce Implemented requested changes. 2018-09-03 00:34:54 +02:00
Sergey M․
93284ff2ea
[radiojavan] Improve extraction (closes #17151) 2018-09-03 02:53:51 +07:00
Hormoz K
0a9a8118ce
[radiojavan] Fix extraction 2018-09-03 02:53:41 +07:00
Mohammed Yaseen Mowzer
3d08f63dc5
[generic] Skip unsuccessful jwplayer extraction (closes #16735) 2018-09-03 02:15:17 +07:00
Jens Rutschmann
1c14824282 Implemented requested changes.
- Removed unused capture group from URL regex.
- Removed tests for additional series with similar names.
- Relaxed regex for parsing the video ID from webpage HTML.
- Use video_id instead of id to prevent shadowing of built-in names.
2018-09-02 13:40:15 +02:00
Samadi van Koten
7e3cbdeac1
Allow passing postprocessor class directly
This makes it possible to create custom postprocessors easily
2018-09-02 12:21:50 +01:00
Jens Rutschmann
d813976ba7 Added info extractor for www.tele5.de, a German TV station. 2018-09-01 20:19:25 +02:00
Sergey M․
27d8e089a2
release 2018.09.01 2018.09.01 2018-09-01 18:40:23 +07:00
Sergey M․
7bbc1b189a
[ChangeLog] Actualize
[ci skip]
2018-09-01 18:36:18 +07:00
LangerJan
0b87e88453 [ard] Add support for one.ard.de 2018-09-01 16:42:30 +07:00
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․
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