mirror of
https://github.com/moparisthebest/wallabag
synced 2024-11-23 17:42:15 -05:00
15 lines
336 B
Plaintext
15 lines
336 B
Plaintext
|
body: //div[@id='articlebody']
|
||
|
title: //h1
|
||
|
author: //p[@id='by']//a
|
||
|
|
||
|
next_page_link: //span[@class='next']/a
|
||
|
# Not the same as below!
|
||
|
|
||
|
prune: yes
|
||
|
tidy: no
|
||
|
|
||
|
# Annoying 'next' links plainly inside the article body
|
||
|
strip: //*[text()[contains(.,'Next: ')]]
|
||
|
|
||
|
test_url: http://psychology.about.com/od/theoriesofpersonality/ss/defensemech.htm
|