-
Notifications
You must be signed in to change notification settings - Fork 116
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
base: master
Are you sure you want to change the base?
适配蓝奏云最近的奇奇怪怪的更改 #87
Conversation
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] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
vei
这边测试出现了16位的,低点会更保险,Great Job!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
好
最近又改了,sign字段匹配不到了,改成匹配skdklds就好了 |
感谢大佬,虽然我自己已经改好了qaq |
No description provided.