From f3682997d7a709e7cf74ba83773570d2a99beb12 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Wed, 20 Nov 2013 06:27:48 +0100 Subject: Clean up unused imports and other minor mistakes --- youtube_dl/extractor/zdf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'youtube_dl/extractor/zdf.py') diff --git a/youtube_dl/extractor/zdf.py b/youtube_dl/extractor/zdf.py index faed7ff7f..c6a9d06f2 100644 --- a/youtube_dl/extractor/zdf.py +++ b/youtube_dl/extractor/zdf.py @@ -53,7 +53,7 @@ class ZDFIE(InfoExtractor): video_id, u'Get stream URL') - MMS_STREAM = r'href="(?Pmms://[^"]*)"' + #MMS_STREAM = r'href="(?Pmms://[^"]*)"' RTSP_STREAM = r'(?Prtsp://[^"]*.mp4)' mobj = re.search(self._MEDIA_STREAM, media_link) -- cgit v1.2.3