mirror of
https://github.com/soimort/you-get.git
synced 2025-02-03 00:33:58 +03:00
bilibili: fix #185
This commit is contained in:
parent
65d0697bbf
commit
ecdc6193f7
@ -64,7 +64,7 @@ def bilibili_download_by_cid(id, title, output_dir = '.', merge = True, info_onl
|
||||
elif re.search(r'/mp4/', urls[0]):
|
||||
type = 'mp4'
|
||||
else:
|
||||
raise NotImplementedError(urls[0])
|
||||
type = 'flv'
|
||||
|
||||
size = 0
|
||||
for url in urls:
|
||||
|
Loading…
Reference in New Issue
Block a user