[vidto] PEP8
authorYen Chi Hsuan <yan12125@gmail.com>
Tue, 10 Nov 2015 18:02:46 +0000 (02:02 +0800)
committerYen Chi Hsuan <yan12125@gmail.com>
Tue, 10 Nov 2015 18:02:46 +0000 (02:02 +0800)
youtube_dl/extractor/vidto.py

index 391f400fc909d7869b6fa1b85908f1435956d131..d1000253437116a5d09416138f67c17dae744c80 100644 (file)
@@ -2,7 +2,6 @@
 from __future__ import unicode_literals
 
 from .common import InfoExtractor
-import re
 import time
 
 from ..utils import encode_dict
@@ -39,7 +38,6 @@ class VidtoIE(InfoExtractor):
         id_value = self._search_regex(id_regex, page, 'id', fatal=True)
         cookies = self._get_cookies('http://%s/%s.html' % (self._HOST, video_id))
 
-
         form_str = {
             'op': 'download1',
             'imhuman': 'Proceed to video',