aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/naver.py
diff options
context:
space:
mode:
authorJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>2015-10-02 13:41:52 +0200
committerJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>2015-10-02 13:41:52 +0200
commit44451f22d5d1a5bed5f5851b27a963860813ecd6 (patch)
tree18687f2d66f44bdc95d00a1aa125727db05348c1 /youtube_dl/extractor/naver.py
parent06c6efa9701d0527147875adf0caf437ffbb0397 (diff)
downloadyoutube-dl-44451f22d5d1a5bed5f5851b27a963860813ecd6.zip
youtube-dl-44451f22d5d1a5bed5f5851b27a963860813ecd6.tar.gz
youtube-dl-44451f22d5d1a5bed5f5851b27a963860813ecd6.tar.bz2
[naver] Remove unused import
Diffstat (limited to 'youtube_dl/extractor/naver.py')
-rw-r--r--youtube_dl/extractor/naver.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/youtube_dl/extractor/naver.py b/youtube_dl/extractor/naver.py
index 35cbb3e..1f5fc21 100644
--- a/youtube_dl/extractor/naver.py
+++ b/youtube_dl/extractor/naver.py
@@ -10,7 +10,6 @@ from ..compat import (
)
from ..utils import (
ExtractorError,
- clean_html,
)