library-pals / bookmark-action

🔖 A GitHub action to bookmark websites to a JSON file
https://katydecorah.com/code/bookmark-action/
MIT License
30 stars 6 forks source link

Check image before adding it #151

Closed katydecorah closed 11 months ago

katydecorah commented 11 months ago

Sometimes og images are not valid. In this PR, bookmark-action will check if the path to the og image is valid. If it's not then it will not add it to the bookmark object.

Fixes #150 Resolves #136