1
0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2025-07-01 16:06:23 +00:00

Merge 315be3e85ae42293c401780915f81ae9ffa0359c into 711e72c292327674c4a0593fdbb83d6347738ec9

This commit is contained in:
Navin Kumar A S 2025-02-24 05:02:33 +00:00 committed by GitHub
commit dfe50eb79b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -489,8 +489,8 @@ from .hitrecord import HitRecordIE
from .hornbunny import HornBunnyIE
from .hotnewhiphop import HotNewHipHopIE
from .hotstar import (
HotStarIE,
HotStarPlaylistIE,
HotStarIE,
)
from .howcast import HowcastIE
from .howstuffworks import HowStuffWorksIE

View File

@ -222,7 +222,7 @@ class HotStarIE(HotStarBaseIE):
class HotStarPlaylistIE(HotStarBaseIE):
IE_NAME = 'hotstar:playlist'
_VALID_URL = r'https?://(?:www\.)?hotstar\.com/(?:[a-z]{2}/)?tv/[^/]+/s-\w+/list/[^/]+/t-(?P<id>\w+)'
_VALID_URL = r'https?://(?:www\.)?hotstar\.com/(?:[a-z]{2}/)?tv/[^/]+/\w+/list/[^/]+/t-(?P<id>\w+)'
_TESTS = [{
'url': 'https://www.hotstar.com/tv/savdhaan-india/s-26/list/popular-clips/t-3_2_26',
'info_dict': {