瀏覽代碼

新增url解析逻辑,解决itchat中分享卡片无法解析的问题

master
fatwang2 7 月之前
父節點
當前提交
97787fac91
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. +2
    -0
      plugins/linkai/summary.py

+ 2
- 0
plugins/linkai/summary.py 查看文件

@@ -2,6 +2,7 @@ import requests
from config import conf
from common.log import logger
import os
import html


class LinkSummary:
@@ -18,6 +19,7 @@ class LinkSummary:
return self._parse_summary_res(res)

def summary_url(self, url: str):
url = html.unescape(url)
body = {
"url": url
}


Loading…
取消
儲存