diff options
| author | Sergey M․ <dstftw@gmail.com> | 2014-03-03 17:39:49 +0700 | 
|---|---|---|
| committer | Sergey M․ <dstftw@gmail.com> | 2014-03-03 17:39:49 +0700 | 
| commit | e77c5b4f6337c05b1432d5c32a41c29f9aaf350d (patch) | |
| tree | 98d952f86fffee80ff3e1a702fc760b4c5eb00dc | |
| parent | 271a2dbfa22a99ebf16fbf1e2dd175e5b6d08ca4 (diff) | |
[4tube] Fix import
| -rw-r--r-- | youtube_dl/extractor/fourtube.py | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/fourtube.py b/youtube_dl/extractor/fourtube.py index 8db7fc6cb..7d56b9be9 100644 --- a/youtube_dl/extractor/fourtube.py +++ b/youtube_dl/extractor/fourtube.py @@ -8,8 +8,8 @@ from ..utils import (      unified_strdate,      str_to_int,      parse_duration, +    clean_html,  ) -from youtube_dl.utils import clean_html  class FourTubeIE(InfoExtractor):  | 
