aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey M. <dstftw@gmail.com>2014-02-26 18:02:17 +0700
committerSergey M. <dstftw@gmail.com>2014-02-26 18:02:17 +0700
commit978177527e6cb87b95554570dd32b7ecd62035ec (patch)
tree73a01a9497192260ef465addd5a7d5b96fbe8a5b
parent2648c436f33e4097427e50039f88fdd1fb751216 (diff)
downloadyoutube-dl-978177527e6cb87b95554570dd32b7ecd62035ec.tar.xz
[rtlnow] Remove unused import
-rw-r--r--youtube_dl/extractor/rtlnow.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/youtube_dl/extractor/rtlnow.py b/youtube_dl/extractor/rtlnow.py
index 6ad402c28..4835ec5ec 100644
--- 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,
)