feat: add parse Chromium download history

This commit is contained in:
Aquilao
2021-02-07 18:07:37 +08:00
committed by ᴍᴏᴏɴD4ʀᴋ
parent 650a7d58b0
commit 0620dbc22d
3 changed files with 123 additions and 11 deletions
+5
View File
@@ -46,6 +46,7 @@ const (
cookie = "cookie"
history = "history"
bookmark = "bookmark"
downloadHistory = "downloadHistory"
password = "password"
creditcard = "creditcard"
)
@@ -74,6 +75,10 @@ var (
mainFile: data.ChromeHistoryFile,
newItem: data.NewHistoryData,
},
downloadHistory: {
mainFile: data.ChromeHistoryFile,
newItem: data.NewDownloadHistoryData,
},
password: {
mainFile: data.ChromePasswordFile,
newItem: data.NewCPasswords,