diff options
| author | Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com> | 2014-01-25 16:55:59 +0100 | 
|---|---|---|
| committer | Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com> | 2014-01-25 17:02:32 +0100 | 
| commit | 48f9678a32377491bf0967cb13cf21f2d7704126 (patch) | |
| tree | 531585cf9f39460dc854e0224601354524ed5286 /test | |
| parent | beddbc2ad10864868d8537a65928f88a58d729c8 (diff) | |
[test/youtube_lists] Change the list used for testing the Top Lists extractor
The ‘Top tracks’ list is not always present in the channel page
Diffstat (limited to 'test')
| -rw-r--r-- | test/test_youtube_lists.py | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_youtube_lists.py b/test/test_youtube_lists.py index d9fe5af4e..de157f657 100644 --- a/test/test_youtube_lists.py +++ b/test/test_youtube_lists.py @@ -120,7 +120,7 @@ class TestYoutubeLists(unittest.TestCase):      def test_youtube_toplist(self):          dl = FakeYDL()          ie = YoutubeTopListIE(dl) -        result = ie.extract('yttoplist:music:Top Tracks') +        result = ie.extract('yttoplist:music:Trending')          entries = result['entries']          self.assertTrue(len(entries) >= 5)  | 
