mirror of
https://github.com/soimort/you-get.git
synced 2025-02-11 12:42:29 +03:00
broken bilibili url with "HTTP Error with code466"
This commit is contained in:
parent
6e17b0c7f9
commit
d03e98eff7
@ -46,6 +46,9 @@ class YouGetTests(unittest.TestCase):
|
|||||||
bilibili.download(
|
bilibili.download(
|
||||||
'https://www.bilibili.com/video/av13228063/', info_only=True
|
'https://www.bilibili.com/video/av13228063/', info_only=True
|
||||||
)
|
)
|
||||||
|
bilibili.download(
|
||||||
|
'https://www.bilibili.com/video/av17905432', info_only=False
|
||||||
|
)
|
||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
|
Loading…
Reference in New Issue
Block a user