提交 aa6f35cd 编写于 作者: H hjdhnx

修复玩偶姐姐没有图片的问题

上级 18652822
......@@ -204,6 +204,7 @@ class CMS:
"vod_remarks": desc,
"vod_content": content,
})
print(videos)
result['list'] = videos
result['page'] = fypage
result['pagecount'] = 9999
......
......@@ -26,7 +26,7 @@ class jsoup:
ret = ret.html()
else:
ret = ret.attr(option)
if pd and option in ['url','src','href','data-original']:
if pd and option in ['url','src','href','data-original','data-src']:
ret = urljoin(self.MY_URL,ret)
else:
# ret = doc(parse+':first')
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册