26868 Commits

Author SHA1 Message Date
tamas
099b65e268 python3 compatibility fix 2018-09-06 23:31:55 +02:00
tamas
d72a1263cf title fallback 2018-09-06 23:10:26 +02:00
tamas
8f347dcc02 first commit for mediaklikk.hu extractor 2018-09-06 23:02:28 +02:00
mttronc
e854223a2d [wwe] Add extractor 2018-09-06 15:58:36 +02:00
TheDaChicken
c17af25816
I think I got it now lol 2018-09-05 17:59:56 -07:00
Ali Irani
38200dc7f9 Fixed extractor of Aparat with new updates 2018-09-06 02:08:38 +04:30
Sergey M․
2d4fe594c6
[pornhub:uservideos] Add support for new URLs (closes #17388) 2018-09-06 00:51:20 +07:00
Sergey M․
09322cccdb
[iprima] Confirm adult check (closes #17437) 2018-09-06 00:22:53 +07:00
Timendum
7d7098eeac [dplay] handle es, removed old metadata (close #16969) 2018-09-05 15:51:26 +02:00
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