linkding icon indicating copy to clipboard operation
linkding copied to clipboard

Import should scrape title and description from URL

Open sissbruecker opened this issue 3 years ago • 1 comments

Currently bookmarks automatically use the title + description from the website when added manually.

The same should also work when importing bookmarks. This would be easy to add, but might slow down the import immensely due to the high number or requests that need to be executed. Would have to check if that is acceptable or if this can be solved through async jobs/tasks or similar.

sissbruecker avatar Dec 28 '20 06:12 sissbruecker

Could this be manually triggered using a script? or something similar to the /archive endpoint and a force an update on the description?

kamikazechaser avatar Jan 02 '23 12:01 kamikazechaser