mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-03 09:40:30 +00:00
parent
7e6a187096
commit
5a373d9768
@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
|
|
||||||
class VeoIE(InfoExtractor):
|
class VeoIE(InfoExtractor):
|
||||||
_VALID_URL = r'https?://app\.veo\.co/matches/(?P<id>[0-9A-Za-z-]+)'
|
_VALID_URL = r'https?://app\.veo\.co/matches/(?P<id>[0-9A-Za-z-_]+)'
|
||||||
|
|
||||||
_TESTS = [{
|
_TESTS = [{
|
||||||
'url': 'https://app.veo.co/matches/20201027-last-period/',
|
'url': 'https://app.veo.co/matches/20201027-last-period/',
|
||||||
@ -25,6 +25,9 @@ class VeoIE(InfoExtractor):
|
|||||||
'timestamp': 1603847208,
|
'timestamp': 1603847208,
|
||||||
'duration': 1916,
|
'duration': 1916,
|
||||||
}
|
}
|
||||||
|
}, {
|
||||||
|
'url': 'https://app.veo.co/matches/20220313-2022-03-13_u15m-plsjq-vs-csl/',
|
||||||
|
'only_matching': True,
|
||||||
}]
|
}]
|
||||||
|
|
||||||
def _real_extract(self, url):
|
def _real_extract(self, url):
|
||||||
|
Loading…
Reference in New Issue
Block a user