From 7dc6543e44abe1aba3b1bf1d15595a0c73bc98a8 Mon Sep 17 00:00:00 2001 From: David Lynch Date: Tue, 14 May 2024 21:44:39 -0500 Subject: [PATCH] Fix Wandering Inn Fixes #95 --- examples/wanderinginn.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/examples/wanderinginn.json b/examples/wanderinginn.json index 47bc429..57eff0c 100644 --- a/examples/wanderinginn.json +++ b/examples/wanderinginn.json @@ -1,7 +1,9 @@ { "url": "https://wanderinginn.com/table-of-contents/", "title": "The Wandering Inn", - "author": "pirateaba", - "chapter_selector": ".entry-content > p > a", - "content_selector": ".entry-content" + "author": "pirate aba", + "cover_url": "https://i0.wp.com/wanderinginn.com/wp-content/uploads/2023/03/Wandering_Inn-Vol1-eCover.jpg?ssl=1", + "chapter_selector": "#table-of-contents .chapter-entry .body-web > a", + "content_selector": ".entry-content", + "filter_selector": "hr:last-of-type, hr:last-of-type ~ *" }