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

Automatic metadata fetching #5

Closed
kirillt opened this issue Jun 16, 2022 · 2 comments
Closed

Automatic metadata fetching #5

kirillt opened this issue Jun 16, 2022 · 2 comments
Labels

Comments

@kirillt
Copy link
Member

kirillt commented Jun 16, 2022

Would be cool to automatically fetch title and description fields, as well as preview image.
Similar to how the Android app is doing this.

@kirillt
Copy link
Member Author

kirillt commented Jul 2, 2022

No preview file?

$ unzip link.zip 
Archive:  link.zip
 extracting: link.json

No description:

$ cat link.json | jq
{
  "title": "Solana TL;DR",
  "desc": "",
  "url": "https://2501babe.github.io/posts/solana101.html?accessToken=eyJhbGciOiJIUzI1NiIsImtpZCI6ImRlZmF1bHQiLCJ0eXAiOiJKV1QifQ.eyJhdWQiOiJhY2Nlc3NfcmVzb3VyY2UiLCJleHAiOjE2NDQ0ODUzOTUsImciOiI4QXcyeDJNQTJrUVVYdnYwIiwiaWF0IjoxNjQ0NDg1MDk1LCJ1c2VySWQiOi0xNzQ4NDU1ODc5fQ.poTnBB48mQjZhiun-HoSCPNG5pXLBoup42GxUMuSiMI",
  "created_time": {
    "secs_since_epoch": 1656745407,
    "nanos_since_epoch": 598406590
  }
}

@kirillt
Copy link
Member Author

kirillt commented Jul 17, 2022

Solved in #11

@kirillt kirillt closed this as completed Jul 17, 2022
j4w3ny added a commit that referenced this issue Jul 17, 2022
- Setup Github Action CI
- Preview Generate #5
- UI Enhancements #6
- Link Sorting #7 
- Various Enhancement (#8 #9)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant