use native oembed for youtube link titles

this fixes #2893 and #2891
This commit is contained in:
noface 2021-01-14 00:56:52 +01:00 committed by GitHub
parent 7742edd22c
commit a6311327bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -508,7 +508,7 @@ Embedding =
el.setAttribute "allowfullscreen", "true"
el
title:
api: (uid) -> "https://noembed.com/embed?url=https%3A//www.youtube.com/watch%3Fv%3D#{uid}&format=json"
api: (uid) -> "https://www.youtube.com/oembed?url=https%3A//www.youtube.com/watch%3Fv%3D#{uid}&format=json"
text: (_) -> _.title
status: (_) ->
if _.error