From 143ba12bb260b7edb37d4d3a398e19a82dbd14e4 Mon Sep 17 00:00:00 2001 From: Max Maischein Date: Wed, 1 Feb 2017 14:26:39 +0100 Subject: Small syntax fixes (#245) * Fix: "auther" -> "author" * Fix: Add test_url: in front of test url * Move test_url onto one line, change test-url to test_url --- vox.com.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vox.com.txt') diff --git a/vox.com.txt b/vox.com.txt index 2fe5df7..f231e42 100644 --- a/vox.com.txt +++ b/vox.com.txt @@ -5,4 +5,4 @@ title: //h1[contains(concat(' ',normalize-space(@class),' '),' c-page-title ')] body: //div[contains(concat(' ',normalize-space(@class),' '),' c-entry-content ')] date: //time[contains(concat(' ',normalize-space(@class),' '),' c-byline__item ')] strip: //h3 -test-url: http://www.vox.com/policy-and-politics/2016/11/28/13728086/trump-literally-and-seriously +test_url: http://www.vox.com/policy-and-politics/2016/11/28/13728086/trump-literally-and-seriously -- cgit v1.3.1