- a few cards added
- AddedShadowmoor Set (56/286 cards)
- updated PSP makefile
This commit is contained in:
wagic.the.homebrew
2008-11-09 09:51:13 +00:00
parent 62a7a0e211
commit 163512a802
9 changed files with 3092 additions and 101 deletions
@@ -19,7 +19,7 @@ import os
import os.path
from mtgCommon import *
setinfo=sets['EVE']
setinfo=sets['SHM']
stripReminderText = False
conffile = open(setinfo['dir'] + ".conf", 'w')
@@ -61,7 +61,7 @@ for cardRow in soup.find(id="_gridResults").findAll('tr',onmouseover="this.style
name = cardRow('b')[0].string
name = name.replace('"','')
name = name.replace(u'\xe2', 'a')
name = name.replace(u'\xc6', 'AE')
manaCost = replaceSymbols(cardRow('td')[1]('font')[0])
manaCost = ''.join(manaCost.contents)