Browse Source

[ellentv] Remove unused import

Jaime Marquínez Ferrándiz 10 years ago
parent
commit
a4196c3ea5
1 changed files with 0 additions and 1 deletions
  1. 0 1
      youtube_dl/extractor/ellentv.py

+ 0 - 1
youtube_dl/extractor/ellentv.py

@@ -6,7 +6,6 @@ import json
 from .common import InfoExtractor
 from .common import InfoExtractor
 from ..utils import (
 from ..utils import (
     ExtractorError,
     ExtractorError,
-    parse_iso8601,
 )
 )