We need the legacy Netscape format for the bookmark archiver

This commit is contained in:
Aaron Fischer 2018-10-09 09:15:52 +02:00
parent 0bbd96e0ab
commit 052d260c56

View file

@ -29,7 +29,7 @@ func main() {
panic(err);
}
err = bow.Open("https://pinboard.in/export/format:xml/")
err = bow.Open("https://pinboard.in/export/format:html/")
if err != nil {
panic(err)
}