diff options
author | Jody Bruchon <jody@jodybruchon.com> | 2020-09-18 08:49:11 -0400 |
---|---|---|
committer | Jody Bruchon <jody@jodybruchon.com> | 2020-09-18 08:49:11 -0400 |
commit | 4f0150dcec4450dea039c5697282f0552bab3fa6 (patch) | |
tree | 3b5c288c8449982fb16b28792f2e8daf4afedc4b | |
parent | a4d834fb3ef0b9f31469c8de99797063bafbac4e (diff) | |
parent | 35d3b674c7469df33f51e3f2c19ee075d2b72f76 (diff) | |
download | hypervideo-pre-4f0150dcec4450dea039c5697282f0552bab3fa6.tar.lz hypervideo-pre-4f0150dcec4450dea039c5697282f0552bab3fa6.tar.xz hypervideo-pre-4f0150dcec4450dea039c5697282f0552bab3fa6.zip |
Merge remote-tracking branch 'upstream/master'
-rw-r--r-- | youtube_dlc/extractor/hotstar.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dlc/extractor/hotstar.py b/youtube_dlc/extractor/hotstar.py index 61692949e..1c8c399c1 100644 --- a/youtube_dlc/extractor/hotstar.py +++ b/youtube_dlc/extractor/hotstar.py @@ -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', |