youtube-dl

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

commit 0bf219889e39d4d7e75fdb59d7452b8e09f4ddab
parent f2a7ed77ef76b8d564326f564afc880473fba7ea
Author: Sergey M․ <dstftw@gmail.com>
Date:   Mon,  5 Oct 2015 22:44:59 +0600

[ustream] Remove unused import

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

diff --git a/youtube_dl/extractor/ustream.py b/youtube_dl/extractor/ustream.py @@ -1,6 +1,5 @@ from __future__ import unicode_literals -import json import re from .common import InfoExtractor