# default view title
title: //span[@class='newsTitle']
# print view title
title: //h3[@class='title']

author: //div[contains(class, 'comment_title')]//a[contains(@href, '/author/')]

# default view date
date: //td[@class='newsDate']

# default view body
body: //div[contains(@class, 'hide_phone')] | //div[contains(@class, "page_data_1")]

strip: //h3[@class='title']

single_page_link: concat(//meta[@property="og:url"]/@content, '?print=1')
if_page_contains: //a[contains(@class, "articleNav")]

test_url: http://www.gamasutra.com/view/feature/132559/staying_power_rethinking_feedback_.php
