From 642493de4223c03780af9e39afc839205e5363a3 Mon Sep 17 00:00:00 2001 From: ntsagar9 Date: Tue, 1 Oct 2024 00:47:19 +0530 Subject: [PATCH] Add providers/linkstackz.yml --- providers/linkstackz.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 providers/linkstackz.yml diff --git a/providers/linkstackz.yml b/providers/linkstackz.yml new file mode 100644 index 00000000..577257ea --- /dev/null +++ b/providers/linkstackz.yml @@ -0,0 +1,13 @@ +--- +- provider_name: Linkstackz + provider_url: https://www.linkstackz.com/ + endpoints: + - schemes: + - https://linkstackz.com/irf/* + - https://linkstackz.com/post/* + url: https://api.linkstackz.com/oembed + discovery: true + example_urls: + - https://api.linkstackz.com/oembed?url=https%3A%2F%2Flinkstackz.com%2Firf%2F26.mp4&format=json&format=json + - https://api.linkstackz.com/oembed?url=https%3A%2F%2Flinkstackz.com%2Firf%2F26.mp4&format=json&format=xml +...