mirror of
https://github.com/soimort/you-get.git
synced 2025-01-23 05:25:02 +03:00
[tests] disable test_youtube temporarily
This commit is contained in:
parent
72b1a7bce1
commit
26db833b86
@ -27,18 +27,18 @@ class YouGetTests(unittest.TestCase):
|
|||||||
info_only=True
|
info_only=True
|
||||||
)
|
)
|
||||||
|
|
||||||
def test_youtube(self):
|
#def test_youtube(self):
|
||||||
youtube.download(
|
#youtube.download(
|
||||||
'http://www.youtube.com/watch?v=pzKerr0JIPA', info_only=True
|
# 'http://www.youtube.com/watch?v=pzKerr0JIPA', info_only=True
|
||||||
)
|
#)
|
||||||
#youtube.download('http://youtu.be/pzKerr0JIPA', info_only=True)
|
#youtube.download('http://youtu.be/pzKerr0JIPA', info_only=True)
|
||||||
#youtube.download(
|
#youtube.download(
|
||||||
# '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
|
||||||
#)
|
#)
|
||||||
youtube.download(
|
#youtube.download(
|
||||||
'https://www.youtube.com/watch?v=oRdxUFDoQe0', info_only=True
|
# 'https://www.youtube.com/watch?v=oRdxUFDoQe0', info_only=True
|
||||||
)
|
#)
|
||||||
|
|
||||||
def test_acfun(self):
|
def test_acfun(self):
|
||||||
acfun.download('https://www.acfun.cn/v/ac44560432', info_only=True)
|
acfun.download('https://www.acfun.cn/v/ac44560432', info_only=True)
|
||||||
|
Loading…
Reference in New Issue
Block a user