mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-02 09:12:40 +01:00
parent
0c908911f9
commit
385adffcf5
@ -23,7 +23,7 @@ class Zee5IE(InfoExtractor):
|
|||||||
https?://(?:www\.)?zee5\.com/(?:[^#?]+/)?
|
https?://(?:www\.)?zee5\.com/(?:[^#?]+/)?
|
||||||
(?:
|
(?:
|
||||||
(?:tv-shows|kids|web-series|zee5originals)(?:/[^#/?]+){3}
|
(?:tv-shows|kids|web-series|zee5originals)(?:/[^#/?]+){3}
|
||||||
|(?:movies|kids|videos)/(?!kids-shows)[^#/?]+
|
|(?:movies|kids|videos|news|music-videos)/(?!kids-shows)[^#/?]+
|
||||||
)/(?P<display_id>[^#/?]+)/
|
)/(?P<display_id>[^#/?]+)/
|
||||||
)
|
)
|
||||||
(?P<id>[^#/?]+)/?(?:$|[?#])
|
(?P<id>[^#/?]+)/?(?:$|[?#])
|
||||||
@ -87,6 +87,12 @@ class Zee5IE(InfoExtractor):
|
|||||||
}, {
|
}, {
|
||||||
'url': 'https://www.zee5.com/kids/kids-movies/maya-bommalu/0-0-movie_1040370005',
|
'url': 'https://www.zee5.com/kids/kids-movies/maya-bommalu/0-0-movie_1040370005',
|
||||||
'only_matching': True
|
'only_matching': True
|
||||||
|
}, {
|
||||||
|
'url': 'https://www.zee5.com/news/details/jana-sena-chief-pawan-kalyan-shows-slippers-to-ysrcp-leaders/0-0-newsauto_6ettj4242oo0',
|
||||||
|
'only_matching': True
|
||||||
|
}, {
|
||||||
|
'url': 'https://www.zee5.com/music-videos/details/adhento-gaani-vunnapaatuga-jersey-nani-shraddha-srinath/0-0-56973',
|
||||||
|
'only_matching': True
|
||||||
}]
|
}]
|
||||||
_DETAIL_API_URL = 'https://spapi.zee5.com/singlePlayback/getDetails/secure?content_id={}&device_id={}&platform_name=desktop_web&country=IN&check_parental_control=false'
|
_DETAIL_API_URL = 'https://spapi.zee5.com/singlePlayback/getDetails/secure?content_id={}&device_id={}&platform_name=desktop_web&country=IN&check_parental_control=false'
|
||||||
_DEVICE_ID = ''.join(random.choices(string.ascii_letters + string.digits, k=20)).ljust(32, '0')
|
_DEVICE_ID = ''.join(random.choices(string.ascii_letters + string.digits, k=20)).ljust(32, '0')
|
||||||
|
Loading…
Reference in New Issue
Block a user