Browse Source

[4tube] Fix import

Sergey M․ 11 years ago
parent
commit
e77c5b4f63
1 changed files with 1 additions and 1 deletions
  1. 1 1
      youtube_dl/extractor/fourtube.py

+ 1 - 1
youtube_dl/extractor/fourtube.py

@@ -8,8 +8,8 @@ from ..utils import (
     unified_strdate,
     unified_strdate,
     str_to_int,
     str_to_int,
     parse_duration,
     parse_duration,
+    clean_html,
 )
 )
-from youtube_dl.utils import clean_html
 
 
 
 
 class FourTubeIE(InfoExtractor):
 class FourTubeIE(InfoExtractor):