Skip to content

Commit 61e9a65

Browse files
committed
Merge branch 'dev'
2 parents 4a7bce0 + 56b14cc commit 61e9a65

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

plugins/domains/livestream.com.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,10 @@ export default {
4040
},
4141

4242
tests: [
43-
"https://livestream.com/accounts/242049/events/1978582",
43+
"https://livestream.com/accounts/11707815/events/4299357",
4444
"https://livestream.com/ironman/events/7777204/videos/163920520",
4545
"https://livestream.com/accounts/18968940/events/6670218/videos/145352362",
46-
"https://livestream.com/accounts/2842659/events/7598907/videos/243464169?t=1712502526260",
46+
"https://livestream.com/accounts/26021522/events/8730585/videos/214364915",
47+
"https://livestream.com/accounts/771055/live/videos/253665646"
4748
]
4849
};

plugins/links/oembed-video.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,7 @@ export default {
7171
},
7272

7373
getMeta: function(oembed, whitelistRecord) {
74-
75-
if (!whitelistRecord.isAllowed('oembed.video') && (oembed.type === "video" || oembed.type === "audio")) {
74+
if (whitelistRecord.isAllowed('oembed.video') && (oembed.type === "video" || oembed.type === "audio")) {
7675
return {
7776
medium: oembed.type
7877
};

0 commit comments

Comments
 (0)