mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-03 08:19:57 +01:00
[hrti:playlist] Relax _VALID_URL
This commit is contained in:
parent
197224b7a4
commit
ae5af89079
@ -173,7 +173,7 @@ def _real_extract(self, url):
|
|||||||
|
|
||||||
|
|
||||||
class HRTiPlaylistIE(HRTiBaseIE):
|
class HRTiPlaylistIE(HRTiBaseIE):
|
||||||
_VALID_URL = r'https?://hrti\.hrt\.hr/#/video/list/category/(?P<id>[0-9]+)/(?P<display_id>[^/]+)?'
|
_VALID_URL = r'https?://hrti\.hrt\.hr/(?:#/)?video/list/category/(?P<id>[0-9]+)/(?P<display_id>[^/]+)?'
|
||||||
_TESTS = [{
|
_TESTS = [{
|
||||||
'url': 'https://hrti.hrt.hr/#/video/list/category/212/ekumena',
|
'url': 'https://hrti.hrt.hr/#/video/list/category/212/ekumena',
|
||||||
'info_dict': {
|
'info_dict': {
|
||||||
@ -185,6 +185,9 @@ class HRTiPlaylistIE(HRTiBaseIE):
|
|||||||
}, {
|
}, {
|
||||||
'url': 'https://hrti.hrt.hr/#/video/list/category/212/',
|
'url': 'https://hrti.hrt.hr/#/video/list/category/212/',
|
||||||
'only_matching': True,
|
'only_matching': True,
|
||||||
|
}, {
|
||||||
|
'url': 'https://hrti.hrt.hr/video/list/category/212/ekumena',
|
||||||
|
'only_matching': True,
|
||||||
}]
|
}]
|
||||||
|
|
||||||
def _real_extract(self, url):
|
def _real_extract(self, url):
|
||||||
|
Loading…
Reference in New Issue
Block a user