diff options
Diffstat (limited to 'macmagazine.com.br.txt')
| -rw-r--r-- | macmagazine.com.br.txt | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/macmagazine.com.br.txt b/macmagazine.com.br.txt new file mode 100644 index 0000000..da7df69 --- /dev/null +++ b/macmagazine.com.br.txt @@ -0,0 +1,21 @@ +# Remove sliders +strip: //*[(@class="slides_container")] +strip: //div[(@id="slides_two")] + +# Remove tag cloud +strip: //span[(@class="secao")] + +# Fix date article +# TODO + +# Remove other stuff +strip: //div[(@id="idc-container")] +strip: //div[(@id="idc-noscript")] +strip: //div[(@class="linkwithin_div")] +strip: //div[(@class="navPosts")] +strip: //div[(@id="lateral")] +strip: //div[(@id="autor")] +strip: //div[(@id="rodape")] +strip: //div[(@id="post")]/h1 +strip: //div[(@id="post")]/div[(@id="boxInformacoes")] +test_url: http://macmagazine.com.br/2011/08/01/skype-para-ipad-esta-finalmente-chegando-a-app-store/
\ No newline at end of file |
