youtube-dl

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

commit 03d8d4df385bbf1e4cf1f63609d06dc4ad11313a
parent 03d2d6d51bc078b32c72fabc8be53807a0d5f925
Author: Philipp Hagemeister <phihag@phihag.de>
Date:   Fri, 30 Jan 2015 03:06:40 +0100

[test_http] PEP8

Diffstat:
Mtest/test_http.py | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/test/test_http.py b/test/test_http.py @@ -14,6 +14,7 @@ import threading TEST_DIR = os.path.dirname(os.path.abspath(__file__)) + class HTTPTestRequestHandler(compat_http_server.BaseHTTPRequestHandler): def log_message(self, format, *args): pass