added Innistrad to setInfoScript.py

This commit is contained in:
ArsenalNut
2011-09-23 02:07:26 +00:00
parent 7070a2d4db
commit d21a76a1e4

View File

@@ -145,6 +145,9 @@ def initSets():
allSets['Mirrodin Besieged'] = 'MBS' allSets['Mirrodin Besieged'] = 'MBS'
allSets['New Phyrexia'] = 'NPH' allSets['New Phyrexia'] = 'NPH'
# Innistrad
allSets['Innistrad']='ISD'
def addSets(card): def addSets(card):
html = getURL('http://magiccards.info/query?q=!'+card.name) html = getURL('http://magiccards.info/query?q=!'+card.name)
start = html.find('<br><u><b>Editions:</b></u><br>') start = html.find('<br><u><b>Editions:</b></u><br>')