Skip to content

Commit

Permalink
Merge pull request #1374 from fake-name/patch-1
Browse files Browse the repository at this point in the history
Fix information page extraction.
  • Loading branch information
dteviot authored Jul 7, 2024
2 parents 74cf309 + cae6255 commit 2b30a81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/js/parsers/ScribblehubParser.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class ScribblehubParser extends Parser {
}

findContent(dom) {
return dom.querySelector("div#chp_raw");
return dom.querySelector("div.fic_row, div#chp_raw");
};

populateUI(dom) {
Expand Down

0 comments on commit 2b30a81

Please sign in to comment.