projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
271a2db
)
[4tube] Fix import
author
Sergey M․
<dstftw@gmail.com>
Mon, 3 Mar 2014 10:39:49 +0000
(17:39 +0700)
committer
Sergey M․
<dstftw@gmail.com>
Mon, 3 Mar 2014 10:39:49 +0000
(17:39 +0700)
youtube_dl/extractor/fourtube.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/fourtube.py
b/youtube_dl/extractor/fourtube.py
index 8db7fc6cba1c13b4a1b6ded218e41e0e30dc8ae4..7d56b9be93a0332e70381c3a46b748c6d39e5b6a 100644
(file)
--- 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):