mirror of
https://github.com/yt-dlp/yt-dlp
synced 2025-01-28 19:58:38 +01:00
Merge remote-tracking branch 'upstream/master'
This commit is contained in:
commit
4f0150dcec
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ class HotStarBaseIE(InfoExtractor):
|
|||
|
||||
class HotStarIE(HotStarBaseIE):
|
||||
IE_NAME = 'hotstar'
|
||||
_VALID_URL = r'https?://(?:www\.)?hotstar\.com/\S+\/(?P<id>\d{10})'
|
||||
_VALID_URL = r'https?://(?:www\.)?hotstar\.com/.*(?P<id>\d{10})'
|
||||
_TESTS = [{
|
||||
# contentData
|
||||
'url': 'https://www.hotstar.com/can-you-not-spread-rumours/1000076273',
|
||||
|
|
Loading…
Add table
Reference in a new issue