From e765594e9e231f3e7d3448c48ff42c89902a5afe Mon Sep 17 00:00:00 2001 From: Alex Raubach Date: Sun, 2 Sep 2018 20:26:01 -0400 Subject: [PATCH] Add cover urls to more examples --- examples/practical2.json | 3 ++- examples/practical3.json | 3 ++- examples/practical4.json | 3 ++- examples/thegodsarebastards.json | 3 ++- examples/worm.json | 3 ++- 5 files changed, 10 insertions(+), 5 deletions(-) diff --git a/examples/practical2.json b/examples/practical2.json index 2dfd4c9..0bb6631 100644 --- a/examples/practical2.json +++ b/examples/practical2.json @@ -4,5 +4,6 @@ "author": "erraticerrata", "chapter_selector": "#main .entry-content > ul:nth-of-type(2) > li > ul > li > a", "content_selector": "#main .entry-content", - "filter_selector": ".sharedaddy, .wpcnt, style" + "filter_selector": ".sharedaddy, .wpcnt, style", + "cover_url": "https://gitlab.com/Mikescher2/A-Practical-Guide-To-Evil-Lyx/raw/master/APGTE_1/APGTE_front.png" } diff --git a/examples/practical3.json b/examples/practical3.json index cc883fb..c0adc43 100644 --- a/examples/practical3.json +++ b/examples/practical3.json @@ -4,5 +4,6 @@ "author": "erraticerrata", "chapter_selector": "#main .entry-content > ul:nth-of-type(3) > li > a", "content_selector": "#main .entry-content", - "filter_selector": ".sharedaddy, .wpcnt, style" + "filter_selector": ".sharedaddy, .wpcnt, style", + "cover_url": "https://gitlab.com/Mikescher2/A-Practical-Guide-To-Evil-Lyx/raw/master/APGTE_1/APGTE_front.png" } diff --git a/examples/practical4.json b/examples/practical4.json index 76bf606..f958064 100644 --- a/examples/practical4.json +++ b/examples/practical4.json @@ -4,5 +4,6 @@ "author": "erraticerrata", "chapter_selector": "#main .entry-content > ul:nth-of-type(4) > li > a", "content_selector": "#main .entry-content", - "filter_selector": ".sharedaddy, .wpcnt, style" + "filter_selector": ".sharedaddy, .wpcnt, style", + "cover_url": "https://gitlab.com/Mikescher2/A-Practical-Guide-To-Evil-Lyx/raw/master/APGTE_1/APGTE_front.png" } diff --git a/examples/thegodsarebastards.json b/examples/thegodsarebastards.json index 9fa80cd..701d026 100644 --- a/examples/thegodsarebastards.json +++ b/examples/thegodsarebastards.json @@ -4,5 +4,6 @@ "author": "D. D. Webb", "chapter_selector": "article .entry-content a[href*='20']", "content_selector": "article .entry-content", - "filter_selector": ".sharedaddy, .wpcnt, style, a[href*='tiraas.wordpress.com']" + "filter_selector": ".sharedaddy, .wpcnt, style, a[href*='tiraas.wordpress.com']", + "cover_url": "https://tiraas.files.wordpress.com/2016/02/classof1182byhoarous.png" } diff --git a/examples/worm.json b/examples/worm.json index a021a5e..37b6b9b 100644 --- a/examples/worm.json +++ b/examples/worm.json @@ -4,5 +4,6 @@ "author": "Wildbow", "chapter_selector": "#main .entry-content a", "content_selector": "#main .entry-content", - "filter_selector": ".sharedaddy, style, a[href*='parahumans.wordpress.com']" + "filter_selector": ".sharedaddy, style, a[href*='parahumans.wordpress.com']", + "cover_url": "https://pre00.deviantart.net/969a/th/pre/i/2015/051/8/7/worm_cover_by_cactusfantastico-d8ivj4b.png" }