mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-17 01:25:11 +00:00
[vier:videos] Tune _VALID_URL not to match single videos
This commit is contained in:
parent
324b2c78fa
commit
823a155293
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ def _real_extract(self, url):
|
||||||
|
|
||||||
class VierVideosIE(InfoExtractor):
|
class VierVideosIE(InfoExtractor):
|
||||||
IE_NAME = 'vier:videos'
|
IE_NAME = 'vier:videos'
|
||||||
_VALID_URL = r'https?://(?:www\.)?vier\.be/(?P<program>[^/]+)/videos(?:\?.*\bpage=(?P<page>\d+))?'
|
_VALID_URL = r'https?://(?:www\.)?vier\.be/(?P<program>[^/]+)/videos(?:\?.*\bpage=(?P<page>\d+)|$)'
|
||||||
_TESTS = [{
|
_TESTS = [{
|
||||||
'url': 'http://www.vier.be/demoestuin/videos',
|
'url': 'http://www.vier.be/demoestuin/videos',
|
||||||
'info_dict': {
|
'info_dict': {
|
||||||
|
|
Loading…
Reference in a new issue