extractus / oembed-extractor

Extract oEmbed data from given webpage
https://extractor-demos.pages.dev/oembed-extractor
MIT License
108 stars 43 forks source link

No support for "youtube-nocookie.com" domains? #157

Closed EricSnell closed 1 year ago

EricSnell commented 2 years ago

Hello! I'm getting an error returned when providing a youtube-nocookie.com url. Any chance this can be added to the providers? Thanks 😃

ndaidong commented 2 years ago

@EricSnell hello, we are using provider list from iamcal/oembed, where people can add new provider easily by creating only one small YAML file. If you want to support that domain, please try once 😉

EricSnell commented 2 years ago

Thanks @ndaidong -- It looks like I could also set this domain using the setProviderList method to override the iamcal/oembed provider list - correct?

ndaidong commented 2 years ago

@EricSnell yes, you can.