From 1413d016615aaa9ad5af52110e7976bde5f271f9 Mon Sep 17 00:00:00 2001 From: parulvaghela <84713942+parulvaghela@users.noreply.github.com> Date: Tue, 2 Jul 2024 20:41:16 +0530 Subject: [PATCH] Create developer.yml (#762) * Create developer.yml * provider value change --------- Co-authored-by: parul madam --- providers/developer.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 providers/developer.yml diff --git a/providers/developer.yml b/providers/developer.yml new file mode 100644 index 00000000..e642307a --- /dev/null +++ b/providers/developer.yml @@ -0,0 +1,12 @@ +--- +- provider_name: Itabtech infosys + provider_url: https://samay.itabtechinfosys.com/ + endpoints: + - schemes: + - https://samay.itabtechinfosys.com/* + url: https://samay.itabtechinfosys.com/oembed/ + example_urls: + - https://samay.itabtechinfosys.com/oembed/?url=https://samay.itabtechinfosys.com/thank-you-image.png + discovery: true + notes: Provider only supports the 'photo' type +... \ No newline at end of file