1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-06-22 03:39:34 +00:00

[4tube] Fix import

This commit is contained in:
Sergey M․ 2014-03-03 17:39:49 +07:00
parent 271a2dbfa2
commit e77c5b4f63

View file

@ -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):