diff options
author | Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com> | 2015-10-02 13:41:52 +0200 |
---|---|---|
committer | Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com> | 2015-10-02 13:41:52 +0200 |
commit | 44451f22d5d1a5bed5f5851b27a963860813ecd6 (patch) | |
tree | 18687f2d66f44bdc95d00a1aa125727db05348c1 /youtube_dl | |
parent | 06c6efa9701d0527147875adf0caf437ffbb0397 (diff) |
[naver] Remove unused import
Diffstat (limited to 'youtube_dl')
-rw-r--r-- | youtube_dl/extractor/naver.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/youtube_dl/extractor/naver.py b/youtube_dl/extractor/naver.py index 35cbb3e6d..1f5fc2145 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, ) |