aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2014-10-26 23:23:53 +0100
committerPhilipp Hagemeister <phihag@phihag.de>2014-10-26 23:23:53 +0100
commitcf501a23d29e13e8bcfac5f8ce10ac96d097f6e0 (patch)
tree0e875c41f358e9a31add744e3344bbee8a915b2c
parent2bcae58d46b88200a2247a7e2bee999f459f75c4 (diff)
downloadyoutube-dl-cf501a23d29e13e8bcfac5f8ce10ac96d097f6e0.tar.xz
[srmediathek] Correct IE_NAME/IE_DESC
-rw-r--r--youtube_dl/extractor/srmediathek.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/srmediathek.py b/youtube_dl/extractor/srmediathek.py
index 26bf9e34c..d92d14d65 100644
--- a/youtube_dl/extractor/srmediathek.py
+++ b/youtube_dl/extractor/srmediathek.py
@@ -8,7 +8,7 @@ from ..utils import js_to_json
class SRMediathekIE(InfoExtractor):
- IE_NAME = 'Süddeutscher Rundfunk'
+ IE_DESC = 'Süddeutscher Rundfunk'
_VALID_URL = r'https?://sr-mediathek\.sr-online\.de/index\.php\?.*?&id=(?P<id>[0-9]+)'
_TEST = {