hi, i have a pretty complicated problem adjusting a grabber file (italian virgilio.it to be precise)
a few days ago i fixed it since it wasn't working anymore, but now i noticed that if i run it on a day different than monday, it screws up.
this is because i used the <DayNames> tag, and put there the italian names of the weekdays.
i did so because in italian we use some accents in day names (for example: lunedì) but on websites they are often written without any accent (lunedi), so i couldn't use the [WEEKDAY] tag.
the problem is that the grabber always starts from the first <DayName>, so basically everytime it grabs, it assumes that today is monday, which is quite wrong.
how could i fix this? looking at the documentation it seems there's actually no way
a few days ago i fixed it since it wasn't working anymore, but now i noticed that if i run it on a day different than monday, it screws up.
this is because i used the <DayNames> tag, and put there the italian names of the weekdays.
i did so because in italian we use some accents in day names (for example: lunedì) but on websites they are often written without any accent (lunedi), so i couldn't use the [WEEKDAY] tag.
the problem is that the grabber always starts from the first <DayName>, so basically everytime it grabs, it assumes that today is monday, which is quite wrong.
how could i fix this? looking at the documentation it seems there's actually no way