mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-03-09 12:50:23 -05:00
[tvw] Fix regex
This commit is contained in:
parent
da5ba7a5d4
commit
c46dd10032
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
class TVWIE(InfoExtractor):
|
||||
BACKUP_API_KEY = '7WhiEBzijpritypp8bqcU7pfU9uicDR'
|
||||
|
||||
_VALID_URL = r'https?://(?:www\.)?tvw\.org/video/(?P<id>.+)/'
|
||||
_VALID_URL = r'https?://(?:www\.)?tvw\.org/video/(?P<id>[^/]+)'
|
||||
_TESTS = [{
|
||||
'url': 'https://tvw.org/video/billy-frank-jr-statue-maquette-unveiling-ceremony-2024011211/',
|
||||
'md5': '9ceb94fe2bb7fd726f74f16356825703',
|
||||
|
|
Loading…
Reference in a new issue