Procházet zdrojové kódy

Use oEmbed for YouTube Shorts (#15025)

It seems that YouTube Short previews do not work in some
regions, but the oEmbed information for those areas is still
valid.

This causes YouTube Shorts to always use (only) the oEmbed
endpoint which is a minor regression for regions where the URL
preview was already working -- some of the additional video
metadata is lost. It is not likely that clients are using this today
and it is more beneficial to have a limited preview working everywhere
than unused metadata in the Open Graph response.
tags/v1.84.0rc1
Sandro před 1 rokem
committed by GitHub
rodič
revize
5f8822854d
V databázi nebyl nalezen žádný známý klíč pro tento podpis ID GPG klíče: 4AEE18F83AFDEB23
2 změnil soubory, kde provedl 14 přidání a 0 odebrání
  1. +1
    -0
      changelog.d/15025.misc
  2. +13
    -0
      synapse/res/providers.json

+ 1
- 0
changelog.d/15025.misc Zobrazit soubor

@@ -0,0 +1 @@
Use oEmbed to generate URL previews for YouTube Shorts.

+ 13
- 0
synapse/res/providers.json Zobrazit soubor

@@ -11,5 +11,18 @@
"url": "https://publish.twitter.com/oembed" "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"
}
]
} }
] ]

Načítá se…
Zrušit
Uložit