youtube-dl

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

commit ccb0cae134914f174ac15c1e22e62b69219ba5b9
parent 085c8b75a6a809fb0ff151d661e7822c276be9b3
Author: Philipp Hagemeister <phihag@phihag.de>
Date:   Sat,  2 Feb 2013 14:52:38 +0100

Fix automatic release (oops)

Diffstat:
Mdevscripts/release.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/devscripts/release.sh b/devscripts/release.sh @@ -84,6 +84,6 @@ ROOT=$(pwd) rm -rf build echo "Uploading to PyPi ..." -pip sdist upload +python setup.py sdist upload echo "\n### DONE!"