youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit a4196c3ea57cf06b6d1f961b9c40f65e173c9876
parent d0aefec99aa7bf2cd307b700f7c0d2c268d6762d
Author: Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Date:   Fri, 24 Apr 2015 22:06:22 +0200

[ellentv] Remove unused import

Diffstat:
Myoutube_dl/extractor/ellentv.py | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git 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, )