hxz393 / BaiduPanFilesTransfers

百度网盘批量转存、分享和检测工具

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Go格式链接可能会没有-crc32参数

627992512 opened this issue · comments

例如:
BaiduPCS-Go rapidupload -length=1073741824 -md5=f6ff598f5c6cd1b67acbe374fcf42ede -slicemd5=3784269cc3be7993fb9b827ef96ebead "Windows_10_x64-disk1.z04"
BaiduPCS-Go rapidupload -length=1073741824 -md5=91ea94011c183cc38f60f4279f92363a -slicemd5=af672ccc27fde8c324875de543f0c23f "Windows_10_x64-disk1.z01"
这种也是可以转存

goname感觉可以直接用:
go_name = re.findall(r'"(.*)"', url_code)[0].replace('"', '').replace('/', '\').strip()
这样匹配

感谢提供的信息