browser: parse browser history using browserexport

from my modules:
1fba8ccf2f/my/browser/export.py
This commit is contained in:
Sean Breckenridge 2022-02-13 04:51:15 -08:00
parent 059c4ae791
commit b1a71b4d6f
3 changed files with 140 additions and 24 deletions

View file

@ -129,3 +129,8 @@ class fbmessenger:
class twitter:
class talon:
export_path: Paths
class browser:
class export:
export_path: Paths = ''
active_databases: Paths = ''