diff options
| author | FiveFilters.org <fivefilters@fivefilters.org> | 2013-08-19 12:00:00 -0700 |
|---|---|---|
| committer | FiveFilters.org <fivefilters@fivefilters.org> | 2013-08-19 12:00:00 -0700 |
| commit | 79940bb858942bd12110818759c290e0194ab11e (patch) | |
| tree | 3c772e7443a351f4fe604999db276943ccc35bca | |
| parent | 51f8e74d946d5b378f674f9dc913b1fec9aa0ac0 (diff) | |
| parent | 606c9d2f8f5d07a51941a591aa0d8fc93652a213 (diff) | |
| download | ftr-site-config-79940bb858942bd12110818759c290e0194ab11e.tar.gz ftr-site-config-79940bb858942bd12110818759c290e0194ab11e.zip | |
Merge pull request #11 from thiagomt/patch-2
Create globoesporte.globo.com.txt
| -rw-r--r-- | globoesporte.globo.com.txt | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/globoesporte.globo.com.txt b/globoesporte.globo.com.txt new file mode 100644 index 0000000..81efd2e --- /dev/null +++ b/globoesporte.globo.com.txt @@ -0,0 +1,21 @@ +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"] + +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 |
