mirror of
https://github.com/yt-dlp/yt-dlp
synced 2025-12-21 16:45:41 +07:00
[vpro] Override npo IE_NAME
This commit is contained in:
@@ -407,6 +407,7 @@ def _real_extract(self, url):
|
|||||||
|
|
||||||
|
|
||||||
class VPROIE(NPOIE):
|
class VPROIE(NPOIE):
|
||||||
|
IE_NAME = 'vpro'
|
||||||
_VALID_URL = r'https?://(?:www\.)?(?:tegenlicht\.)?vpro\.nl/(?:[^/]+/){2,}(?P<id>[^/]+)\.html'
|
_VALID_URL = r'https?://(?:www\.)?(?:tegenlicht\.)?vpro\.nl/(?:[^/]+/){2,}(?P<id>[^/]+)\.html'
|
||||||
|
|
||||||
_TESTS = [
|
_TESTS = [
|
||||||
|
|||||||
Reference in New Issue
Block a user