Skip to content

Commit

Permalink
fix(route): fix selector for dlsite ci-en (#13680)
Browse files Browse the repository at this point in the history
  • Loading branch information
keocheung authored Nov 2, 2023
1 parent 0acae72 commit d595dab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/v2/dlsite/ci-en/article.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) => {
Expand Down

0 comments on commit d595dab

Please sign in to comment.