parent
ff3efd68ee
commit
ea065e1fa6
|
|
@ -19,7 +19,7 @@ module.exports = async (ctx) => {
|
|||
.split('•')[0];
|
||||
|
||||
const itemUrl = $(this)
|
||||
.find('p.card-text.my-3 > a')
|
||||
.find('h5.card-title > a')
|
||||
.attr('href');
|
||||
const info = {
|
||||
link: url.resolve(host, itemUrl),
|
||||
|
|
|
|||
Loading…
Reference in New Issue