diff --git a/lib/plugins/system/oembed/providers.json b/lib/plugins/system/oembed/providers.json index 830702844..47c4f5a0a 100644 --- a/lib/plugins/system/oembed/providers.json +++ b/lib/plugins/system/oembed/providers.json @@ -1094,5 +1094,12 @@ ], "endpoint": "https://display.apester.com/oembed/", "url": "https://renderer.apester.com/v2/{1}" - } + }, + { + "name": "Bitchute", + "templates": [ + "bitchute.com/video/*" + ], + "endpoint": "https://api.bitchute.com/oembed/" + } ]