10-10-2003, 02:25 PM -
That looks like it should work to me. The only thing I can think to try is to enclose your find 2 and delimiters in quotes, as below:
[Conditions]
find0 = "Forecast for"
find1 = "<td"
find2 = "alt=""
delim = """
Or possibly remove the quotes from the other two, as so:
[Conditions]
find0 = Forecast for
find1 = <td
find2 = alt="
delim = "
It could just be that the page's syntax had changed slightly earlier, and everything cleared up (well, indoors, anyway)when the weather shifted to "Chance of Rain"?
[Conditions]
find0 = "Forecast for"
find1 = "<td"
find2 = "alt=""
delim = """
Or possibly remove the quotes from the other two, as so:
[Conditions]
find0 = Forecast for
find1 = <td
find2 = alt="
delim = "
It could just be that the page's syntax had changed slightly earlier, and everything cleared up (well, indoors, anyway)when the weather shifted to "Chance of Rain"?