From 4b0438d7ef720b40136c1e4b7e66889f251c2541 Mon Sep 17 00:00:00 2001 From: Abhinandan Date: Thu, 19 May 2016 19:03:30 +0530 Subject: Create filter for in.rbth.com (#160) --- in.rbth.com.txt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 in.rbth.com.txt diff --git a/in.rbth.com.txt b/in.rbth.com.txt new file mode 100644 index 0000000..1bf3886 --- /dev/null +++ b/in.rbth.com.txt @@ -0,0 +1,6 @@ +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 ')] +test_url: https://in.rbth.com/politics/2016/04/26/is-revolution-in-russia-by-emigres-abroad-possible_588071 -- cgit v1.3.1