浏览代码

[sr:mediathek] Clarify IE_NAME

Sergey M․ 9 年之前
父节点
当前提交
81fda15369
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      youtube_dl/extractor/srmediathek.py

+ 1 - 0
youtube_dl/extractor/srmediathek.py

@@ -9,6 +9,7 @@ from ..utils import (
 
 
 
 
 class SRMediathekIE(ARDMediathekIE):
 class SRMediathekIE(ARDMediathekIE):
+    IE_NAME = 'sr:mediathek'
     IE_DESC = 'Saarländischer Rundfunk'
     IE_DESC = 'Saarländischer Rundfunk'
     _VALID_URL = r'https?://sr-mediathek\.sr-online\.de/index\.php\?.*?&id=(?P<id>[0-9]+)'
     _VALID_URL = r'https?://sr-mediathek\.sr-online\.de/index\.php\?.*?&id=(?P<id>[0-9]+)'