From 1ab2f2d959ec564685b315154f23f459d40b2863 Mon Sep 17 00:00:00 2001 From: Sagar <46629761+ntsagar9@users.noreply.github.com> Date: Tue, 22 Oct 2024 21:45:02 +0530 Subject: [PATCH] Add providers/linkstackz.yml (#778) --- 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 +...