- replaced erroneous Mirrodin set with invasion set
- added a few cards with "aslongas" ability
This commit is contained in:
wagic.the.homebrew
2009-03-15 05:59:21 +00:00
parent ef53771843
commit ff8e05cf04
17 changed files with 6803 additions and 5064 deletions
@@ -19,7 +19,7 @@ import os
import os.path
from mtgCommon import *
setinfo=sets['MIR']
setinfo=sets['IN']
stripReminderText = False
conffile = open(setinfo['dir'] + ".conf", 'w')
@@ -75,6 +75,7 @@ for cardRow in soup.find(id="_gridResults").findAll('tr',onmouseover="this.style
htmlText = replaceSymbols(htmlText)
text = cleanupHTMLText(htmlText, stripReminderText)
text = text.replace(u'\xc6', 'AE')
text = text.replace(u'\xa0', '')
supertype, subtype = getCardTypes(cardRow)