youtube-dl

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

commit b6b2711298f8d43414deac939f92c7c3477826b2
parent 3b7130439aade87b628fa6dd727df5860323a68f
Author: Sergey M․ <dstftw@gmail.com>
Date:   Thu, 13 Aug 2015 01:17:15 +0600

[tweakers] Remove unused imports

Diffstat:
Myoutube_dl/extractor/tweakers.py | 6------
1 file changed, 0 insertions(+), 6 deletions(-)

diff --git a/youtube_dl/extractor/tweakers.py b/youtube_dl/extractor/tweakers.py @@ -1,12 +1,6 @@ from __future__ import unicode_literals from .common import InfoExtractor -from ..utils import ( - xpath_text, - xpath_with_ns, - int_or_none, - float_or_none, -) class TweakersIE(InfoExtractor):