Update DataClass.py, GetArc_Ehentai.py, and 3 more files...

E-hentai Page Parse
DataClass added
This commit is contained in:
2024-04-05 21:51:36 +09:00
parent dbe5377d6f
commit 809748a73a
5 changed files with 202 additions and 192 deletions

View File

@@ -9,7 +9,6 @@ xls_name = "mangaDB.xlsx"
list_MetaInfo = []
#
def GetCurrentTime():
# 현재 시간을 구하고 구조체로 변환
@@ -37,8 +36,7 @@ def GetCurrentTime():
# except FileNotFoundError:
# wb = Workbook()
# print("xls Created")
# ws = wb.active
# # time, title, url, tags (comma)
# ws['A1'] = "Modified Time"