Chrome-Bookmarks-Parser icon indicating copy to clipboard operation
Chrome-Bookmarks-Parser copied to clipboard

Mobile Bookmarks not Parsed

Open scraggo opened this issue 7 years ago • 1 comments

Hey - me again. Sorry for the silence, haven't been able to figure out how to stay synched with your code changes on GitHub.

I didn't notice this issue before, but the parser doesn't seem to make it below "Other Bookmarks" and the "Mobile Bookmarks" section of the Bookmarks.bak file. I believe it's an issue with how Chrome stores the data - it's doesn't have a proper header for Mobile Bookmarks (It's below the bookmarks instead of above). I'm not sure how to go about debugging, maybe you can replicate it by adding some bookmarks to your Mobile Bookmarks and see if they're put in Bookmarks_backup.html.

scraggo avatar May 22 '17 16:05 scraggo

The script does make it into the Other Bookmarks area. Do a search for the bookmark/folder names contained within. You should find everything in the output .html. What I am noticing, however, is that it's not walking the structure properly and so some bookmarks are being placed oddly.

I'll look into this as well. Thanks for bringing it to my attention. :)

DavidMetcalfe avatar May 22 '17 17:05 DavidMetcalfe