Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CD抓轨,阿里网盘分享 #43

Closed
woodongwong opened this issue Sep 9, 2021 · 3 comments
Closed

CD抓轨,阿里网盘分享 #43

woodongwong opened this issue Sep 9, 2021 · 3 comments
Labels
资源 其他人分享的资源~

Comments

@woodongwong
Copy link

woodongwong commented Sep 9, 2021

链接:https://www.aliyundrive.com/s/s1WQGNub55d

  • 你好,郑州
  • 勾三搭四
  • 二零零九年十月十六日事件
  • F
  • 1701
  • 我爱南京
  • Has Man A Future
  • 梵高先生
  • 被禁忌的游戏

里面只包含整轨,文件是我从互联网上收集到的,貌似是PT80论坛之前的大佬抓的,这里感谢一下大佬。

阿里网盘针对分享有文件格式的限制,我在源文件开头添加了2个字节,下载下来后将其删除即可,然后将文件扩展名改为.zip,具体可以参考我写的这篇文章:woodongwong/notes#65

@phoulx
Copy link

phoulx commented Oct 1, 2021

实测可用,下载的文件用Python处理很方便

path = '/location/of/downloaded/file'
with open(path, 'rb') as f1:
    b = f1.read()
with open(path + 'new', 'wb') as f2:
    f2.write(b[2:])

@PetalsOnaWet PetalsOnaWet added the 资源 其他人分享的资源~ label Oct 11, 2021
@woodongwong
Copy link
Author

资源已失效

@lusongcai
Copy link

失效了,老板能不能再分享一下,谢谢

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
资源 其他人分享的资源~
Projects
None yet
Development

No branches or pull requests

4 participants