youtube-dl

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

commit 8d5b8b477e4b1051482b21ea451f0de1ce23bce7
parent d7d2a9a3dbf1cef78c5085a4aab5d2f336c64cff
Author: remitamine <remitamine@gmail.com>
Date:   Sun,  2 Aug 2015 03:58:02 +0100

[utils] import re

Diffstat:
Myoutube_dl/downloader/http.py | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/youtube_dl/downloader/http.py b/youtube_dl/downloader/http.py @@ -4,6 +4,7 @@ import errno import os import socket import time +import re from .common import FileDownloader from ..compat import (