Update DataClass.py, StoreXLS.py, and main.py
save to xlsx.. working..now...
This commit is contained in:
10
main.py
10
main.py
@@ -3,17 +3,25 @@ import GetArc_Ehentai as getEhentai
|
||||
import MgrCalibreLibs as mgrCal
|
||||
|
||||
import UtilPack as util
|
||||
import StoreXLS as xls
|
||||
|
||||
def main():
|
||||
#getHitomi.GetSearchResult("2890685")
|
||||
#etEhentai.GetSearchResult("artist%3A%22kotomi+yo-ji%24%22")
|
||||
|
||||
mgrCal.Start()
|
||||
#mgrCal.Start()
|
||||
#util.printDbgMessages()
|
||||
|
||||
#artist:"kotomi yo-ji$"
|
||||
#"artist%3A%22kotomi+yo-ji%24%22"
|
||||
|
||||
tempxls = xls.DBXLStorage("./temp.xls")
|
||||
tempxls.DBXLSOpen()
|
||||
tempxls.AddTagInfo("female:bondage", "/tag/bondage/")
|
||||
tempxls.AddTagInfo("female:slave", "/tag/slave/")
|
||||
tempxls.DBXLSClose()
|
||||
|
||||
|
||||
|
||||
|
||||
# For Main Loop
|
||||
|
||||
Reference in New Issue
Block a user