mirror of
https://github.com/heyarne/bookmarks-to-kml.git
synced 2026-05-06 18:43:40 +02:00
added instructions to install lxml
This commit is contained in:
parent
287e50a977
commit
78583d384b
1 changed files with 2 additions and 2 deletions
|
|
@ -5,8 +5,8 @@ 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
|
On the bottom left, click "Export bookmarks": https://www.google.com/bookmarks/bookmarks.html?hl=en
|
||||||
|
|
||||||
Install script dependencies:
|
Install script dependencies:
|
||||||
pip install simplekml
|
pip 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.
|
||||||
|
|
||||||
It's hacky and doesn't work on all of them, but it kinda works.
|
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