mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-23 11:31:29 +01:00
change regex to match most cableCastTV websites
This commit is contained in:
parent
b93cee03ee
commit
8ebdf57c9c
|
@ -2,7 +2,7 @@
|
|||
|
||||
|
||||
class CableCastTVIE(InfoExtractor):
|
||||
_VALID_URL = r'https://wctv\.wilmette\.com/CablecastPublicSite/show/(?P<id>\d+)'
|
||||
_VALID_URL = r'https:\/\/[a-zA-Z0-9-]+\.cablecast\.tv\/show\/(?P<id>\d+)'
|
||||
_TESTS = [{
|
||||
'url': 'https://wctv.wilmette.com/CablecastPublicSite/show/532',
|
||||
'md5': '17e7ed129582babf6d1ae5c3b9d70d18',
|
||||
|
@ -11,6 +11,12 @@ class CableCastTVIE(InfoExtractor):
|
|||
'ext': 'mp4',
|
||||
'title': 'Village Board Meeting 4/24/24',
|
||||
},
|
||||
}, {
|
||||
'url': 'https://capitoltvri.cablecast.tv/show/9199?site=1',
|
||||
'only_matching': True,
|
||||
}, {
|
||||
'url': 'https://king-county-tv.cablecast.tv/show/504',
|
||||
'only_matching': True,
|
||||
}, {
|
||||
'url': 'https://wctv.wilmette.com/CablecastPublicSite/show/53/',
|
||||
'only_matching': True,
|
||||
|
|
Loading…
Reference in New Issue
Block a user