youtube-dl

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

commit 4f90d2aeacccab6dc461e92236480701c4a0900b
parent b230fefc3c436b4d3ff278a11552b8a964b7056e
Author: Yen Chi Hsuan <yan12125@gmail.com>
Date:   Sat, 17 Jun 2017 17:09:24 +0800

[Makefile] Excluding __pycache__ correctly (#13400)

Diffstat:
MMakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -101,7 +101,7 @@ youtube-dl.tar.gz: youtube-dl README.md README.txt youtube-dl.1 youtube-dl.bash- --exclude '*.pyc' \ --exclude '*.pyo' \ --exclude '*~' \ - --exclude '__pycache' \ + --exclude '__pycache__' \ --exclude '.git' \ --exclude 'testdata' \ --exclude 'docs/_build' \