From b3aaed183db7d9f6977794c12ee7f0099e174733 Mon Sep 17 00:00:00 2001 From: "D.A.M Alwis" <31839070+AnushkaMadushanka@users.noreply.github.com> Date: Tue, 2 Apr 2024 11:09:51 +0530 Subject: [PATCH] Create shopshare.yml --- providers/shopshare.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 providers/shopshare.yml diff --git a/providers/shopshare.yml b/providers/shopshare.yml new file mode 100644 index 00000000..51012f7b --- /dev/null +++ b/providers/shopshare.yml @@ -0,0 +1,13 @@ +--- +- provider_name: Shopshare + provider_url: https://shopshare.tv + endpoints: + - schemes: + - https://shopshare.tv/shopboard/* + - https://shopshare.tv/shopcast/* + url: https://shopshare.tv/api/shopcast/oembed + example_urls: + - https://shopshare.tv/api/shopcast/oembed?url=https://shopshare.tv/shopcast/U2hvcGNhc3Q6NzExNA== + - https://shopshare.tv/api/shopcast/oembed?url=https://shopshare.tv/shopboard/TG9va2Jvb2s6ODQwOQ== + discovery: true +...