diff options
| author | Max Maischein <github@corion.net> | 2016-10-02 16:12:25 +0200 |
|---|---|---|
| committer | FiveFilters.org <fivefilters@fivefilters.org> | 2016-10-02 16:12:25 +0200 |
| commit | ed3b80aaa69921fec30b286bbe629feb55743970 (patch) | |
| tree | 79ec4fef3ae0e158c0828078b48291fc47bf77f9 | |
| parent | 304e5a9fa340ac6f4b7296dd4cb8ae4ed7688b89 (diff) | |
| download | ftr-site-config-ed3b80aaa69921fec30b286bbe629feb55743970.tar.gz ftr-site-config-ed3b80aaa69921fec30b286bbe629feb55743970.zip | |
Small syntax fixes (#207)
* Fix: "auther" -> "author"
* Fix: Add test_url: in front of test url
| -rw-r--r-- | in.rbth.com.txt | 2 | ||||
| -rw-r--r-- | iphonetweak.fr.txt | 2 |
2 files changed, 2 insertions, 2 deletions
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 diff --git a/iphonetweak.fr.txt b/iphonetweak.fr.txt index 7fd4c94..9210e39 100644 --- a/iphonetweak.fr.txt +++ b/iphonetweak.fr.txt @@ -1,4 +1,4 @@ title: //div[@class='fond_titre']/h1[@class='post-title'] body: //div[@class="post-chapo"] -http://iphonetweak.fr/2016/05/20/apple-watch-deja-jailbreakee +test_url: http://iphonetweak.fr/2016/05/20/apple-watch-deja-jailbreakee |
