fix(route): fix selector for dlsite ci-en (#13680)

This commit is contained in:
Keo
2023-11-02 22:02:23 +08:00
committed by GitHub
parent 0acae72394
commit d595dab2f1
+1 -1
View File
@@ -17,7 +17,7 @@ module.exports = async (ctx) => {
const $ = cheerio.load(response.data);
let items = $('.articleTitle a')
let items = $('.c-postedArticle-info a')
.slice(0, limit)
.toArray()
.map((item) => {