projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
09c200a
)
[soundgasm] Remove unused import
author
Sergey M․
<dstftw@gmail.com>
Mon, 23 Feb 2015 15:40:50 +0000
(21:40 +0600)
committer
Sergey M․
<dstftw@gmail.com>
Mon, 23 Feb 2015 15:40:50 +0000
(21:40 +0600)
youtube_dl/extractor/soundgasm.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/soundgasm.py
b/youtube_dl/extractor/soundgasm.py
index 9e992c9b7a3747198ef5334abfe3df778e120a5a..1c48478a6136acae5c32cf0b06267232e6b0f079 100644
(file)
--- a/
youtube_dl/extractor/soundgasm.py
+++ b/
youtube_dl/extractor/soundgasm.py
@@
-4,7
+4,6
@@
from __future__ import unicode_literals
import re
from .common import InfoExtractor
-from ..utils import clean_html
class SoundgasmIE(InfoExtractor):