mirror of
https://github.com/moparisthebest/wallabag
synced 2024-11-12 04:15:03 -05:00
15 lines
490 B
Plaintext
15 lines
490 B
Plaintext
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://slice.seriouseats.com/archives/2010/10/the-pizza-lab-how-to-make-great-new-york-style-pizza.html |