[rtlnow] Remove unused import
authorSergey M. <dstftw@gmail.com>
Wed, 26 Feb 2014 11:02:17 +0000 (18:02 +0700)
committerSergey M. <dstftw@gmail.com>
Wed, 26 Feb 2014 11:02:17 +0000 (18:02 +0700)
youtube_dl/extractor/rtlnow.py

index 6ad402c28647364d5c349e738d63470a892b0876..4835ec5ecada755a12d7003fed6355adfd6936a6 100644 (file)
@@ -8,7 +8,6 @@ from ..utils import (
     ExtractorError,
     clean_html,
     unified_strdate,
-    parse_duration,
     int_or_none,
 )