Erwan
- Added todo.dat for POR and TMP (files need to be cleaned...) - small fixes in gatherer tool for POR and TMP
This commit is contained in:
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -19,7 +19,7 @@ import os
|
|||||||
import os.path
|
import os.path
|
||||||
from mtgCommon import *
|
from mtgCommon import *
|
||||||
|
|
||||||
setinfo=sets['CK']
|
setinfo=sets['P1']
|
||||||
stripReminderText = False
|
stripReminderText = False
|
||||||
conffile = open(setinfo['dir'] + ".conf", 'w')
|
conffile = open(setinfo['dir'] + ".conf", 'w')
|
||||||
|
|
||||||
@@ -62,6 +62,8 @@ for cardRow in soup.find(id="_gridResults").findAll('tr',onmouseover="this.style
|
|||||||
name = name.replace('"','')
|
name = name.replace('"','')
|
||||||
name = name.replace(u'\xe2', 'a')
|
name = name.replace(u'\xe2', 'a')
|
||||||
name = name.replace(u'\xc6', 'AE')
|
name = name.replace(u'\xc6', 'AE')
|
||||||
|
name = name.replace(u'\xe9', 'e')
|
||||||
|
name = name.replace(u'\xe0', 'a')
|
||||||
|
|
||||||
manaCost = replaceSymbols(cardRow('td')[1]('font')[0])
|
manaCost = replaceSymbols(cardRow('td')[1]('font')[0])
|
||||||
manaCost = ''.join(manaCost.contents)
|
manaCost = ''.join(manaCost.contents)
|
||||||
|
|||||||
@@ -101,10 +101,10 @@ sets ={'BE':{'name':'Beta',
|
|||||||
'gathname':'Unglued',
|
'gathname':'Unglued',
|
||||||
},
|
},
|
||||||
'P1':{'name':'Portal',
|
'P1':{'name':'Portal',
|
||||||
'dir':'P1',
|
'dir':'PO',
|
||||||
'abbrev':'P1',
|
'abbrev':'PO',
|
||||||
'gathdirs':['P1/en-us'],
|
'gathdirs':['PO/en-us'],
|
||||||
'gathabbrev':'P1',
|
'gathabbrev':'PO',
|
||||||
'gathname':'Portal',
|
'gathname':'Portal',
|
||||||
},
|
},
|
||||||
'P2':{'name':'Portal Second Age',
|
'P2':{'name':'Portal Second Age',
|
||||||
@@ -198,6 +198,7 @@ sets ={'BE':{'name':'Beta',
|
|||||||
},
|
},
|
||||||
'TE':{'name':'Tempest',
|
'TE':{'name':'Tempest',
|
||||||
'dir':'TE',
|
'dir':'TE',
|
||||||
|
'gathdirs':['TE/en-us'],
|
||||||
'abbrev':'TE',
|
'abbrev':'TE',
|
||||||
'gathabbrev': 'TE',
|
'gathabbrev': 'TE',
|
||||||
'gathname':'Tempest',
|
'gathname':'Tempest',
|
||||||
|
|||||||
Reference in New Issue
Block a user