mirror of
https://github.com/DIYgod/RSSHub.git
synced 2026-09-19 09:52:21 +08:00
fix(route): fix selector for dlsite ci-en (#13680)
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user