From 2414edc1b1174579afa7892ae018f205b2922885 Mon Sep 17 00:00:00 2001 From: Max Isom Date: Fri, 25 Feb 2022 21:39:23 -0500 Subject: [PATCH] Add Unsong --- examples/unsong.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 examples/unsong.json diff --git a/examples/unsong.json b/examples/unsong.json new file mode 100644 index 0000000..e8192f5 --- /dev/null +++ b/examples/unsong.json @@ -0,0 +1,10 @@ +{ + "url": "https://unsongbook.com/prologue-2/", + "title": "Unsong", + "author": "Scott Alexander", + "content_selector": "#pjgm-content", + "content_title_selector": ".pjgm-posttitle", + "content_text_selector": ".pjgm-postcontent", + "filter_selector": ".sharedaddy", + "next_selector": "a[rel=\"next\"]:not([href*=\"prologue\"])" +}