summary refs log tree commit diff
path: root/synapse/res/providers.json
blob: 2dc9fec8e314be47d8fbf9a49e682e895da52acb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
[
    {
        "provider_name": "Twitter",
        "provider_url": "http://www.twitter.com/",
        "endpoints": [
            {
                "schemes": [
                    "https://twitter.com/*/moments/*",
                    "https://*.twitter.com/*/moments/*"
                ],
                "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"
            }
        ]
    }
]