Closed tribut closed 2 months ago
I use a regular expression to get the dates ((\d{2}\.\d{2}\.\d{4}) *-)? *(\d{2}\.\d{2}\.\d{4}
: https://github.com/benibela/videlibri/blob/master/data/libraries/templates/sisis/loggedIn#L121C44-L121C94
Perhaps that is not as greedy as I thought it would be. Try removing the ?
from it
Oh, now I understand it
Just call Xidel wit the --deprecated-trim-nodes
option
Alhough the regular expression does not match 25.04.2023 - 21.07.2023
correctly, it works correctly for 25.04.2023 - 21.07.2023
.
Thanks, that did it!
When using
xidel
to query Stadtbibliothek Chemnitz as suggested in the README, the due date is wrong:This is how it looks on the web, the supposed due date is actually the date it was borrowed:
The table cell does not contain any additional markup in HTML:
If you need any more information, please let me know.