[srmediathek] Correct IE_NAME/IE_DESC

This commit is contained in:
Philipp Hagemeister 2014-10-26 23:23:53 +01:00
parent 2bcae58d46
commit cf501a23d2
1 changed files with 1 additions and 1 deletions

View File

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