diff options
Diffstat (limited to 'www1.folha.uol.com.br.txt')
| -rw-r--r-- | www1.folha.uol.com.br.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/www1.folha.uol.com.br.txt b/www1.folha.uol.com.br.txt new file mode 100644 index 0000000..97a5c19 --- /dev/null +++ b/www1.folha.uol.com.br.txt @@ -0,0 +1,15 @@ +body://div[@id='articleNew'] +strip://div[@id='articleBy'] +strip://div[@id='articleDate'] +strip://td[@class='articleGraphicCredit'] +strip://h1 +strip://div[@id='articleEnd'] +strip://p[@class='tagline'] +strip://div[@class='openBox adslibraryArticle'] +strip_id_or_class:ad-180x150-1 + + +title: //div[@id="articleNew"]/h1 +author: //div[@id="articleBy"]/p/b +date: substring-before(//div[@id="articleDate"], "-") +test_url: http://www1.folha.uol.com.br/mundo/1115805-ex-ditador-argentino-videla-e-condenado-a-50-anos-de-prisao.shtml
\ No newline at end of file |
