diff options
| author | FiveFilters.org <fivefilters@fivefilters.org> | 2013-08-23 00:54:10 +0200 |
|---|---|---|
| committer | FiveFilters.org <fivefilters@fivefilters.org> | 2013-08-23 00:54:10 +0200 |
| commit | 7c7f00c94969784322943c937a8af25efb9a61da (patch) | |
| tree | bef07b7e9edec1113688bd9e8f1aa87e965e2f90 | |
| parent | e4212aef2d06ad39ecc6989080a3d7bf7ecec9e0 (diff) | |
| parent | f3e379b8040d8619faca16fe14cb0e4fe9f0a2bc (diff) | |
| download | ftr-site-config-7c7f00c94969784322943c937a8af25efb9a61da.tar.gz ftr-site-config-7c7f00c94969784322943c937a8af25efb9a61da.zip | |
Merge branch 'master' of https://github.com/fivefilters/ftr-site-config
| -rw-r--r-- | gizmodo.uol.com.br.txt | 6 | ||||
| -rw-r--r-- | globoesporte.globo.com.txt | 25 |
2 files changed, 31 insertions, 0 deletions
diff --git a/gizmodo.uol.com.br.txt b/gizmodo.uol.com.br.txt new file mode 100644 index 0000000..1e3b483 --- /dev/null +++ b/gizmodo.uol.com.br.txt @@ -0,0 +1,6 @@ +title: //h1 + +body: //div[@id='featuredBanner_img'] | //div[@id='content'][1]/p + +test_url: http://gizmodo.uol.com.br/compra-seguidores-curtidas-instagram/ +test_url: http://gizmodo.uol.com.br/perfil-mark-zuckerberg-hackeado/ diff --git a/globoesporte.globo.com.txt b/globoesporte.globo.com.txt new file mode 100644 index 0000000..fd8e70f --- /dev/null +++ b/globoesporte.globo.com.txt @@ -0,0 +1,25 @@ +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 + +strip: //div[contains(@class,'foto')]/strong +strip: //div[contains(@class,'frase-materia')]/div[@class='autor'] +strip: //div[contains(@class,'saibamais')] +strip: //*[contains(text(),'Clique aqui e veja mais')]/ancestor::p +strip: //ul[@class="toolbar"] + +# quotes +wrap_in(blockquote): //div[@id='materia-letra']//div[contains(@class,'frase-materia')]/div[@class='frase'] + +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 +test_url: http://globoesporte.globo.com/futebol/times/fluminense/noticia/2013/08/poupado-no-sabado-felipe-se-diz-pronto-para-ser-titular-contra-o-goias.html |
