File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -40,9 +40,10 @@ export default {
40
40
} ,
41
41
42
42
tests : [
43
- "https://livestream.com/accounts/242049 /events/1978582 " ,
43
+ "https://livestream.com/accounts/11707815 /events/4299357 " ,
44
44
"https://livestream.com/ironman/events/7777204/videos/163920520" ,
45
45
"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"
47
48
]
48
49
} ;
Original file line number Diff line number Diff line change @@ -71,8 +71,7 @@ export default {
71
71
} ,
72
72
73
73
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" ) ) {
76
75
return {
77
76
medium : oembed . type
78
77
} ;
You can’t perform that action at this time.
0 commit comments