Compare commits

...

5 Commits

Author SHA1 Message Date
Navin Kumar A S
d7989493f5
Merge 315be3e85ae42293c401780915f81ae9ffa0359c into 2b4fbfce25902d557b86b003cf48f738129efce4 2025-03-26 08:20:05 +00:00
Navin Kumar A S
315be3e85a Revert "Revert "Merge branch 'master' of https://github.com/navinas33/youtube-dl""
This reverts commit 51e0878ac6b3d284a21a8e1e77786d8d915fe956.
2020-12-22 08:18:04 +05:30
Navin Kumar A S
51e0878ac6 Revert "Merge branch 'master' of https://github.com/navinas33/youtube-dl"
This reverts commit 3ac65aadee05bbd97ed0f60919b7c606a9761ce6, reversing
changes made to b1ae1f3f88b81e542eb012f16fa7ec907d70f532.
2020-12-22 08:17:57 +05:30
Navin Kumar A S
3ac65aadee Merge branch 'master' of https://github.com/navinas33/youtube-dl 2020-12-22 08:17:37 +05:30
Navin Kumar A S
b1ae1f3f88 Hotstar Playlist regex update
HotStarPlaylistIE regex updated.
2020-12-22 08:15:46 +05:30
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': {