Advertisement
Lauda

parser

Nov 30th, 2013
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. (?siU)<full>(.*)</full>.*<weather>(.*)</weather>.*<temp_c>(.*)</temp_c>.*<relative_humidity>(.*)</relative_humidity>.*<wind_dir>(.*)</wind_dir>.*<wind_kph>(.*)</wind_kph>.*<wind_gust_kph>(.*)</wind_gust_kph>.*<feelslike_c>(.*)</feelslike_c>.*<visibility_km>(.*)</visibility_km>.*<precip_today_metric>(.*)</precip_today_metric>.*<icon>(.*)</icon>.*<icon_url>(.*)</icon_url>.*<forecastday>.*<period>0</period>.*<title>(.*)</title>.*<fcttext_metric>(.*)</fcttext_metric>.*<forecastday>.*<period>1</period>.*<title>(.*)</title>.*<fcttext_metric>(.*)</fcttext_metric>.*<forecastday>.*<period>2</period>.*<title>(.*)</title>.*<fcttext_metric>(.*)</fcttext_metric>.*<forecastday>.*<period>3</period>.*<title>(.*)</title>.*<fcttext_metric>(.*)</fcttext_metric>.*<forecastday>.*<period>4</period>.*<title>(.*)</title>.*<fcttext_metric>(.*)</fcttext_metric>.*<forecastday>.*<period>5</period>.*<title>(.*)</title>.*<fcttext_metric>(.*)</fcttext_metric>.*<simpleforecast>.*<forecastdays>.*<forecastday>.*<date>.*<pretty>(.*)</pretty>.*<weekday>(.*)</weekday>.*<period>1</period>.*<high>.*<celsius>(.*)</celsius>.*</high>.*<low>.*<celsius>(.*)</celsius>.*</low>.*<conditions>(.*)</conditions>.*<icon>(.*)</icon>.*<qpf_allday>.*<mm>(.*)</mm>.*<qpf_night>.*<mm>(.*)</mm>.*<snow_allday>.*<cm>(.*)</cm>.*<snow_night>.*<cm>(.*)</cm>.*<maxwind>.*<kph>(.*)</kph>.*<dir>(.*)</dir>.*<forecastday>.*<date>.*<pretty>(.*)</pretty>.*<weekday>(.*)</weekday>.*<period>2</period>.*<high>.*<celsius>(.*)</celsius>.*</high>.*<low>.*<celsius>(.*)</celsius>.*</low>.*<conditions>(.*)</conditions>.*<icon>(.*)</icon>.*<qpf_allday>.*<mm>(.*)</mm>.*<qpf_night>.*<mm>(.*)</mm>.*<snow_allday>.*<cm>(.*)</cm>.*<snow_night>.*<cm>(.*)</cm>.*<maxwind>.*<kph>(.*)</kph>.*<dir>(.*)</dir>.*<forecastday>.*<date>.*<pretty>(.*)</pretty>.*<weekday>(.*)</weekday>.*<period>3</period>.*<high>.*<celsius>(.*)</celsius>.*</high>.*<low>.*<celsius>(.*)</celsius>.*</low>.*<conditions>(.*)</conditions>.*<icon>(.*)</icon>.*<qpf_allday>.*<mm>(.*)</mm>.*<qpf_night>.*<mm>(.*)</mm>.*<snow_allday>.*<cm>(.*)</cm>.*<snow_night>.*<cm>(.*)</cm>.*<maxwind>.*<kph>(.*)</kph>.*<dir>(.*)</dir>.*<alerts>.*<alert>(.*)</alert>.*</alerts>.*
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement