diff options
| author | Ankur Sinha <sanjay.ankur@gmail.com> | 2017-02-18 14:45:19 +0000 |
|---|---|---|
| committer | FiveFilters.org <fivefilters@fivefilters.org> | 2017-02-18 15:45:19 +0100 |
| commit | f3c93ca426a0379ad61ae0394cc7a2e6914c3925 (patch) | |
| tree | c3289077c95114b09482bd8b1ce43405002ef9c5 /ncbi.nlm.nih.gov.txt | |
| parent | 48147f2b3c64929c6126f93984c9d82a3a157e15 (diff) | |
| download | ftr-site-config-f3c93ca426a0379ad61ae0394cc7a2e6914c3925.tar.gz ftr-site-config-f3c93ca426a0379ad61ae0394cc7a2e6914c3925.zip | |
Config for pubmed (#263)
* Config for pubmed
* Add test link
Diffstat (limited to 'ncbi.nlm.nih.gov.txt')
| -rw-r--r-- | ncbi.nlm.nih.gov.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ncbi.nlm.nih.gov.txt b/ncbi.nlm.nih.gov.txt new file mode 100644 index 0000000..879dda4 --- /dev/null +++ b/ncbi.nlm.nih.gov.txt @@ -0,0 +1,10 @@ +title: //div[contains(concat(' ',normalize-space(@class),' '),' rprt ')]//h1 +author: //div[contains(concat(' ',normalize-space(@class),' '),' auths ')] +date: //div[contains(concat(' ',normalize-space(@class),' '),' cit ')] +body: //div[contains(concat(' ',normalize-space(@class),' '),' abstr ')] +body: //div[contains(concat(' ',normalize-space(@class),' '),' icons ')] +strip: //div[@id='footer'] +strip: //div[contains(concat(' ',normalize-space(@class),' '),' header ')] +prune: yes +test_link: https://www.ncbi.nlm.nih.gov/pubmed/10356353?access_num=10356353&link_type=MED&dopt=Abstract + |
