diff options
author | Sergey M․ <dstftw@gmail.com> | 2015-02-23 21:40:50 +0600 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2015-02-23 21:40:50 +0600 |
commit | 3438e7acd27d89d83d41e722d21d7660dbad7eea (patch) | |
tree | d4edd0064341e4c7f4ee022cb664331828255db3 | |
parent | 09c200acf258de115caeda210741a59f2b971b65 (diff) |
[soundgasm] Remove unused import
-rw-r--r-- | youtube_dl/extractor/soundgasm.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/youtube_dl/extractor/soundgasm.py b/youtube_dl/extractor/soundgasm.py index 9e992c9b7..1c48478a6 100644 --- 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): |