[vrt] Update URL scheme
This commit is contained in:
parent
6a8b5fd594
commit
b16744db9c
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ from ..utils import (
|
|||
|
||||
class VRTIE(InfoExtractor):
|
||||
IE_DESC = 'VRT NWS, Flanders News, Flandern Info and Sporza'
|
||||
_VALID_URL = r'https?://(?:www\.)?(?P<site>vrt\.be/vrtnws|sporza\.be)/[a-z]{2}/\d{4}/\d{2}/\d{2}/(?P<id>[^/?&#]+)'
|
||||
_VALID_URL = r'https?://(?:www\.)?(?P<site>vrt\.be/vrtnws|sporza\.be)/[a-z]{2}/(?:kijk/)?\d{4}/\d{2}/\d{2}/(?P<id>[^/?&#]+)'
|
||||
_CLIENT_MAP = {
|
||||
'vrt.be/vrtnws': 'vrtnieuws',
|
||||
'sporza.be': 'sporza',
|
||||
|
|
Loading…
Reference in a new issue