mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-11-13 04:51:22 +00:00
Make regex more specific and remove redundant .*
This commit is contained in:
parent
ad64f3751e
commit
bc86c5f73b
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ from ..utils import ExtractorError
|
|||
class NPOIE(InfoExtractor):
|
||||
IE_NAME = 'npo'
|
||||
IE_DESC = 'npo.nl'
|
||||
_VALID_URL = r'https?://(?:www\.)?npo\.nl/.*'
|
||||
_VALID_URL = r'https?://(?:www\.)?npo\.nl/start/serie/'
|
||||
|
||||
_TESTS = [{
|
||||
'url': 'https://npo.nl/start/serie/zembla/seizoen-2015/wie-is-de-mol-2/',
|
||||
|
|
Loading…
Reference in a new issue