khaosdoctor / deno-opengraph

Fetches and parses data from website to get their OpenGraph metadata
MIT License
4 stars 2 forks source link

Collect the website title #4

Closed jnsprnw closed 1 month ago

jnsprnw commented 2 months ago

Description of the Change

This is a simple addition that enables the script to collect the title of the website. Since the title is not stored in a meta tag, it is currently ignored.

Why Should This Be here?

Many website still don’t use OpenGraph information so this is a good fallback for OpenGraph’s or Twitter’s title information.

Applicable Issues

https://github.com/khaosdoctor/deno-opengraph/issues/3

Fixes: #3

khaosdoctor commented 1 month ago

Thanks a lot!