about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPetr Půlpán <Pulpan3@gmail.com>2014-06-17 16:03:03 +0200
committerPetr Půlpán <Pulpan3@gmail.com>2014-06-17 16:03:03 +0200
commita14e1538fe66c49ca8869681d2bbe60a36bd420d (patch)
tree544f4547c760b7d2e21b8e3811d473e7e1408a98
parent5f28a1acad2f0703b4e3c345ed934202e456790d (diff)
downloadyoutube-dl-a14e1538fe66c49ca8869681d2bbe60a36bd420d.tar.gz
youtube-dl-a14e1538fe66c49ca8869681d2bbe60a36bd420d.tar.xz
youtube-dl-a14e1538fe66c49ca8869681d2bbe60a36bd420d.zip
[ustream:channel] replace test for an updated channel
-rw-r--r--test/test_playlists.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/test_playlists.py b/test/test_playlists.py
index 465b07b9e..ee91e412a 100644
--- a/test/test_playlists.py
+++ b/test/test_playlists.py
@@ -114,10 +114,10 @@ class TestPlaylists(unittest.TestCase):
     def test_ustream_channel(self):
         dl = FakeYDL()
         ie = UstreamChannelIE(dl)
-        result = ie.extract('http://www.ustream.tv/channel/young-americans-for-liberty')
+        result = ie.extract('http://www.ustream.tv/channel/channeljapan')
         self.assertIsPlaylist(result)
-        self.assertEqual(result['id'], '5124905')
-        self.assertTrue(len(result['entries']) >= 6)
+        self.assertEqual(result['id'], '10874166')
+        self.assertTrue(len(result['entries']) >= 54)
 
     def test_soundcloud_set(self):
         dl = FakeYDL()