aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/ellentv.py
diff options
context:
space:
mode:
authorJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>2015-04-24 22:06:22 +0200
committerJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>2015-04-24 22:06:22 +0200
commita4196c3ea57cf06b6d1f961b9c40f65e173c9876 (patch)
treef24f2efea4af37f4cc94c98a8f864f13722c370b /youtube_dl/extractor/ellentv.py
parentd0aefec99aa7bf2cd307b700f7c0d2c268d6762d (diff)
downloadyoutube-dl-a4196c3ea57cf06b6d1f961b9c40f65e173c9876.tar.xz
[ellentv] Remove unused import
Diffstat (limited to 'youtube_dl/extractor/ellentv.py')
-rw-r--r--youtube_dl/extractor/ellentv.py1
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,
)