From e5e9519227e67d6018e663fd3847bcf3d6254ba7 Mon Sep 17 00:00:00 2001 From: Philipp A Date: Sat, 22 Apr 2023 22:37:45 +0200 Subject: [PATCH] Add pale lights recipe --- examples/pale-lights.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 examples/pale-lights.json diff --git a/examples/pale-lights.json b/examples/pale-lights.json new file mode 100644 index 0000000..244dedd --- /dev/null +++ b/examples/pale-lights.json @@ -0,0 +1,11 @@ +{ + "url": "https://palelights.com/2022/08/17/chapter-1/", + "title": "Pale Lights", + "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\"]", + "cover_url": "https://www.royalroadcdn.com/public/covers-large/pale-lights-aaaay6-1-bi.jpg" +}