achembarpu/pockyt

how can I put title with url

Closed this issue · 1 comments

I try to do this:

echo 'Usanov_Nauka-o-bogatstve.517832 http://ix.io/2fWf' | pockyt put -f '{title} {link}' -i redirect

nothing properly works

Hi,

Currently, pockyt only supports ingestion of links, and not any metadata. Also, as per the API Docs:
"title | string | optional
This can be included for cases where an item does not have a title, which is typical for image or PDF URLs. If Pocket detects a title from the content of the page, this parameter will be ignored."

Cheers!