1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2024-09-06 10:59:36 +02:00

[vpro] Override npo IE_NAME

This commit is contained in:
Sergey M․ 2015-08-08 21:51:21 +06:00
parent 18c3281f9e
commit 464e792496

View File

@ -407,6 +407,7 @@ def _real_extract(self, url):
class VPROIE(NPOIE):
IE_NAME = 'vpro'
_VALID_URL = r'https?://(?:www\.)?(?:tegenlicht\.)?vpro\.nl/(?:[^/]+/){2,}(?P<id>[^/]+)\.html'
_TESTS = [