Clean up unused imports and other minor mistakes
This commit is contained in:
parent
cc13cc0251
commit
f3682997d7
16 changed files with 5 additions and 21 deletions
|
@ -53,7 +53,7 @@ class ZDFIE(InfoExtractor):
|
|||
video_id,
|
||||
u'Get stream URL')
|
||||
|
||||
MMS_STREAM = r'href="(?P<video_url>mms://[^"]*)"'
|
||||
#MMS_STREAM = r'href="(?P<video_url>mms://[^"]*)"'
|
||||
RTSP_STREAM = r'(?P<video_url>rtsp://[^"]*.mp4)'
|
||||
|
||||
mobj = re.search(self._MEDIA_STREAM, media_link)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue