修复土豪漫画

This commit is contained in:
luyuan 2020-02-29 14:10:19 +08:00
parent 547282ba7d
commit dd212eecf2

View File

@ -11,7 +11,7 @@ let getcontlist = async (text) => {
// console.log(unescape(j('.tt').eq(0).html())) // console.log(unescape(j('.tt').eq(0).html()))
let obj = {}; let obj = {};
obj.update = j('.tip').eq(0).text() obj.update = j('.tip').eq(0).text()
obj.name = j(".am-thumbnail a").eq(0).attr('title') obj.name = j("a").eq(0).attr('title')
obj.date = '未获取' obj.date = '未获取'
obj.url = 'https://www.tohomh123.com' + j(".am-thumbnail a").eq(0).attr('href') obj.url = 'https://www.tohomh123.com' + j(".am-thumbnail a").eq(0).attr('href')
// console.log(obj) // console.log(obj)