projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
42fc93c
)
[vidto] PEP8
author
Yen Chi Hsuan
<yan12125@gmail.com>
Tue, 10 Nov 2015 18:02:46 +0000
(
02:02
+0800)
committer
Yen Chi Hsuan
<yan12125@gmail.com>
Tue, 10 Nov 2015 18:02:46 +0000
(
02:02
+0800)
youtube_dl/extractor/vidto.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/vidto.py
b/youtube_dl/extractor/vidto.py
index 391f400fc909d7869b6fa1b85908f1435956d131..d1000253437116a5d09416138f67c17dae744c80 100644
(file)
--- 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',