From 8ecd56cbaf64e7197aa6054261fc2fec80dfb390 Mon Sep 17 00:00:00 2001 From: SBCODE Date: Fri, 13 Sep 2024 10:51:41 +0100 Subject: [PATCH 1/2] Create sbedit.yml --- providers/sbedit.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 providers/sbedit.yml diff --git a/providers/sbedit.yml b/providers/sbedit.yml new file mode 100644 index 00000000..2b0ca3ac --- /dev/null +++ b/providers/sbedit.yml @@ -0,0 +1,15 @@ +--- +- provider_name: sbedit + provider_url: https://sbedit.net + endpoints: + - schemes: + - https://sbedit.net/* + url: https://sbedit.net/oembed/ + example_urls: + - https://sbedit.net/oembed/2f155fdea48d15b90f9230867a396a501dd24ec2 + - https://sbedit.net/oembed/2820edac35dd5035904ca2bf60518d1c3a79d359 + - https://sbedit.net/oembed/073a35f83fc4f16e597f56208573d29b3dbd55ce + - https://sbedit.net/oembed/1e64b476676f6f945af94f278a392aba642d135c + discovery: true + notes: Provider only supports the 'rich' type +... From 13a3a1f88f7368b0d995726cc2a8bad54b2d2a17 Mon Sep 17 00:00:00 2001 From: SBCODE Date: Fri, 13 Sep 2024 12:08:38 +0100 Subject: [PATCH 2/2] Update sbedit.yml --- providers/sbedit.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/providers/sbedit.yml b/providers/sbedit.yml index 2b0ca3ac..fad2a6c6 100644 --- a/providers/sbedit.yml +++ b/providers/sbedit.yml @@ -6,10 +6,10 @@ - https://sbedit.net/* url: https://sbedit.net/oembed/ example_urls: - - https://sbedit.net/oembed/2f155fdea48d15b90f9230867a396a501dd24ec2 - - https://sbedit.net/oembed/2820edac35dd5035904ca2bf60518d1c3a79d359 - - https://sbedit.net/oembed/073a35f83fc4f16e597f56208573d29b3dbd55ce - - https://sbedit.net/oembed/1e64b476676f6f945af94f278a392aba642d135c + - https://sbedit.net/oembed?url=https://sbedit.net/oembed/2f155fdea48d15b90f9230867a396a501dd24ec2 + - https://sbedit.net/oembed?url=https://sbedit.net/oembed/2820edac35dd5035904ca2bf60518d1c3a79d359 + - https://sbedit.net/oembed?url=https://sbedit.net/oembed/073a35f83fc4f16e597f56208573d29b3dbd55ce + - https://sbedit.net/oembed?url=https://sbedit.net/oembed/1e64b476676f6f945af94f278a392aba642d135c discovery: true notes: Provider only supports the 'rich' type ...