diff options
author | Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com> | 2015-04-24 22:06:22 +0200 |
---|---|---|
committer | Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com> | 2015-04-24 22:06:22 +0200 |
commit | a4196c3ea57cf06b6d1f961b9c40f65e173c9876 (patch) | |
tree | f24f2efea4af37f4cc94c98a8f864f13722c370b /youtube_dl/extractor | |
parent | d0aefec99aa7bf2cd307b700f7c0d2c268d6762d (diff) |
[ellentv] Remove unused import
Diffstat (limited to 'youtube_dl/extractor')
-rw-r--r-- | youtube_dl/extractor/ellentv.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/youtube_dl/extractor/ellentv.py b/youtube_dl/extractor/ellentv.py index 74b50bca2..02c6a4615 100644 --- a/youtube_dl/extractor/ellentv.py +++ b/youtube_dl/extractor/ellentv.py @@ -6,7 +6,6 @@ import json from .common import InfoExtractor from ..utils import ( ExtractorError, - parse_iso8601, ) |