aboutsummaryrefslogtreecommitdiffhomepage
path: root/inc/3rdparty/site_config/standard/gamasutra.com.txt
diff options
context:
space:
mode:
authortcit <tcit@tcit.fr>2014-10-08 19:26:26 +0200
committertcit <tcit@tcit.fr>2014-10-08 19:26:26 +0200
commit8327f1c371ad1d930bf9c9a13e443f2aa29ecfe3 (patch)
treeea559def90e546716f3d6016fe8f06f333249ef6 /inc/3rdparty/site_config/standard/gamasutra.com.txt
parentd05f5eeb1dfd989e76f6040b220fe52738284841 (diff)
parent73c833780c37278a319fd3bfff172eede1a040bd (diff)
downloadwallabag-8327f1c371ad1d930bf9c9a13e443f2aa29ecfe3.tar.gz
wallabag-8327f1c371ad1d930bf9c9a13e443f2aa29ecfe3.tar.zst
wallabag-8327f1c371ad1d930bf9c9a13e443f2aa29ecfe3.zip
Merge branch 'dev' into data-for-mysql
Diffstat (limited to 'inc/3rdparty/site_config/standard/gamasutra.com.txt')
-rwxr-xr-x[-rw-r--r--]inc/3rdparty/site_config/standard/gamasutra.com.txt36
1 files changed, 18 insertions, 18 deletions
diff --git a/inc/3rdparty/site_config/standard/gamasutra.com.txt b/inc/3rdparty/site_config/standard/gamasutra.com.txt
index 35a8762a..7c808cfd 100644..100755
--- a/inc/3rdparty/site_config/standard/gamasutra.com.txt
+++ b/inc/3rdparty/site_config/standard/gamasutra.com.txt
@@ -1,20 +1,20 @@
1# default view title 1# default view title
2title: //span[@class='newsTitle'] 2title: //span[@class='newsTitle']
3# print view title 3# print view title
4title: //h3[@class='title'] 4title: //h3[@class='title']
5 5
6# default view author 6# default view author
7author: //span[@class='newsAuth']/a 7author: //span[@class='newsAuth']/a
8author: substring-after(//span[@class='newsAuth'], 'by ') 8author: substring-after(//span[@class='newsAuth'], 'by ')
9 9
10# default view date 10# default view date
11date: //td[@class='newsDate'] 11date: //td[@class='newsDate']
12 12
13# default view body 13# default view body
14body: //td[@class='featureText'] 14body: //td[@class='featureText']
15body: //td[@class='newsText'] 15body: //td[@class='newsText']
16 16
17strip: //h3[@class='title'] 17strip: //h3[@class='title']
18 18
19single_page_link: //a[contains(@href, '?print=1')] 19single_page_link: //a[contains(@href, '?print=1')]
20test_url: http://www.gamasutra.com/view/feature/132559/staying_power_rethinking_feedback_.php \ No newline at end of file 20test_url: http://www.gamasutra.com/view/feature/132559/staying_power_rethinking_feedback_.php \ No newline at end of file