diff --git a/examples/practical1.json b/examples/practical1.json index b1b6533..b9b26bc 100644 --- a/examples/practical1.json +++ b/examples/practical1.json @@ -2,7 +2,7 @@ "url": "https://practicalguidetoevil.wordpress.com/2015/03/25/prologue/", "title": "A Practical Guide To Evil: Book 1", "author": "erraticerrata", - "content_selector": "#main .entry-wrapper", + "content_selector": "#main", "content_title_selector": "h1.entry-title", "content_text_selector": ".entry-content", "filter_selector": ".sharedaddy, .wpcnt, style", diff --git a/examples/practical2.json b/examples/practical2.json index 4ce17e0..49ba89d 100644 --- a/examples/practical2.json +++ b/examples/practical2.json @@ -2,7 +2,7 @@ "url": "https://practicalguidetoevil.wordpress.com/2015/11/04/prologue-2/", "title": "A Practical Guide To Evil: Book 2", "author": "erraticerrata", - "content_selector": "#main .entry-wrapper", + "content_selector": "#main", "content_title_selector": "h1.entry-title", "content_text_selector": ".entry-content", "filter_selector": ".sharedaddy, .wpcnt, style", diff --git a/examples/practical3.json b/examples/practical3.json index b42c69f..453ce90 100644 --- a/examples/practical3.json +++ b/examples/practical3.json @@ -2,7 +2,7 @@ "url": "https://practicalguidetoevil.wordpress.com/2017/02/08/prologue-3/", "title": "A Practical Guide To Evil: Book 3", "author": "erraticerrata", - "content_selector": "#main .entry-wrapper", + "content_selector": "#main", "content_title_selector": "h1.entry-title", "content_text_selector": ".entry-content", "filter_selector": ".sharedaddy, .wpcnt, style", diff --git a/examples/practical4.json b/examples/practical4.json index 4ff3446..d27f187 100644 --- a/examples/practical4.json +++ b/examples/practical4.json @@ -2,7 +2,7 @@ "url": "https://practicalguidetoevil.wordpress.com/2018/04/09/prologue-4/", "title": "A Practical Guide To Evil: Book 4", "author": "erraticerrata", - "content_selector": "#main .entry-wrapper", + "content_selector": "#main", "content_title_selector": "h1.entry-title", "content_text_selector": ".entry-content", "filter_selector": ".sharedaddy, .wpcnt, style", diff --git a/examples/practical5.json b/examples/practical5.json index f9a3667..929c993 100644 --- a/examples/practical5.json +++ b/examples/practical5.json @@ -2,7 +2,7 @@ "url": "https://practicalguidetoevil.wordpress.com/2019/01/14/prologue-5/", "title": "A Practical Guide To Evil: Book 5", "author": "erraticerrata", - "content_selector": "#main .entry-wrapper", + "content_selector": "#main", "content_title_selector": "h1.entry-title", "content_text_selector": ".entry-content", "filter_selector": ".sharedaddy, .wpcnt, style", diff --git a/examples/practical6.json b/examples/practical6.json index 643e60a..650f4ae 100644 --- a/examples/practical6.json +++ b/examples/practical6.json @@ -2,7 +2,7 @@ "url": "https://practicalguidetoevil.wordpress.com/2020/01/06/prologue-6/", "title": "A Practical Guide To Evil: Book 6", "author": "erraticerrata", - "content_selector": "#main .entry-wrapper", + "content_selector": "#main", "content_title_selector": "h1.entry-title", "content_text_selector": ".entry-content", "filter_selector": ".sharedaddy, .wpcnt, style", diff --git a/examples/practical7.json b/examples/practical7.json new file mode 100644 index 0000000..ab99961 --- /dev/null +++ b/examples/practical7.json @@ -0,0 +1,11 @@ +{ + "url": "https://practicalguidetoevil.wordpress.com/2021/03/02/prologue-7/", + "title": "A Practical Guide To Evil: Book 7", + "author": "erraticerrata", + "content_selector": "#main", + "content_title_selector": "h1.entry-title", + "content_text_selector": ".entry-content", + "filter_selector": ".sharedaddy, .wpcnt, style", + "next_selector": "a[rel=\"next\"]:not([href*=\"prologue\"])", + "cover_url": "https://gitlab.com/Mikescher2/A-Practical-Guide-To-Evil-Lyx/raw/master/APGTE_1/APGTE_front.png" +} \ No newline at end of file diff --git a/examples/practicalall.json b/examples/practicalall.json index bb77121..7644444 100644 --- a/examples/practicalall.json +++ b/examples/practicalall.json @@ -2,7 +2,7 @@ "url": "https://practicalguidetoevil.wordpress.com/2015/03/25/prologue/", "title": "A Practical Guide To Evil", "author": "erraticerrata", - "content_selector": "#main .entry-wrapper", + "content_selector": "#main", "content_title_selector": "h1.entry-title", "content_text_selector": ".entry-content", "filter_selector": ".sharedaddy, .wpcnt, style",