Skip to content

Commit 9af574d

Browse files
committed
domains: review TED.com's support of languages
1 parent 33dd1a5 commit 9af574d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

plugins/domains/ted.com/ted.com.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ export default {
1616
"favicon",
1717
"oembed-author",
1818
"oembed-canonical",
19-
"og-description",
19+
"oembed-description",
2020
"keywords",
2121
"oembed-site",
22-
"og-title",
22+
"oembed-title",
2323
"embedurl",
2424
'embedurl-meta'
2525
],

plugins/domains/ted.com/ted.playlists.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export default {
1111

1212
if (/\/playlists\//.test(og.url)) {
1313
return {
14-
href: og.url.replace(/^https?:\/\/(www\.)?/i, "https://embed-ssl.").replace(/\?[^\/]+$/, ''),
14+
href: og.url.replace(/^https?:\/\/(www\.)?/i, "https://embed.").replace(/\?[^\/]+$/, ''),
1515
accept: CONFIG.T.text_html,
1616
rel: CONFIG.R.player,
1717
// defaault "aspect-ratio"

0 commit comments

Comments
 (0)