summary refs log tree commit diff
path: root/synapse/res/providers.json
diff options
context:
space:
mode:
authorShay <hillerys@element.io>2023-05-10 09:22:07 -0700
committerGitHub <noreply@github.com>2023-05-10 09:22:07 -0700
commit2cb41822ccf5e5032af81a9cd0944ce12be61fc3 (patch)
treebcb71e7394f92c260403b84f179515482ccaefa4 /synapse/res/providers.json
parentremove changes to sync (diff)
parentFix documented path to largest rooms statistics endpoint. (#15560) (diff)
downloadsynapse-2cb41822ccf5e5032af81a9cd0944ce12be61fc3.tar.xz
Merge branch 'develop' into shay/experimental_flags_part_2
Diffstat (limited to 'synapse/res/providers.json')
-rw-r--r--synapse/res/providers.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/synapse/res/providers.json b/synapse/res/providers.json
index 7b9958e454..2dc9fec8e3 100644
--- a/synapse/res/providers.json
+++ b/synapse/res/providers.json
@@ -11,5 +11,18 @@
                 "url": "https://publish.twitter.com/oembed"
             }
         ]
+    },
+    {
+        "provider_name": "YouTube Shorts",
+        "provider_url": "http://www.youtube.com/",
+        "endpoints": [
+            {
+                "schemes": [
+                    "https://youtube.com/shorts/*",
+                    "https://*.youtube.com/shorts/*"
+                ],
+                "url": "https://www.youtube.com/oembed"
+            }
+        ]
     }
 ]