youtube-dl

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

commit d5e944359e269f0b478595329872e3277f651c36
parent 826ec77fb2843357601e795e812fe04bfd6990d1
Author: Philipp Hagemeister <phihag@phihag.de>
Date:   Mon,  9 Jun 2014 23:14:04 +0200

Remove unused import

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

diff --git a/youtube_dl/extractor/hypem.py b/youtube_dl/extractor/hypem.py @@ -6,7 +6,6 @@ import time from .common import InfoExtractor from ..utils import ( - compat_str, compat_urllib_parse, compat_urllib_request,