From e794796717978ae124cafe50d840f51604f2d1bb Mon Sep 17 00:00:00 2001 From: sunshineplan Date: Thu, 2 May 2019 23:43:56 +0800 Subject: [PATCH] Update test.py --- tests/test.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/test.py b/tests/test.py index 20b8de50..802dcc0a 100644 --- a/tests/test.py +++ b/tests/test.py @@ -35,6 +35,8 @@ class YouGetTests(unittest.TestCase): def test_toutiao(self): toutiao.download('https://www.365yg.com/i6640053613567675662/#mid=1611922564114440', info_only=True) + def test_bilibili(self): + bilibili.download_playlist_by_url('https://www.bilibili.com/bangumi/play/ss26875') if __name__ == '__main__': unittest.main()