youtube-dl

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

commit 0ca41c3d9c7405cb79a5f11fcd6e57e7d5e07dd1
parent fc6861b175ec1ad1d7aa322438b095840c437249
Author: Sergey M․ <dstftw@gmail.com>
Date:   Thu,  9 Oct 2014 21:10:07 +0700

[walla] Fix typo

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

diff --git a/test/test_subtitles.py b/test/test_subtitles.py @@ -280,7 +280,7 @@ class TestVimeoSubtitles(BaseTestSubtitles): self.assertTrue(subtitles.get(lang) is not None, u'Subtitles for \'%s\' not extracted' % lang) -class TestWallsSubtitles(BaseTestSubtitles): +class TestWallaSubtitles(BaseTestSubtitles): url = 'http://vod.walla.co.il/movie/2705958/the-yes-men' IE = WallaIE