aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl
diff options
context:
space:
mode:
authorYen Chi Hsuan <yan12125@gmail.com>2015-11-11 02:02:46 +0800
committerYen Chi Hsuan <yan12125@gmail.com>2015-11-11 02:02:46 +0800
commit37120974dc7e3e7febd40b652fc7f9e1748e2ad3 (patch)
tree69fb01dfbb9491db7b9b05ebf8469ee0e5d775a0 /youtube_dl
parent42fc93c70928d34d46ceda644eb870e86daa8393 (diff)
downloadyoutube-dl-37120974dc7e3e7febd40b652fc7f9e1748e2ad3.tar.xz
[vidto] PEP8
Diffstat (limited to 'youtube_dl')
-rw-r--r--youtube_dl/extractor/vidto.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/youtube_dl/extractor/vidto.py b/youtube_dl/extractor/vidto.py
index 391f400fc..d10002534 100644
--- a/youtube_dl/extractor/vidto.py
+++ b/youtube_dl/extractor/vidto.py
@@ -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',