mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-01 14:49:15 +00:00
12 lines
No EOL
613 B
Text
Executable file
12 lines
No EOL
613 B
Text
Executable file
# savage* filtering is for Savage Love, such as: http://www.thestranger.com/seattle/SavageLove?oid=5135029
|
|
|
|
#other filtering are plain articles, such as: http://www.thestranger.com/seattle/the-stranger-election-control-board/Content?oid=5142885
|
|
|
|
title: //div[@id='savageColumn_head']/h1
|
|
title: //h1[@class="headlineLarge"]
|
|
|
|
strip: //div[@id='savage_right'] | //div[@id='savageColumn_head'] | //div[@id='savageArticleRight'] | //div[@id='articleRight'] | //div[@class='savAppBanner']
|
|
|
|
body: //div[@id='savageColumn']
|
|
body: //div[@id='story_text']
|
|
test_url: http://www.thestranger.com/seattle/SavageLove?oid=5135029 |