blob: fe95d3f9a756832dcae8a947e0ac518f42a8c950 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# ...&printable=yes
body: //div[@id='bodycontents']
prune: no
tidy: no
strip_id_or_class: gatEditSection
strip_id_or_class: relatedwikihows
#strip: //div[contains(@class, 'step_num')]
replace_string(<script ): <div style="display: none"
replace_string(</script>): </div>
single_page_link: //a[@id='gatPrintView']
single_page_link: concat(//link[@rel='canonical']/@href, '?printable=yes')
test_url: http://www.wikihow.com/Start-Your-Own-Country
|