From 978177527e6cb87b95554570dd32b7ecd62035ec Mon Sep 17 00:00:00 2001 From: "Sergey M." Date: Wed, 26 Feb 2014 18:02:17 +0700 Subject: [PATCH] [rtlnow] Remove unused import --- youtube_dl/extractor/rtlnow.py | 1 - 1 file changed, 1 deletion(-) 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, ) -- 2.30.2