lint by flake8
This commit is contained in:
parent
f8340f7d1d
commit
083945d071
@ -55,7 +55,6 @@ class SpankwireIE(InfoExtractor):
|
||||
req = sanitized_Request('http://www.' + mobj.group('url'))
|
||||
req.add_header('Cookie', 'age_verified=1')
|
||||
webpage = self._download_webpage(req, video_id)
|
||||
|
||||
json_req = sanitized_Request('https://www.spankwire.com/api/video/' + video_id + '.json')
|
||||
video_data = self._download_json(json_req, video_id)
|
||||
|
||||
@ -77,7 +76,6 @@ class SpankwireIE(InfoExtractor):
|
||||
view_count = int_or_none(video_data['viewed'])
|
||||
comment_count = int_or_none(video_data['comments'])
|
||||
|
||||
|
||||
formats = []
|
||||
videos = video_data['videos']
|
||||
for quality, video_url in videos.items():
|
||||
|
Loading…
x
Reference in New Issue
Block a user