diff options
Diffstat (limited to 'aht.seriouseats.com.txt')
| -rw-r--r-- | aht.seriouseats.com.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/aht.seriouseats.com.txt b/aht.seriouseats.com.txt new file mode 100644 index 0000000..b2d88a0 --- /dev/null +++ b/aht.seriouseats.com.txt @@ -0,0 +1,15 @@ +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
\ No newline at end of file |
