diff --git a/examples/pact.json b/examples/pact.json new file mode 100644 index 0000000..eaf0740 --- /dev/null +++ b/examples/pact.json @@ -0,0 +1,11 @@ +{ + "url": "https://pactwebserial.wordpress.com/2013/12/17/bonds-1-1/", + "title": "Pact", + "author": "Wildbow", + "content_selector": "#main", + "content_title_selector": "h1.entry-title", + "content_text_selector": ".entry-content", + "filter_selector": ".sharedaddy, style, a[href*='pactwebserial.wordpress.com']", + "next_selector": "a[rel=\"next\"]", + "cover_url": "https://images-wixmp-ed30a86b8c4ca887773594c2.wixmp.com/f/a456e440-ea22-45c0-8b39-dacf9bbddade/d7dxaz4-64cfabe8-f957-44af-aaea-82346c401b27.jpg?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJ1cm46YXBwOiIsImlzcyI6InVybjphcHA6Iiwib2JqIjpbW3sicGF0aCI6IlwvZlwvYTQ1NmU0NDAtZWEyMi00NWMwLThiMzktZGFjZjliYmRkYWRlXC9kN2R4YXo0LTY0Y2ZhYmU4LWY5NTctNDRhZi1hYWVhLTgyMzQ2YzQwMWIyNy5qcGcifV1dLCJhdWQiOlsidXJuOnNlcnZpY2U6ZmlsZS5kb3dubG9hZCJdfQ.J-Wn8bDrKmoKKZW8mkJdi3uRoDV2FDJQZ_TuTWvQazY" +} diff --git a/examples/pale.json b/examples/pale.json index 6e053fe..3787bf2 100644 --- a/examples/pale.json +++ b/examples/pale.json @@ -1,8 +1,11 @@ { - "url": "https://palewebserial.wordpress.com/table-of-contents/", - "title": "Pale", - "author": "Wildbow", - "chapter_selector": "article .entry-content > p a", - "content_selector": "article .entry-content", - "filter_selector": ".sharedaddy, style, a[href*='palewebserial.wordpress.com']" + "url": "https://palewebserial.wordpress.com/2020/05/05/blood-run-cold-0-0/", + "title": "Pale", + "author": "Wildbow", + "content_selector": "#main", + "content_title_selector": "h1.entry-title", + "content_text_selector": ".entry-content", + "filter_selector": ".sharedaddy, style, a[href*='palewebserial.wordpress.com']", + "next_selector": "a[rel=\"next\"]", + "cover_url": "https://palewebserial.files.wordpress.com/2020/05/2020-04-23-21.18.40.png?w=1103&h=300" } diff --git a/examples/twig.json b/examples/twig.json new file mode 100644 index 0000000..85490c5 --- /dev/null +++ b/examples/twig.json @@ -0,0 +1,11 @@ +{ + "url": "https://twigserial.wordpress.com/2014/12/24/taking-root-1-1/", + "title": "Twig", + "author": "Wildbow", + "content_selector": "#main", + "content_title_selector": "h1.entry-title", + "content_text_selector": ".entry-content", + "filter_selector": ".sharedaddy, style, a[href*='twigserial.wordpress.com']", + "next_selector": "a[rel=\"next\"]", + "cover_url": "https://twigserial.files.wordpress.com/2015/03/cropped-twig-commission-titled1.png" +} diff --git a/examples/unsong.json b/examples/unsong.json index e8192f5..c010729 100644 --- a/examples/unsong.json +++ b/examples/unsong.json @@ -1,10 +1,11 @@ { - "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\"])" + "url": "https://unsongbook.com/prologue-2/", + "title": "Unsong", + "author": "Scott Alexander", + "content_selector": "#pjgm-content", + "content_title_selector": "h1.pjgm-posttitle", + "content_text_selector": ".pjgm-postcontent", + "filter_selector": ".sharedaddy, style", + "next_selector": "a[rel=\"next\"]", + "cover_url": "https://i.imgur.com/d9LvKMc.png" }