mirror of
https://github.com/soimort/you-get.git
synced 2025-02-10 12:12:26 +03:00
Update test.py
This commit is contained in:
parent
76e831d443
commit
ab6a83c6d3
@ -30,6 +30,9 @@ class YouGetTests(unittest.TestCase):
|
|||||||
'http://www.youtube.com/attribution_link?u=/watch?v%3DldAKIzq7bvs%26feature%3Dshare', # noqa
|
'http://www.youtube.com/attribution_link?u=/watch?v%3DldAKIzq7bvs%26feature%3Dshare', # noqa
|
||||||
info_only=True
|
info_only=True
|
||||||
)
|
)
|
||||||
|
|
||||||
|
def test_bilibili(self):
|
||||||
|
bilibili.download('http://www.bilibili.com/video/av31505993/', info_only=True)
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
unittest.main()
|
unittest.main()
|
||||||
|
Loading…
Reference in New Issue
Block a user