diff options
| -rw-r--r-- | globoesporte.globo.com.txt | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/globoesporte.globo.com.txt b/globoesporte.globo.com.txt new file mode 100644 index 0000000..4cda55b --- /dev/null +++ b/globoesporte.globo.com.txt @@ -0,0 +1,19 @@ +title: //h1[@class="entry-title"] + +body: //*[@id="materia-letra"] + +date: //abbr[@class="published"] +date: //abbr[@class="updated"] + +author: //*[@class="author"]/strong + +strip: //*[@class="foto"]//strong +strip: //*[@class="saibamais"] +strip: //*[@class="frase-materia"] + +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 |
