提交 5621d023 编写于 作者: 梦想橡皮擦's avatar 梦想橡皮擦 💬

测试提交

上级 ad50dff2
import json
class GetFans(object):
def response(self, flow):
start_url = "https://blog.csdn.net/community/home-api/v1/get-fans-list"
response = flow.response
if flow.request.url.startswith(start_url):
text = response.text
data = json.loads(text)
print(data)
addons = [
GetFans()
]
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册