diff options
Diffstat (limited to 'wyborcza.pl.txt')
| -rw-r--r-- | wyborcza.pl.txt | 20 |
1 files changed, 9 insertions, 11 deletions
diff --git a/wyborcza.pl.txt b/wyborcza.pl.txt index a622291..638583d 100644 --- a/wyborcza.pl.txt +++ b/wyborcza.pl.txt @@ -1,11 +1,9 @@ -title:h1 -author: //*[@id = 'gazeta_article_author'] -date: //*[@id = 'gazeta_article_date'] -body: //*[@id = 'art'] -next_page_link: //*[@id='Str']/a[contains(text(), 'nastepne')] -strip: //*[@class = 'rel_zdjTOP'] -strip: //*[@id = 'rel'] -strip: //*[@class = 'txt_upl'] -strip: //*[@id='Str'] -strip: //*[@id='source'] -test_url: http://wyborcza.pl/1,123455,11536088,Gdy_peknie_fejs__obryzga_wszystko.html?as=1&startsz=x
\ No newline at end of file +body: //div[@id='article'] +strip: //div[@class='head'] + +strip_id_or_class: txt_upl + +single_page_link: //div[@id='gazeta_article_tools']//a[contains(@class, 'print')] + +test_url: http://wyborcza.pl/1,123455,11536088,Gdy_peknie_fejs__obryzga_wszystko.html?as=1&startsz=x +test_url: http://wyborcza.pl/1,75478,14880255,Biskup_Dydycz_o_pedofilii_i_tajemnicy_spowiedzi__Zamiast.html
\ No newline at end of file |
