youtube-dl

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

commit 28ab2e48ae189d72fa1ac36a0cb81b5680cc82a9
parent 6febd1c1df02870bf8b529ca758d7155cf65ab35
Author: Philipp Hagemeister <phihag@phihag.de>
Date:   Sun,  5 Jan 2014 01:57:26 +0100

fix typo

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

diff --git a/test/test_unicode_literals.py b/test/test_unicode_literals.py @@ -10,7 +10,7 @@ rootDir = os.path.dirname(os.path.dirname(os.path.abspath(__file__))) class TestUnicodeLiterals(unittest.TestCase): def test_all_files(self): - print('Skipping this test (not yet fully implemtned)') + print('Skipping this test (not yet fully implemented)') return for dirpath, _, filenames in os.walk(rootDir):