youtube-dl

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

commit dae69640d086ca1e2683ca81b60f48a0c6c83eac
parent edeb3e7cb1ab2d82ff7c712a7cc1e338a9dcd8f8
Author: Philipp Hagemeister <phihag@phihag.de>
Date:   Sat, 24 Oct 2015 00:10:28 +0200

Fix py2exe build (#7276)

Diffstat:
Msetup.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py @@ -28,7 +28,7 @@ py2exe_options = { "compressed": 1, "optimize": 2, "dist_dir": '.', - "dll_excludes": ['w9xpopen.exe'], + "dll_excludes": ['w9xpopen.exe', 'crypt32.dll'], } py2exe_console = [{