-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Feature Request: More robust export_browser_history.sh
#1657
Comments
Before writing any new code, can you try reverting that PR and seeing if https://github.com/ArchiveBox/ArchiveBox/pull/1152/files Also you should check out the latest ArchiveBox browser extension PR, it adds support for importing from browser history through the extension UI now: ArchiveBox/archivebox-browser-extension#31 |
My code is already based on the commit that you linked. That commit fixed one sqlite syntax error, but left another syntax error above it (should be The first syntax error probably wasn't caught because the script wasn't using I will indeed check out that browser extension, thanks. UPDATE: Checked out the extension. I plan to use it going forward, but this script is more useful to those who want to retroactively import their browser history into ArchiveBox. |
I opened a PR to track your fixes: #1661. can you check the diff and let me know if it looks ready for review/merge? Thanks! |
Ready for review, with a few comments:
There are probably other things that could be improved, but this is a good step in the right direction and we don't want to overengineer something that's probably a very minor part of the project. |
What type of suggestion are you making?
Proposing a new feature
What is the problem that your feature request solves?
Looking at available sources, archiving browser history requires running export_browser_history.sh.
However I see a few issues:
What is your proposed solution?
I'm a bit of a Bash nerd and would love to make this work with Linux and Firefox at least. I've already started here. Is this kind of contribution something you would take?
Side notes:
What hacks or alternative solutions have you tried to solve the problem?
Pass the full file name to the script after the
--firefox
argument. But that still fails with a sqlite syntax error.Share the entire output of the
archivebox version
command for the current verison you are using.This is on the latest
dev
branch. The last time this script was touched was in aa5533bHow badly do you want this new feature?
Mini Survey
The text was updated successfully, but these errors were encountered: