[hetklokhuis] Fix IE_NAME
authorSergey M․ <dstftw@gmail.com>
Mon, 27 Feb 2017 16:10:29 +0000 (23:10 +0700)
committerSergey M․ <dstftw@gmail.com>
Mon, 27 Feb 2017 16:10:29 +0000 (23:10 +0700)
youtube_dl/extractor/npo.py

index 7c2c93f27ef94889399ab6d80c3133ac573a45d7..b53c29993d44391abe9bc5b36cc4570d229dbf35 100644 (file)
@@ -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 = {