- fixed a few bugs with the parser for subtypes
- fixed a bug for plague rats
- fixed a bug for P/T parser
- First release for the following sets: Mirrodin, Mirage, Lorwyn
This commit is contained in:
wagic.the.homebrew
2009-03-14 11:00:31 +00:00
parent bb23db4b16
commit 658ef1fb12
22 changed files with 11783 additions and 59 deletions
@@ -19,12 +19,12 @@ import os
import os.path
from mtgCommon import *
setinfo=sets['CFX']
setinfo=sets['MIR']
stripReminderText = False
conffile = open(setinfo['dir'] + ".conf", 'w')
# FETCH_IMAGES = False
FETCH_IMAGES = True
FETCH_IMAGES = False
# FETCH_IMAGES = True
url = "http://ww2.wizards.com/gatherer/Index.aspx?setfilter=%s\\&output=Spoiler" % setinfo['gathname']
gatherer = urllib.urlopen(url)