From ed3b80aaa69921fec30b286bbe629feb55743970 Mon Sep 17 00:00:00 2001 From: Max Maischein Date: Sun, 2 Oct 2016 16:12:25 +0200 Subject: Small syntax fixes (#207) * Fix: "auther" -> "author" * Fix: Add test_url: in front of test url --- in.rbth.com.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'in.rbth.com.txt') diff --git a/in.rbth.com.txt b/in.rbth.com.txt index 1bf3886..1c0fff3 100644 --- a/in.rbth.com.txt +++ b/in.rbth.com.txt @@ -2,5 +2,5 @@ title: //h1[contains(concat(' ',normalize-space(@class),' '),' title ')] body: //div[contains(concat(' ',normalize-space(@class),' '),' lead ')] | //section[contains(concat(' ',normalize-space(@class),' '),' text ')] strip: //div(@class='incut i_right') | //div[contains(concat(' ',normalize-space(@class),' '),' mastertag_pic ')] date: //span[contains(concat(' ',normalize-space(@class),' '),' date ')] -auther: //span[contains(concat(' ',normalize-space(@class),' '),' author ')] +author: //span[contains(concat(' ',normalize-space(@class),' '),' author ')] test_url: https://in.rbth.com/politics/2016/04/26/is-revolution-in-russia-by-emigres-abroad-possible_588071 -- cgit v1.3.1