diff options
| author | FiveFilters.org <fivefilters@fivefilters.org> | 2016-10-01 14:57:34 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-10-01 14:57:34 +0200 |
| commit | 304e5a9fa340ac6f4b7296dd4cb8ae4ed7688b89 (patch) | |
| tree | 446484d19ae90a91bcde52f710787a3bc693613c | |
| parent | de86399953e6d4215302dc229d95299ab81b2ce5 (diff) | |
| download | ftr-site-config-304e5a9fa340ac6f4b7296dd4cb8ae4ed7688b89.tar.gz ftr-site-config-304e5a9fa340ac6f4b7296dd4cb8ae4ed7688b89.zip | |
Update gamasutra.com.txt
| -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 |
