youtube-dl

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

commit 9c3e87039312e34263dbae0c9da3419e909d1001
parent 44789f2457bab99f712e97e4ced5eb1a2fc9cbfd
Author: Philipp Hagemeister <phihag@phihag.de>
Date:   Tue,  4 Nov 2014 23:17:43 +0100

[gamespot] Remove unused import

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

diff --git a/youtube_dl/extractor/gamespot.py b/youtube_dl/extractor/gamespot.py @@ -8,7 +8,6 @@ from ..utils import ( compat_urllib_parse, compat_urlparse, unescapeHTML, - get_meta_content, )