youtube-dl

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

commit 40bca5f92780586f0de085f718bb2aa9ee94b6fa
parent 74214d35c592976ab48b3c89577df586705059e7
Author: Sergey M․ <dstftw@gmail.com>
Date:   Tue, 21 Oct 2014 21:06:24 +0700

[arte.tv] Remove unused import

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

diff --git a/youtube_dl/extractor/arte.py b/youtube_dl/extractor/arte.py @@ -10,7 +10,6 @@ from ..utils import ( unified_strdate, determine_ext, get_element_by_id, - compat_str, get_element_by_attribute, int_or_none, )