youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit cf501a23d29e13e8bcfac5f8ce10ac96d097f6e0
parent 2bcae58d46b88200a2247a7e2bee999f459f75c4
Author: Philipp Hagemeister <phihag@phihag.de>
Date:   Sun, 26 Oct 2014 23:23:53 +0100

[srmediathek] Correct IE_NAME/IE_DESC

Diffstat:
Myoutube_dl/extractor/srmediathek.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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 = {