mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-30 13:01:07 +00:00
Merge pull request #754 from sinisterstuf/about.com
Add support for *.about.com
This commit is contained in:
commit
d14e3f1e22
1 changed files with 14 additions and 0 deletions
14
inc/3rdparty/site_config/standard/.about.com.txt
vendored
Normal file
14
inc/3rdparty/site_config/standard/.about.com.txt
vendored
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
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
|
Loading…
Reference in a new issue