[WS] vgmdb

VGMdb changed their index html. If the query entry finds the exact album, it appears that vgmdb automatically redirects to the album page. I've been updating the index portion of the vgmdb web source, but mp3tag does not seem to handle redirects well. MP3Tag's debug log, strangely, does not update such redirects, so I cannot update the websource to handle such events. Before, I had the index portion setup to handle album hits with CurrentURL, such as:

[IndexFormat]=%Catalog%|%_url%|%Album%|%Year%|%TYPE%

Code:

findline "<tr rel='rel_invalid" 1 1
ifnot "<tr rel"
	say "|"
	sayoutput "CurrentURL"
	say "|"
	say "|"
	say "|"
	exit
endif

But I've been getting the following for direct hits:

More generic search queries still work however.