youtube-dl

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

commit 54036b399188da60e8ca55c81b14031bc7891934
parent e5402ac1203c8fd0c438ad515bbd80eb288b3907
Author: Philipp Hagemeister <phihag@phihag.de>
Date:   Sun, 24 Aug 2014 04:18:09 +0200

[wayofthemaster] Remove unused import

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

diff --git a/youtube_dl/extractor/wayofthemaster.py b/youtube_dl/extractor/wayofthemaster.py @@ -3,7 +3,6 @@ from __future__ import unicode_literals import re from .common import InfoExtractor -from ..utils import determine_ext class WayOfTheMasterIE(InfoExtractor):