blob: d46360276381d42aead8a48a35bc841fbedb716f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
title: //h1[@class="entry-title"]
body: ///div[@class='materia-titulo']/h2 | //*[@id="materia-letra"]
date: //abbr[@class="published"]
date: //abbr[@class="updated"]
author: //*[@class="author"]/strong
# quotes
wrap_in(blockquote): //*[@class="frase-materia"]
strip: //*[@class="foto"]/strong
strip: //*[@class="saibamais"]
strip: //ul[@class="toolbar"]
prune: no
replace_string([Clique aqui e veja mais vĂdeos do Fluminense]): []
test_url: http://globoesporte.globo.com/atletismo/noticia/2013/08/michael-johnson-diz-que-bolt-e-melhor-da-historia-nao-ha-duvidas.html
test_url: http://globoesporte.globo.com/futebol/futebol-internacional/futebol-espanhol/noticia/2013/08/barca-atropela-levante-e-neymar-passa-em-branco-em-estreia-oficial.html
|