Extract bookmarks from any browser with a single command.
Arc browser (and some others) lack bookmark export functionality, making it difficult to backup or migrate bookmarks.
Cross-platform CLI script that extracts bookmarks from multiple browsers.
# Extract from Arc browser
python bookmark_extractor.py -b arc
# Show statistics
python bookmark_extractor.py --stats
# Remove duplicates
python bookmark_extractor.py --remove-duplicates.No dependencies! Just Python 3.6+
# Extract from specific browser
python bookmark_extractor.py -b arc -o my_arc_bookmarks
# Analyze bookmarks
python bookmark_extractor.py --stats --show-duplicates
# Clean export
python bookmark_extractor.py --remove-duplicates -o clean_bookmarksMIT.