]>
Commit | Line | Data |
---|---|---|
ac4d1142 NL |
1 | title: //h1[@class='post-title']\r |
2 | body: //div[@class='post']\r | |
3 | author: //p[@class='posted-by']\r | |
4 | date: //div[@class='sprite post-date']\r | |
5 | \r | |
6 | # The body of the post doesn't have it's own div so we have to strip out the metadata\r | |
7 | strip: //div[@class='author_avatar']\r | |
8 | strip: //div[@class='sprite post-date']\r | |
9 | strip: //h1[@class='post-title']\r | |
10 | strip: //p[@class='posted-by'] | |
11 | test_url: http://thepioneerwoman.com/cooking/2011/08/pie-fats-a-comparison/ |