projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2648c43
)
[rtlnow] Remove unused import
author
Sergey M.
<dstftw@gmail.com>
Wed, 26 Feb 2014 11:02:17 +0000
(18:02 +0700)
committer
Sergey M.
<dstftw@gmail.com>
Wed, 26 Feb 2014 11:02:17 +0000
(18:02 +0700)
youtube_dl/extractor/rtlnow.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/rtlnow.py
b/youtube_dl/extractor/rtlnow.py
index 6ad402c28647364d5c349e738d63470a892b0876..4835ec5ecada755a12d7003fed6355adfd6936a6 100644
(file)
--- a/
youtube_dl/extractor/rtlnow.py
+++ b/
youtube_dl/extractor/rtlnow.py
@@
-8,7
+8,6
@@
from ..utils import (
ExtractorError,
clean_html,
unified_strdate,
- parse_duration,
int_or_none,
)