Here is the FIX for msn.com
FIX::
File: conkywx.pl - line: 1274 or there about - in sub cleanuphtml {
$cntrA = get_arr_line_num( '<div class="current-info">' );
Line 1274 -> $cntrB = get_arr_line_num( '<section class="df">' );
change to -> $cntrB = get_arr_line_num( 'data-aop="DailyForecast"' );
replace '<section class="df">' with 'data-aop="DailyForecast"'
and you should be good to go :-)
cheers
FIX::
File: conkywx.pl - line: 1274 or there about - in sub cleanuphtml {
$cntrA = get_arr_line_num( '<div class="current-info">' );
Line 1274 -> $cntrB = get_arr_line_num( '<section class="df">' );
change to -> $cntrB = get_arr_line_num( 'data-aop="DailyForecast"' );
replace '<section class="df">' with 'data-aop="DailyForecast"'
and you should be good to go :-)
cheers
It is very strange - this post was posted yesterday - today it was only in the admin section and no longer visible here on the blog ????
ReplyDeleteJust asked it to Post is "again" and it is here ...
Thank you very much for responding to our request so soon.
ReplyDeleteSpecification is changed and conkywx moves normally.
I'm sorry when repeatedly contributing.
ReplyDeleteThank you very much for reponding to our request so soon.
conkywx moved when specification was changed.thx!
you are welcome :-)
Delete