From 739c6df420f1a975ef3679bec14be969212c0280 Mon Sep 17 00:00:00 2001 From: Stuart Auld Date: Tue, 23 Jan 2024 03:28:15 +1100 Subject: [PATCH] Add Viostream provider (#731) --- providers/viostream.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 providers/viostream.yml diff --git a/providers/viostream.yml b/providers/viostream.yml new file mode 100644 index 00000000..c81398fb --- /dev/null +++ b/providers/viostream.yml @@ -0,0 +1,11 @@ +--- +- provider_name: Viostream + provider_url: https://www.viostream.com + endpoints: + - schemes: + - https://share.viostream.com/* + url: https://play.viostream.com/oembed + docs_url: https://help.viostream.com/sharing-your-media/embedding-with-oembed-tags/ + example_urls: + - https://play.viostream.com/oembed?url=https://share.viostream.com/nhedxond6q9w41 +...