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

适配蓝奏云最近的奇奇怪怪的更改 #87

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

wxh0402
Copy link

@wxh0402 wxh0402 commented Jan 9, 2023

No description provided.

@wxh0402 wxh0402 changed the title 修正无法上传及文件夹信息获取错误 适配蓝奏云最近的奇奇怪怪的更改 Jan 28, 2023
try:
temp = self._get(f"{self._mydisk_url}?item=files&action=index&u={ylogin}")
temp = remove_notes(temp.text)
self._vei = re.findall(r"'vei':'([0-9a-zA-Z=]{20,})'", temp)[0]
Copy link

@FSpark FSpark Jan 28, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

vei 这边测试出现了16位的,低点会更保险,Great Job!

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ACBAD
Copy link

ACBAD commented Jun 14, 2024

最近又改了,sign字段匹配不到了,改成匹配skdklds就好了
sign = re.search(r"var skdklds = '([^']*)'", first_page).group(1)

@EFrostBlade
Copy link

最近又改了,sign字段匹配不到了,改成匹配skdklds就好了 sign = re.search(r"var skdklds = '([^']*)'", first_page).group(1)

感谢大佬,虽然我自己已经改好了qaq

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants