storeXLS updated

This commit is contained in:
2024-06-01 01:15:30 +09:00
parent 72896d3ddf
commit 401627a58f
2 changed files with 94 additions and 79 deletions

View File

@@ -17,6 +17,8 @@ def main():
tempxls = xls.DBXLStorage("./temp.xls")
tempxls.DBXLSOpen()
tempxls.AddArtistInfo("Kuno Inu", "/artist/kunoinu/")
tempxls.AddSeriesInfo("Original", "/serires/original/")
tempxls.AddTagInfo("female:bondage", "/tag/bondage/")
tempxls.AddTagInfo("female:slave", "/tag/slave/")
tempxls.DBXLSClose()