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

[hetklokhuis] Fix IE_NAME

This commit is contained in:
Sergey M․ 2017-02-27 23:10:29 +07:00
parent f264c62334
commit dbc01fdb6f
No known key found for this signature in database
GPG Key ID: 2C393E0F18A9236D

View 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 = {