youtube-dl

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

commit 376a770cc4681e0782e3ffc40b43480beb410e80
parent 7e500dbd9323d3ecabe9567d0d4feef8cf4e02c1
Author: Sergey M <dstftw@gmail.com>
Date:   Thu, 29 Jan 2015 22:14:15 +0600

Merge pull request #4809 from bastik/fix-sr

fix srmediathek description
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_DESC = 'Süddeutscher Rundfunk' + IE_DESC = 'Saarländischer Rundfunk' _VALID_URL = r'https?://sr-mediathek\.sr-online\.de/index\.php\?.*?&id=(?P<id>[0-9]+)' _TEST = {