verbb / craft-videoembedder

MIT License
17 stars 14 forks source link

catching InvalidUrlException in getEmbedUrl function #19

Closed mijewe closed 5 years ago

mijewe commented 5 years ago

Wrapped the innards of getEmbedUrl() in a try-catch, to return a string if it 404s (just like the embed() function sorted in #15 )