mirror of
https://github.com/heyarne/bookmarks-to-kml.git
synced 2026-05-07 02:53:39 +02:00
fix user_agent name
This commit is contained in:
parent
56786ac11e
commit
ec32a54fae
2 changed files with 6 additions and 5 deletions
|
|
@ -5,8 +5,9 @@ Go to Google Bookmarks: https://www.google.com/bookmarks/
|
|||
On the bottom left, click "Export bookmarks": https://www.google.com/bookmarks/bookmarks.html?hl=en
|
||||
|
||||
Install script dependencies:
|
||||
pip install simplekml lxml
|
||||
pip3 install simplekml lxml
|
||||
|
||||
After downloading the html file, run this script on it to generate a KML file per bookmark label.
|
||||
After downloading the html file, run this script on it to generate a KML file per bookmark label:
|
||||
python3 bookmarkstokml.py GoogleBookmarks.html
|
||||
|
||||
It's hacky and doesn't work on all of them, but it kinda works.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue