oembed-extractor icon indicating copy to clipboard operation
oembed-extractor copied to clipboard

No working oembed URLs

Open onigetoc opened this issue 9 months ago • 7 comments

Some work on some Oembed on node project lie (node-oembed), and some do not work from your's. This one work with:

  • https://www.npmjs.com/package/oembed

Not working with oembed-extractor:

  • https://stackblitz.com/edit/react-ykmowo-ducm9k?file=index.js
  • https://www.bitchute.com/video/8hXWnkvA8Ao/ (work with node-oembed)

for example: this one do not work with oembed but work on your's [oembed-extractor].

  • https://www.slideshare.net/ericschmidt/trillion-dollar-coach-book-bill-campbell
  • https://www.bitchute.com/video/8hXWnkvA8Ao/ (work with node-oembed).

With PHP i used this one and it's really good. May be your can be inspired to custom some to make many more to work. https://github.com/oscarotero/Embed/ I suggested him to add: Pinterest and some more. I customized some myself to add more providers with a embed service but without Oembed infos in the header. like - https://www.bitchute.com/video/8hXWnkvA8Ao/

Check for code or iframe:

  • https://oscarotero.com/embed3/demo/index.php?url=https://www.pinterest.ca/pin/755690012496368556/
  • https://oscarotero.com/embed3/demo/index.php?url=https://www.bitchute.com/video/8hXWnkvA8Ao/

onigetoc avatar Sep 18 '23 02:09 onigetoc