queen-raae / gatsby-remark-oembed

A GatsbyJS Plugin that transforms oembed links into its corresponding embed code.
https://gatsby-remark-oembed.netlify.com/
MIT License
162 stars 25 forks source link

Keep a local copy of the provider list #64

Closed raae closed 5 years ago

raae commented 5 years ago

I do not have any reports of https://oembed.com/providers.json not responding, but it could be nice to have a local copy to fall back if that happens.

It could be cool if the file was downloaded and added to the project on every npm publish or something automatic like that to keep it as current as possible.

raae commented 5 years ago

This might be something for you @testower.

testower commented 5 years ago

Cool I'll have a look @raae

testower commented 5 years ago

Did you try this yet @raae ?

raae commented 5 years ago

Yes and merged!