From 86a080fd47f366ee1e29909cd713732f337ef8da Mon Sep 17 00:00:00 2001 From: ayanamist Date: Sat, 23 Dec 2017 15:47:30 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E7=9A=84B=E7=AB=99url=E6=A0=BC?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/test.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/test.py b/tests/test.py index 699675f3..d50bb7af 100644 --- a/tests/test.py +++ b/tests/test.py @@ -46,6 +46,9 @@ class YouGetTests(unittest.TestCase): bilibili.download( 'https://www.bilibili.com/video/av13228063/', info_only=True ) + bilibili.download( + 'https://www.bilibili.com/bangumi/play/ep115195', info_only=True + ) if __name__ == '__main__':