1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2024-09-05 02:19:36 +02:00

Merge remote-tracking branch 'upstream/master'

This commit is contained in:
Jody Bruchon 2020-09-18 08:49:11 -04:00
commit 4f0150dcec

View File

@ -69,7 +69,7 @@ def _call_api_v2(self, path, video_id):
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',