blob: be89cb0e858f30ab4445206377f17401373ba982 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
title: //header[contains(@class, "news-article-title")]//h1
date: //div[@class="news-article-byline"]//time
author: //h2[@class="news-article-author"]//cite
# Turns out that westernadvocate is doing funky things with the slide show images. :<
# body: //ul[@class="slides"]//img | //div[contains(@class, "news-article-body")]
body: //div[contains(@class, "news-article-body")]
strip: //div[contains(@class, "flexslider")]
test_url: http://:www.westernadvocate.com.au/story/1532050/roos-accept-ziebell-ban-commentators-do-not/
|