diff options
Diffstat (limited to 'wyborcza.pl.txt')
| -rw-r--r-- | wyborcza.pl.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wyborcza.pl.txt b/wyborcza.pl.txt index f99467c..a622291 100644 --- a/wyborcza.pl.txt +++ b/wyborcza.pl.txt @@ -1,6 +1,6 @@ title:h1 -author: //*[@class = 'author'] -date: //*[@class = 'date'] +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'] |
