diff options
| -rw-r--r-- | gamasutra.com.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gamasutra.com.txt b/gamasutra.com.txt index 7c808cf..75d4617 100644 --- a/gamasutra.com.txt +++ b/gamasutra.com.txt @@ -16,5 +16,7 @@ body: //td[@class='newsText'] strip: //h3[@class='title'] -single_page_link: //a[contains(@href, '?print=1')] -test_url: http://www.gamasutra.com/view/feature/132559/staying_power_rethinking_feedback_.php
\ No newline at end of file +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 |
