Skip to content

Commit

Permalink
Update royalroad.com.js
Browse files Browse the repository at this point in the history
  • Loading branch information
OshekharO authored Oct 14, 2023
1 parent 96fa82f commit 6a99592
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion repo/royalroad.com.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export default class Biquge extends Extension {
const res = await this.request(`/fictions/search?page=${page}&title=${kw}`)
const liList = res.match(/<div class="row fiction-list-item">[\S\s]+?<\/div>/g)
const manga = []
console.log(res);
// console.log(res);
liList.forEach(element => {
const url = element.match(/href="(.+?)"/)[1]
const title = element.match(/alt="(.+?)"/)[1]
Expand Down

0 comments on commit 6a99592

Please sign in to comment.