diff options
| author | FiveFilters.org <fivefilters@fivefilters.org> | 2013-11-01 15:47:20 +0000 |
|---|---|---|
| committer | FiveFilters.org <fivefilters@fivefilters.org> | 2013-11-01 15:47:38 +0000 |
| commit | 2493a9370c56ceef9d967bcc08471379c623679e (patch) | |
| tree | b93b7667ad7b51506d8f0254467c8ca00db6a951 | |
| parent | 51833697562c8181ab1834df46dc9b68067de3d7 (diff) | |
| download | ftr-site-config-2493a9370c56ceef9d967bcc08471379c623679e.tar.gz ftr-site-config-2493a9370c56ceef9d967bcc08471379c623679e.zip | |
syborcza.pl and eetimes.com
| -rw-r--r-- | eetimes.com.txt | 8 | ||||
| -rw-r--r-- | wyborcza.pl.txt | 20 |
2 files changed, 17 insertions, 11 deletions
diff --git a/eetimes.com.txt b/eetimes.com.txt new file mode 100644 index 0000000..300db30 --- /dev/null +++ b/eetimes.com.txt @@ -0,0 +1,8 @@ +body: //div[contains(@class, 'grayshowlinks')] + +next_page_link: //div[@id='sitecontentcol']//a[.='Next >'] +# Doesn't work (site doesn't always load full content in print view) +#single_page_link: //div[@id='sitecontentcol']//a[contains(@href, 'print=yes')] + +test_url: http://www.eetimes.com/document.asp?doc_id=1319966& +test_url: http://www.eetimes.com/rss_simple.asp
\ No newline at end of file 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 |
