Browse Source

[naver] Remove unused import

Jaime Marquínez Ferrándiz 10 years ago
parent
commit
44451f22d5
1 changed files with 0 additions and 1 deletions
  1. 0 1
      youtube_dl/extractor/naver.py

+ 0 - 1
youtube_dl/extractor/naver.py

@@ -10,7 +10,6 @@ from ..compat import (
 )
 from ..utils import (
     ExtractorError,
-    clean_html,
 )