12-13-2003, 09:36 AM -
Quote:I suggest that parsing for weather icon could be done using the method of find0, find1, delim which could all be customized by user.
It is already done this way.
Code:
[options]
name = Yahoo Weather - 3 Day
starturl= http://weather.yahoo.com/
SendCookies = 0
[Conditions]
find0 = "<!--CURCON-->"
find1 = "<!-- teswt -->"
delim = "<"
The [Conditions] section of the provider file is responsible for parsing the text used to generate the conditions icon.