diff options
| -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 + |
