From 4429049ade1fe5df6567bc374eb44685e609f3cb Mon Sep 17 00:00:00 2001 From: David Lynch Date: Tue, 8 Sep 2020 23:07:21 -0500 Subject: [PATCH] Fix the Vacant Throne example as well --- examples/vacantthrone.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/vacantthrone.json b/examples/vacantthrone.json index 2f83b24..00d40f2 100644 --- a/examples/vacantthrone.json +++ b/examples/vacantthrone.json @@ -2,7 +2,7 @@ "url": "https://tcthrone.wordpress.com/", "title": "Vacant Throne", "author": "TCurator", - "chapter_selector": "#main .entry-content > p a", + "chapter_selector": "#main .entry-content > p a[href*=\"vacant-throne-\"]", "content_selector": "#main .entry-content", "filter_selector": ".sharedaddy, style, p:nth-of-type(1), a[href*='tcthrone.wordpress.com']" }