[vidto] PEP8
This commit is contained in:
parent
42fc93c709
commit
37120974dc
@ -2,7 +2,6 @@
|
|||||||
from __future__ import unicode_literals
|
from __future__ import unicode_literals
|
||||||
|
|
||||||
from .common import InfoExtractor
|
from .common import InfoExtractor
|
||||||
import re
|
|
||||||
import time
|
import time
|
||||||
|
|
||||||
from ..utils import encode_dict
|
from ..utils import encode_dict
|
||||||
@ -39,7 +38,6 @@ class VidtoIE(InfoExtractor):
|
|||||||
id_value = self._search_regex(id_regex, page, 'id', fatal=True)
|
id_value = self._search_regex(id_regex, page, 'id', fatal=True)
|
||||||
cookies = self._get_cookies('http://%s/%s.html' % (self._HOST, video_id))
|
cookies = self._get_cookies('http://%s/%s.html' % (self._HOST, video_id))
|
||||||
|
|
||||||
|
|
||||||
form_str = {
|
form_str = {
|
||||||
'op': 'download1',
|
'op': 'download1',
|
||||||
'imhuman': 'Proceed to video',
|
'imhuman': 'Proceed to video',
|
||||||
|
Loading…
Reference in New Issue
Block a user