Skip to content

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

Open
wxh0402 wants to merge 5 commits into
zaxtyson:masterfrom
wxh0402:master
Open

适配蓝奏云最近的奇奇怪怪的更改#87
wxh0402 wants to merge 5 commits into
zaxtyson:masterfrom
wxh0402:master

Conversation

@wxh0402

@wxh0402 wxh0402 commented Jan 9, 2023

Copy link
Copy Markdown

No description provided.

@wxh0402 wxh0402 changed the title 修正无法上传及文件夹信息获取错误 适配蓝奏云最近的奇奇怪怪的更改 Jan 28, 2023
Comment thread lanzou/api/core.py Outdated
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]

@FSpark FSpark Jan 28, 2023

Copy link
Copy Markdown

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
Copy Markdown
Author

Choose a reason for hiding this comment

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

@HayaseYuukaDaemon

Copy link
Copy Markdown

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

@EFrostBlade

Copy link
Copy Markdown

最近又改了,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