Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pocket imports are disregarding the bookmarks title #292

Open
z3cko opened this issue Jan 17, 2021 · 0 comments
Open

Pocket imports are disregarding the bookmarks title #292

z3cko opened this issue Jan 17, 2021 · 0 comments
Labels
component:backend type:bug Something isn't working

Comments

@z3cko
Copy link

z3cko commented Jan 17, 2021

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:backend type:bug Something isn't working
Projects
Status: To do
Development

No branches or pull requests

2 participants