projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
74214d3
)
[arte.tv] Remove unused import
author
Sergey M․
<dstftw@gmail.com>
Tue, 21 Oct 2014 14:06:24 +0000
(21:06 +0700)
committer
Sergey M․
<dstftw@gmail.com>
Tue, 21 Oct 2014 14:06:24 +0000
(21:06 +0700)
youtube_dl/extractor/arte.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/arte.py
b/youtube_dl/extractor/arte.py
index 844a8f563921f4ea5b31db652bbee603ae541a92..b9a9440c09b85365a2997bd5feddbae017601c2d 100644
(file)
--- a/
youtube_dl/extractor/arte.py
+++ b/
youtube_dl/extractor/arte.py
@@
-10,7
+10,6
@@
from ..utils import (
unified_strdate,
determine_ext,
get_element_by_id,
- compat_str,
get_element_by_attribute,
int_or_none,
)