youtube-dl

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

commit 911ee27e83e1d6b35b4c4f10e6ed9820a925eeda
parent 2069acc6a40136eebceb9f82cda37cf0b5fc855f
Author: Philipp Hagemeister <phihag@phihag.de>
Date:   Tue,  1 Jan 2013 19:07:01 +0100

typo

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

diff --git a/test/test_download.py b/test/test_download.py @@ -60,7 +60,7 @@ class TestDownload(unittest.TestCase): os.remove(fn) -### Dinamically generate tests +### Dynamically generate tests def generator(test_case): def test_template(self):