Is there any library to parse the .adr
file format used by Opera bookmarks?
Does it also support writing in that format?
At first, I'd ask for a Python library, but I'm also curious if there are such library for other languages.
Is there any library to parse the .adr
file format used by Opera bookmarks?
Does it also support writing in that format?
At first, I'd ask for a Python library, but I'm also curious if there are such library for other languages.
There is parser example for Perl language https://github.com/cosimo/Bookmarks-Parser/
I have been tinkering with this recently and wrote parser in PHP for it.
I am not sure writing or modifying it is viable, given items contain some kinds of internal IDs whichi probably tie into Opera Link and stuff.