From ab6a83c6d32ca8605660d64efc63a08e7fa2ad69 Mon Sep 17 00:00:00 2001 From: narcileslie Date: Fri, 14 Sep 2018 00:31:47 -0700 Subject: [PATCH] Update test.py --- tests/test.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/test.py b/tests/test.py index 047cdb0f..f5fc904f 100644 --- a/tests/test.py +++ b/tests/test.py @@ -30,6 +30,9 @@ class YouGetTests(unittest.TestCase): 'http://www.youtube.com/attribution_link?u=/watch?v%3DldAKIzq7bvs%26feature%3Dshare', # noqa info_only=True ) + + def test_bilibili(self): + bilibili.download('http://www.bilibili.com/video/av31505993/', info_only=True) if __name__ == '__main__': unittest.main()