Launchbrowser.py and fixing artist bios
#1
to fix the artist bios, change

biore = re.compile('<table cellpadding="5" cellspacing="0" border="0" width="401">(.+?)</table></td>',re.multiline + re.dotall)

to

biore = re.compile('<td bgcolor="ffffff" align="center"><table cellpadding="5" cellspacing="0" border="0" width="401">(.+?)</table></td>',re.multiline + re.dotall)


the garbage at the bottom of the page has the same table properties, so it was grabbing that instead of the good stuff.
Reply
#2
sweet dude, worked perfect the first time. i love this script :kickass:
Reply

Logout Mark Read Team Forum Stats Members Help
Launchbrowser.py and fixing artist bios0