Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
machsix committed May 25, 2024
1 parent 202353d commit f822896
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/rules/jsSiteRule.js
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ export const jsSiteRule = [
exampleUrl: 'http://www.xgyw.cc/Xgyw/Xgyw6874.html',
nextLink: "//div[@class='pagination']/ul/a[text()='下一页']",
autopager: {
ip: ['198.54.115.248'],
ip: ['198.54.115.248', '206.237.29.173'],
ipages: [true, 30],
startFilter: function (doc, _win) {
const p = [doc.querySelector('div.pagination > p'), doc.querySelector('header > a[href^="http"]'), doc.querySelector('ins')];
Expand All @@ -219,7 +219,7 @@ export const jsSiteRule = [
exampleUrl: 'https://www.xgmn5.xyz/plus/search/index.asp?keyword=%E5%B0%A4%E5%A6%AE%E4%B8%9D',
nextLink: "//div[@class='pagination']/ul/a[@class='current']/following-sibling::a",
autopager: {
ip: ['198.54.115.248'],
ip: ['198.54.115.248','206.237.29.173'],

Check failure on line 222 in src/rules/jsSiteRule.js

View workflow job for this annotation

GitHub Actions / doc

Insert `·`

Check failure on line 222 in src/rules/jsSiteRule.js

View workflow job for this annotation

GitHub Actions / ci

Insert `·`
ipages: [true, 5],
startFilter: async function (doc, _win) {
if (!doc.getElementById('thumbCss')) {
Expand Down Expand Up @@ -257,7 +257,7 @@ export const jsSiteRule = [
exampleUrl: 'http://www.xgyw.cc/Xgyw',
nextLink: 'null;',
autopager: {
ip: ['198.54.115.248'],
ip: ['198.54.115.248','206.237.29.173'],

Check failure on line 260 in src/rules/jsSiteRule.js

View workflow job for this annotation

GitHub Actions / doc

Insert `·`

Check failure on line 260 in src/rules/jsSiteRule.js

View workflow job for this annotation

GitHub Actions / ci

Insert `·`
ipages: [true, 10],
startFilter: function (doc, _win) {
const a = doc.querySelectorAll('li > a[href^="/html"]');
Expand Down

0 comments on commit f822896

Please sign in to comment.