Erwan
- replaced erroneous Mirrodin set with invasion set - added a few cards with "aslongas" ability
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
@@ -170,9 +170,9 @@ sets ={'BE':{'name':'Beta',
|
||||
'gathabbrev': 'FE',
|
||||
'gathname':'FallenEmpires',
|
||||
},
|
||||
'IA':{'name':'Ice Age',
|
||||
'dir':'IA',
|
||||
'abbrev':'IA',
|
||||
'ICE':{'name':'Ice Age',
|
||||
'dir':'ICE',
|
||||
'abbrev':'ICE',
|
||||
'gathdirs':['IA/en-us'],
|
||||
'gathabbrev': 'IA',
|
||||
'gathname':'IceAge',
|
||||
@@ -268,6 +268,7 @@ sets ={'BE':{'name':'Beta',
|
||||
'IN':{'name':'Invasion',
|
||||
'dir':'IN',
|
||||
'abbrev':'IN',
|
||||
'gathdirs':['IN/en-us'],
|
||||
'gathabbrev': 'IN',
|
||||
'gathname':'Invasion',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user