]>
Commit | Line | Data |
---|---|---|
4e067cea NL |
1 | # Get proper Title, Author and Date info |
2 | title: substring-before(//title, '|') | |
3 | author: substring-after(//h4/a[@href='http://www.ilounge.com/index.php/ilounge/aboutus/'], 'By') | |
4 | date: //span[@class='instapaper_date'] | |
5 | ||
6 | # For Reviews & First Looks, get the intro paragraph and put it in front of the main body. | |
7 | move_into(//div[@id='instapaper_para1']): //div[@id='instapaper_body'] | |
8 | body: //div[@id='instapaper_para1'] | |
9 | strip: //div[@class='reviewinfo'] | |
10 | ||
11 | # We don't use footnotes, so why bother checking for them? | |
ac4d1142 NL |
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 |