logo

youtube-dl

[mirror] Download/Watch videos from video hosters
commit: dbc01fdb6f4b4c58469ffb75d00a179f5af5cdcb
parent f264c62334fdd31a7620b4fdefb822e1bae6bd77
Author: Sergey M․ <dstftw@gmail.com>
Date:   Mon, 27 Feb 2017 23:10:29 +0700

[hetklokhuis] Fix IE_NAME

Diffstat:

Myoutube_dl/extractor/npo.py2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/youtube_dl/extractor/npo.py b/youtube_dl/extractor/npo.py @@ -460,7 +460,7 @@ class SchoolTVIE(NPODataMidEmbedIE): class HetKlokhuisIE(NPODataMidEmbedIE): - IE_NAME = 'schooltv' + IE_NAME = 'hetklokhuis' _VALID_URL = r'https?://(?:www\.)?hetklokhuis.nl/[^/]+/\d+/(?P<id>[^/?#&]+)' _TEST = {