From 209d8246fbb911f8cb3bed2a4cfec0187ecc5d5e Mon Sep 17 00:00:00 2001 From: Scott Chute Date: Thu, 3 Oct 2024 15:02:11 +0700 Subject: [PATCH] Create bitchute.yml Add support for Bitchute.com to oembed provider list. --- providers/bitchute.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 providers/bitchute.yml diff --git a/providers/bitchute.yml b/providers/bitchute.yml new file mode 100644 index 00000000..c92b879c --- /dev/null +++ b/providers/bitchute.yml @@ -0,0 +1,9 @@ +--- +- provider_name: Bitchute + provider_url: https://bitchute.com/ + endpoints: + - url: https://api.bitchute.com/oembed/ + example_urls: + - https://api.bitchute.com/oembed/?url=https%3A%2F%2Fwww.bitchute.com%2Fvideo%2FApixlwN8WoA%2F&format=json + discovery: true +...