shiori icon indicating copy to clipboard operation
shiori copied to clipboard

Pocket imports are disregarding the bookmarks title

Open z3cko opened this issue 4 years ago • 0 comments

Pocket exports are not imported correctly. The import has been described in #252 but is actually missing the "title" field.

Here is an entry of the pocket export

<li><a href="https://www.nytimes.com/2020/02/14/technology/alexa-jamming-bracelet-privacy-armor.html" time_added="1594979712" tags="privacy gadgets">Activate This Bracelet of Silence and Alexa Can't Eavesdrop</a></li>

and this is how it is imported

5. https://www.nytimes.com/2020/02/14/technology/alexa-jamming-bracelet-privacy-armor.html
   > https://www.nytimes.com/2020/02/14/technology/alexa-jamming-bracelet-privacy-armor.html
   + Microphones and cameras lurk everywhere. You may want to slip on some privacy armor.

The correct import would have put the title and not the URL in the title field. Is there a fix for large imports to re-create the title field in the whole database?

z3cko avatar Jan 17 '21 08:01 z3cko