projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7fd002c
)
[ehow] Simplify
author
Sergey M․
<dstftw@gmail.com>
Fri, 17 Jul 2015 17:54:38 +0000
(23:54 +0600)
committer
Sergey M․
<dstftw@gmail.com>
Fri, 17 Jul 2015 17:54:38 +0000
(23:54 +0600)
youtube_dl/extractor/ehow.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/ehow.py
b/youtube_dl/extractor/ehow.py
index ba96859910188d502ed1381b69c914a948a1854d..b1cd4f5d4e6fe1dbaaf6ec230aad75947887301d 100644
(file)
--- a/
youtube_dl/extractor/ehow.py
+++ b/
youtube_dl/extractor/ehow.py
@@
-1,9
+1,7
@@
from __future__ import unicode_literals
-from ..compat import (
- compat_urllib_parse_unquote,
-)
from .common import InfoExtractor
+from ..compat import compat_urllib_parse_unquote
class EHowIE(InfoExtractor):