youtube-dl

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

commit 00ac799b6875c14886d18328c8a6563f751127a2
parent 133af9385b1a8ae593718561ab7b92cc52332016
Author: Sergey M․ <dstftw@gmail.com>
Date:   Fri, 11 Jul 2014 22:04:24 +0700

[vine:user] Update test

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

diff --git a/test/test_playlists.py b/test/test_playlists.py @@ -111,7 +111,7 @@ class TestPlaylists(unittest.TestCase): ie = VineUserIE(dl) result = ie.extract('https://vine.co/Visa') self.assertIsPlaylist(result) - self.assertTrue(len(result['entries']) >= 50) + self.assertTrue(len(result['entries']) >= 47) def test_ustream_channel(self): dl = FakeYDL()