mirror of
https://github.com/brmlab/povoden.git
synced 2025-06-07 17:54:10 +02:00
minor fix of pdf url xpath
hopefully they don`t change @title ..
This commit is contained in:
parent
6d899064de
commit
5f05e4f9e4
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -15,7 +15,7 @@ DATAPATH=//table[@class="stdstationtbl"]/./tr[3]//table/tr[position()>1]
|
|||
|
||||
DOPRAVAURL=http://www.dpp.cz/povodne-aktualni-doprava/
|
||||
DOPRAVATMP=/tmp/doprava.html
|
||||
DOPRAVAXPATH1=string(//div[@id="content-container"]/div[@id="pole"]/div/div[2]//a[text()="zde"]/@href)
|
||||
DOPRAVAXPATH1=string(//div[@id="content-container"]/div[@id="pole"]/div/div[2]//a[starts-with(@title,"Stav dopravy k")]/@href)
|
||||
DOPRAVAXPATH2=//div[@id="content-container"]/div[@id="pole"]/div/div[2]//*[@class="img-c img-envelope"]/../preceding-sibling::*
|
||||
|
||||
all: index.html doprava.html pomoc.html kontakty.html
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue