diff --git a/youtube_dl/extractor/soundgasm.py b/youtube_dl/extractor/soundgasm.py index 9e992c9b7a..1c48478a61 100644 --- a/youtube_dl/extractor/soundgasm.py +++ b/youtube_dl/extractor/soundgasm.py @@ -4,7 +4,6 @@ import re from .common import InfoExtractor -from ..utils import clean_html class SoundgasmIE(InfoExtractor):