youtube-dl

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

commit 21ea3e06c9e39ac2cbfa24e7c02ebac936202893
parent 52d703d3d1b0d24f6c4c01ef8fcf33bfee78928b
Author: Philipp Hagemeister <phihag@phihag.de>
Date:   Sat, 16 Nov 2013 02:31:02 +0100

[gamekings] remove unnecessary import

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

diff --git a/youtube_dl/extractor/gamekings.py b/youtube_dl/extractor/gamekings.py @@ -1,9 +1,6 @@ import re from .common import InfoExtractor -from ..utils import ( - determine_ext, -) class GamekingsIE(InfoExtractor):