mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-03 15:39:38 +00:00
15 lines
470 B
Text
15 lines
470 B
Text
|
body: //div[@id='content']
|
||
|
|
||
|
# clean up recipe pages
|
||
|
strip: //h2[@class='fn'] | //h2[@class='double-lined'] | //h3 | //div[@id='threeColumn2'] | //div[@id='threeColumn3']
|
||
|
|
||
|
#recipe pages
|
||
|
strip_id_or_class: "recipe-feedback"
|
||
|
strip_id_or_class: "comments"
|
||
|
strip_id_or_class: "procedure-number"
|
||
|
strip_id_or_class: "more-with-author"
|
||
|
|
||
|
#slice
|
||
|
strip_id_or_class: "inner"
|
||
|
|
||
|
test_url: http://aht.seriouseats.com/archives/2009/12/the-burger-lab-salting-ground-beef.html
|