diff options
| author | Eloi Coutant <eloi@anbuco.fr> | 2017-08-27 11:03:28 +0200 |
|---|---|---|
| committer | FiveFilters.org <fivefilters@fivefilters.org> | 2017-08-27 11:03:28 +0200 |
| commit | 58c644768e1dbdbba664520120dcf78ddcc0ebf8 (patch) | |
| tree | 22e2075a2145291e680debfe39e57b4fb5353439 /blogs.sciencemag.org.txt | |
| parent | 3ba1548d2acc2261e2454afc5b176a22657dbdb7 (diff) | |
| download | ftr-site-config-58c644768e1dbdbba664520120dcf78ddcc0ebf8.tar.gz ftr-site-config-58c644768e1dbdbba664520120dcf78ddcc0ebf8.zip | |
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 `<a href='...' rel='author external'>Author name</a>`; I do not know if `author: //a[@rel='author']` is enough to pick it up.
Diffstat (limited to 'blogs.sciencemag.org.txt')
| -rw-r--r-- | blogs.sciencemag.org.txt | 12 |
1 files changed, 12 insertions, 0 deletions
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 |
