Skip to content

Commit

Permalink
fix: WinterSakura siteGroups config
Browse files Browse the repository at this point in the history
  • Loading branch information
tanapok committed Oct 23, 2022
1 parent 0e7a424 commit 01d0ff5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ var siteData = [
siteName: 'WinterSakura',
siteUrl: 'wintersakura.net',
spiderModel: 'NexusPHP', // 此参数暂未使用
siteGroups: ['-SakuraWEB', '-SakuraSUB', 'WS', 'WScode', 'Sakura Academic'],
siteGroups: ['-SakuraWEB', '-SakuraSUB', '-WS', '-WScode', '-Sakura Academic'],
seedListSelector: '#ka1', // 做种列表区域选择器
seedItemsSelector: 'table > tbody:first-child > tr:not(:first-child', // 做种列表条目选择器
seedTitleSelector: 'td:nth-child(2) > a:nth-child(1)',
Expand Down

0 comments on commit 01d0ff5

Please sign in to comment.