From 58c644768e1dbdbba664520120dcf78ddcc0ebf8 Mon Sep 17 00:00:00 2001 From: Eloi Coutant Date: Sun, 27 Aug 2017 11:03:28 +0200 Subject: Create blogs.sciencemag.org.txt (#329) Tested except for the author field which is not directly used by wallabag. On the website, the code is `Author name`; I do not know if `author: //a[@rel='author']` is enough to pick it up. --- blogs.sciencemag.org.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 blogs.sciencemag.org.txt diff --git a/blogs.sciencemag.org.txt b/blogs.sciencemag.org.txt new file mode 100644 index 0000000..cd2bfc9 --- /dev/null +++ b/blogs.sciencemag.org.txt @@ -0,0 +1,12 @@ +title: //h1 + +author: //a[@rel='author'] + +# Publication date +date: //time + +body: //div[@class='article__body'] + +prune: no + +test_url: http://blogs.sciencemag.org/pipeline/archives/2017/08/23/ultrasound-for-brain-drug-delivery-not-so-fast -- cgit v1.3.1