mirror of
https://github.com/soimort/you-get.git
synced 2025-02-11 12:42:29 +03:00
Add test youku broken
Signed-off-by: Ein Verne <einverne@gmail.com>
This commit is contained in:
parent
64772ce2e9
commit
aed4827009
@ -22,5 +22,8 @@ class YouGetTests(unittest.TestCase):
|
|||||||
def test_yixia(self):
|
def test_yixia(self):
|
||||||
yixia_download("http://m.miaopai.com/show/channel/vlvreCo4OZiNdk5Jn1WvdopmAvdIJwi8", info_only=True)
|
yixia_download("http://m.miaopai.com/show/channel/vlvreCo4OZiNdk5Jn1WvdopmAvdIJwi8", info_only=True)
|
||||||
|
|
||||||
|
def test_youku(self):
|
||||||
|
youku_download("http://v.youku.com/v_show/id_XMzE5MDgzMjU2OA==.html", info_only=True)
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
unittest.main()
|
unittest.main()
|
||||||
|
Loading…
Reference in New Issue
Block a user