Commit Graph
9 Commits
Author SHA1 Message Date
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 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
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