We need the legacy Netscape format for the bookmark archiver
This commit is contained in:
parent
0bbd96e0ab
commit
052d260c56
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue