leedo / noembed

oEmbed gateway service with additional non-oEmbed sources
http://www.noembed.com
484 stars 90 forks source link

StreamTape Support #129

Open brunoaugusto opened 1 year ago

brunoaugusto commented 1 year ago

Would it be possible to add basic support to Streamtape? They have an API, but the credentials are passed along as querystring parameters, which is not good for static sites as they would be visible in the source code. I tried to programmatically read one of their embed URLs, but it didn't work on localhost, while NoEmbed always works without the annoying CORS errors.

Just basic support with URL and Thumbnail would be most helpful already