Commit Graph
22 Commits
Author SHA1 Message Date
nixxo 4f618e64f5 [skyit] removed old skyitalia extractor 2020-12-01 12:10:50 +01:00
nixxo 5867a16789 [rcs] fixed embeds detection, fixed tests 2020-11-09 10:59:25 +01:00
nixxo 8924ddc3ee [gedi] fixed Gedi regex 2020-11-09 10:07:52 +01:00
nixxo 595188ec71 [gedi] fixed Embeds tests, again 2020-11-09 09:57:15 +01:00
nixxo 6c1c3e5b85 [gedi] fixed Embeds test 2020-11-09 09:28:50 +01:00
nixxo 902784a2a9 [gedi] added huffingtonpost, added embeds 2020-11-09 09:16:37 +01:00
nixxo 8abd647c59 [mailru] removed escaped braces, use urljoin, added tests 2020-11-05 20:52:28 +01:00
nixxo ab36800b1f [la7] fix missing protocol 2020-11-04 18:14:02 +01:00
nixxo e61f360157 [skyitalia] added geoblock msg 2020-10-31 14:52:07 +01:00
nixxo 920ad13673 [skyitalia] fixed coding conventions 2020-10-29 13:37:07 +01:00
nixxo 508649e6f5 [rcs] fixed coding conventions 2020-10-29 13:31:12 +01:00
nixxo a85e131b48 [rcs] Add new extractor 2020-10-28 20:32:28 +01:00
nixxo 165ce9f773 [gedi] removed unused tests, fixed extractor name 2020-10-28 20:04:00 +01:00
nixxo 81a20463a4 [skyitalia] moved token 2020-10-28 17:06:49 +01:00
nixxo 0b72c2bc31 [skyitalia] removed arbitrary parameter 2020-10-28 17:04:36 +01:00
nixxo c3c18d7b8a [skyitalia] Add new extractor 2020-10-28 16:55:58 +01:00
nixxo 6c6ee4905f [mtv] proposed fix 2020-10-28 13:48:22 +01:00
nixxo d4ca287459 [gedi] fixed class name 2020-10-26 22:03:03 +01:00
nixxo a916af123c [gedi] Add new extractor 2020-10-26 22:01:25 +01:00
nixxoandGitHub 5fec75c81c [mtv] Fix a missing match_id
Fix a problem introduced in 320724f964 where is extracted the ID from the url with self._match_id but the problem is that ID is not always present in the url passed so the title should be extracted as proposed by the fix (and like is done in _real_extract (see line 337))
2020-10-26 13:36:29 +01:00
nixxoandGitHub 1ca5f821c8 [redtube] Extend _VALID_URL (#26506) 2020-09-20 11:39:42 +07:00
nixxoandGitHub d53fec697e [mailru] fixed extraction
improved valid_url regex to match more urls like
>https://my.mail.ru/mail/7bw7/video/embed/_myvideo/6778
>https://videoapi.my.mail.ru/videos/embed/mail/7bw7/_myvideo/6778.html
previously not matched.

Fixed json extraction to download metadata and video url.
2020-09-07 14:21:21 +02:00