-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Write a module to parse the history of Chrome/Chromium #71
Comments
Memacs has a module that indexes the Firefox browsing history: https://github.com/novoid/Memacs/blob/master/docs/memacs_firefox_history.org |
- novoid#71 - These files are based on the firefox memacs module already present in the package
- #71 - These files are based on the firefox memacs module already present in the package
@11111000000 can you confirm that the module works on your side? |
I installed Chrome and tried it myself and I now get:
However, my unit tests and other modules are working fine. Does this error only occur at my side? @balaramadurai What does your command look like? |
I have created another PR - #81 Let's see if this one works. I realized that the python libraries I used were from pip install and hence has python2.7. So, I copied them from the github clone to the python3.6 python libraries. Now, it seems to have been updated. Thanks and have a great day! |
Add chromium history
The text was updated successfully, but these errors were encountered: