[zee5] Support zee5originals

This commit is contained in:
pukkandan 2021-03-13 09:46:10 +05:30
parent 8eec0120a2
commit 5b8917fb52
No known key found for this signature in database
GPG Key ID: 0F00D95A001F4698
1 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ class Zee5IE(InfoExtractor):
zee5:| zee5:|
(?:https?://)(?:www\.)?zee5\.com/(?:[^#?]+/)? (?:https?://)(?:www\.)?zee5\.com/(?:[^#?]+/)?
(?: (?:
(?:tvshows|kids)(?:/[^#/?]+){3} (?:tvshows|kids|zee5originals)(?:/[^#/?]+){3}
|movies/[^#/?]+ |movies/[^#/?]+
)/(?P<display_id>[^#/?]+)/ )/(?P<display_id>[^#/?]+)/
) )
@ -136,7 +136,7 @@ class Zee5SeriesIE(InfoExtractor):
(?: (?:
zee5:series:| zee5:series:|
(?:https?://)(?:www\.)?zee5\.com/(?:[^#?]+/)? (?:https?://)(?:www\.)?zee5\.com/(?:[^#?]+/)?
(?:tvshows|kids)(?:/[^#/?]+){2}/ (?:tvshows|kids|zee5originals)(?:/[^#/?]+){2}/
) )
(?P<id>[^#/?]+)/?(?:$|[?#]) (?P<id>[^#/?]+)/?(?:$|[?#])
''' '''