Skip to content

Commit

Permalink
fix: link list
Browse files Browse the repository at this point in the history
  • Loading branch information
Soontao committed Aug 10, 2024
1 parent 0ceb86f commit 4488fab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/customize/ign/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const endpoint = createGenericEndpoint({
endpointPath: "/ign",
feedTitle: "IGN中国",
entryUrl: "https://www.ign.com.cn/article/review",
linkExtractor: linkExtractors.domAElementLinkExtractor(".broll article a"),
linkExtractor: linkExtractors.domAElementLinkExtractor(".broll article h3 a"),
contentExtractor: contentExtractors.js,
});

Expand Down

0 comments on commit 4488fab

Please sign in to comment.