mirror of
https://github.com/yt-dlp/yt-dlp
synced 2025-12-19 23:55:39 +07:00
Fix some regexes
This commit is contained in:
@@ -173,7 +173,7 @@ def _real_extract(self, url):
|
||||
|
||||
|
||||
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 = [{
|
||||
'url': 'https://hrti.hrt.hr/#/video/list/category/212/ekumena',
|
||||
'info_dict': {
|
||||
|
||||
Reference in New Issue
Block a user