Changeset 31683
- Timestamp:
- 12/11/14 22:17:04 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/plugins/weather/weather.h
r31682 r31683 140 140 tmpsearch = ostrcat(tmpsearch, "&weasearchstr=", 1, 0); 141 141 tmpsearch = ostrcat(tmpsearch, location, 1, 0); 142 free(lang), lang = NULL; 143 144 //tmpsearch = ostrcat("data.aspx? weadegreetype=C&culture=de-DE&weasearchstr=", location, 0, 0);142 free(lang), lang = NULL; 143 144 //tmpsearch = ostrcat("data.aspx?src=vista&weadegreetype=C&culture=de-DE&weasearchstr=", location, 0, 0); 145 145 //tmpsearch = ostrcat("ig/api?weather=", location, 0, 0); 146 146 //TODO: implement auto language (from titan.cfg) … … 148 148 //tmpsearch = stringreplacechar(tmpsearch, ' ', '+'); 149 149 150 tmpstr = gethttp(" msn.com/en-us/weather", tmpsearch, 80, NULL, NULL, 5000, NULL, 0);150 tmpstr = gethttp("weather.service.msn.com", tmpsearch, 80, NULL, NULL, 5000, NULL, 0); 151 151 //tmpstr = gethttp("www.google.com", tmpsearch, 80, NULL, NULL, 5000, NULL, 0); 152 152
Note: See TracChangeset
for help on using the changeset viewer.