I try to make one for musicbrainz too which brings sort name along
# Mp3tag (2.38 or higher) Parsing for Wikipedia by dano
# Save it in your Mp3tag data directory,
# e.g. C:\Documents and Settings\*username*\Application Data\Mp3tag\data\sources
#
# DO NOT COPY/MODIFY AND REDISTRIBUTE THIS WITHOUT PERMISSION
#
#
#
[Name]=Wikipedia Artist Spelling
[BasedOn]=en.wikipedia.org
[AlbumUrl]=http://en.wikipedia.org/wiki/%s
[WordSeperator]=_
[SearchBy]=%artist%
[ParserScriptAlbum]=...
# ###################################################################
# A L B U M
# ###################################################################
#debug "on" "C:\debug_Wikipedia_B.html" "20"
outputto "Artist"
findline "<h1 class=\"firstHeading\">"
findinline "<h1 class=\"firstHeading\">"
sayuntil "</h1>"
It works! Thank you very much. Maybe I will create other useful things using this simple method.
(outputto was in wrong place in my original bad script. Stupid me.)