1
0
Fork 0
mirror of synced 2024-05-15 09:52:30 +12:00

specify netscape format

This commit is contained in:
Nick Sweeting 2017-06-15 18:37:39 -05:00 committed by GitHub
parent 35ee1f90cd
commit d7daed730b

View file

@ -19,7 +19,7 @@ NEW: Also submits each link to save on archive.org!
./archive.py bookmark_export.html
```
`archive.py` is a script that takes a [Pocket](https://getpocket.com/export), [Pinboard](https://pinboard.in/export/), or [Browser Bookmark](https://support.google.com/chrome/answer/96816?hl=en) html export file, and turns it into a browsable archive that you can store locally or host online.
`archive.py` is a script that takes a [Pocket-format](https://getpocket.com/export), [Pinboard-format](https://pinboard.in/export/), or [Netscape-format](https://msdn.microsoft.com/en-us/library/aa753582(v=vs.85).aspx) bookmark export file, and turns it into a browsable archive that you can store locally or host online.
**1. Install dependencies:** `google-chrome >= 59`,` wget >= 1.16`, `python3 >= 3.5` ([chromium](https://www.chromium.org/getting-involved/download-chromium) >= v59 also works well, yay open source!)