mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-05 04:27:05 +01:00
parent
5318156f1c
commit
a4713ba96d
@ -14,7 +14,7 @@ class VootIE(InfoExtractor):
|
||||
voot:|
|
||||
https?://(?:www\.)?voot\.com/?
|
||||
(?:
|
||||
movies/[^/]+/|
|
||||
movies?/[^/]+/|
|
||||
(?:shows|kids)/(?:[^/]+/){4}
|
||||
)
|
||||
)
|
||||
@ -47,6 +47,9 @@ class VootIE(InfoExtractor):
|
||||
}, {
|
||||
'url': 'https://www.voot.com/movies/pandavas-5/424627',
|
||||
'only_matching': True,
|
||||
}, {
|
||||
'url': 'https://www.voot.com/movie/fight-club/621842',
|
||||
'only_matching': True,
|
||||
}]
|
||||
|
||||
def _real_extract(self, url):
|
||||
|
Loading…
Reference in New Issue
Block a user