[clipfish] Remove unused import and style fix

This commit is contained in:
Jaime Marquínez Ferrándiz 2015-12-04 14:29:37 +01:00
parent 2a63b0f110
commit 55bec9b658
1 changed files with 1 additions and 3 deletions

View File

@ -1,7 +1,5 @@
from __future__ import unicode_literals
import re
from .common import InfoExtractor
from ..utils import (
int_or_none,
@ -34,7 +32,7 @@ class ClipfishIE(InfoExtractor):
'url': video_info['media_videourl_hls'].replace('de.hls.fra.clipfish.de', 'hls.fra.clipfish.de'),
'ext': 'mp4',
'format_id': 'hls',
},{
}, {
'url': video_info['media_videourl'],
'format_id': 'mp4',
'width': int_or_none(video_info.get('width')),