youtube-dl

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

commit 81fda1536924db0ec4f583ae83bc77cb91ca6835
parent 427cd050a3b64319c19e4596d8885378604e388e
Author: Sergey M․ <dstftw@gmail.com>
Date:   Mon, 27 Jun 2016 05:07:12 +0700

[sr:mediathek] Clarify IE_NAME

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

diff --git a/youtube_dl/extractor/srmediathek.py b/youtube_dl/extractor/srmediathek.py @@ -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]+)'