diff options
author | Sergey M. <dstftw@gmail.com> | 2014-02-26 18:02:17 +0700 |
---|---|---|
committer | Sergey M. <dstftw@gmail.com> | 2014-02-26 18:02:17 +0700 |
commit | 978177527e6cb87b95554570dd32b7ecd62035ec (patch) | |
tree | 73a01a9497192260ef465addd5a7d5b96fbe8a5b | |
parent | 2648c436f33e4097427e50039f88fdd1fb751216 (diff) |
[rtlnow] Remove unused import
-rw-r--r-- | youtube_dl/extractor/rtlnow.py | 1 |
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, ) |