]>
Commit | Line | Data |
---|---|---|
1 | # Get proper Title, Author and Date info\r | |
2 | title: substring-before(//title, '|')\r | |
3 | author: substring-after(//h4/a[@href='http://www.ilounge.com/index.php/ilounge/aboutus/'], 'By')\r | |
4 | date: //span[@class='instapaper_date']\r | |
5 | \r | |
6 | # For Reviews & First Looks, get the intro paragraph and put it in front of the main body.\r | |
7 | move_into(//div[@id='instapaper_para1']): //div[@id='instapaper_body']\r | |
8 | body: //div[@id='instapaper_para1']\r | |
9 | strip: //div[@class='reviewinfo']\r | |
10 | \r | |
11 | # We don't use footnotes, so why bother checking for them? \r | |
12 | footnotes: no | |
13 | test_url: http://www.ilounge.com/index.php/reviews/entry/luxa2-alum-x-for-iphone-4-4s/?utm_source=twitterfeed&utm_medium=twitter |