Browse Source

[hetklokhuis] Fix IE_NAME

Sergey M․ 8 năm trước cách đây
mục cha
commit
dbc01fdb6f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      youtube_dl/extractor/npo.py

+ 1 - 1
youtube_dl/extractor/npo.py

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