[sr:mediathek] Clarify IE_NAME
authorSergey M․ <dstftw@gmail.com>
Sun, 26 Jun 2016 22:07:12 +0000 (05:07 +0700)
committerSergey M․ <dstftw@gmail.com>
Sun, 26 Jun 2016 22:07:12 +0000 (05:07 +0700)
youtube_dl/extractor/srmediathek.py

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