awkward / Ocarina

A library to get metadata and Open Graph information from URLs
MIT License
38 stars 13 forks source link

Safely unwrap URL #22

Closed jinthislife closed 3 years ago

jinthislife commented 3 years ago

Hello, Ocarina.

I fixed a crash when dealing with this url "https://www.comptia.org/blog/applying-your-linux-skills-to-macos-an-introduction".

renssies commented 3 years ago

Thanks, that is indeed an oversight from me not unwrapping that URL safely. Thanks for fixing!