ESPN just changed some HTML on their MLB page (and possibly on others,
but definitely on their MLB page). I sent Greg a fix for this last
night, presumably he'll include it in his next release, but for anyone
who wants to do a quick fix on the existing Plugin.pm file:

In the gotMLB() subroutine, change:

my @teams   =  $game_div->look_down( "_tag", "a", "href",
qr{clubhouse\?} );

to:

my @teams   =  $game_div->look_down( "_tag", "a", "href",
qr{/mlb/team/_/name/} );

If you use 7-Zip you can directly open the .par file, drag out
Plugin.pm, make the above change, then drag it back in to overwrite the
5.9.1 version. Very easy. Restart the server and it'll be working
again.

SBB


-- 
Steve Baumgarten
------------------------------------------------------------------------
Steve Baumgarten's Profile: http://forums.slimdevices.com/member.php?userid=455
View this thread: http://forums.slimdevices.com/showthread.php?t=14327

_______________________________________________
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to