Skip to content

Commit

Permalink
Brightcove player id's fix
Browse files Browse the repository at this point in the history
  • Loading branch information
garmoncheg committed Nov 25, 2024
1 parent 9a7d385 commit 13af1d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/domains/brightcove.com/players.brightcove.net.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export default {

re: [
/^https?:\/\/players\.brightcove\.net\/\d+\/[a-zA-Z0-9]+_[a-zA-Z0-9]+\/index\.html\?videoId=\d+/i,
/^https?:\/\/players\.brightcove\.net\/\d+\/[a-zA-Z0-9-]+_[a-zA-Z0-9]+\/index\.html\?videoId=\d+/i,
// Avoid oembed error on experiences such as https://players.brightcove.net/6057277732001/experience_5fdc1e38e57a07002222f857/share.html
// Аuto-discovery on expeience pages is for a single video and isn't right either. So let oEmbed fail there for now.

Expand Down

0 comments on commit 13af1d3

Please sign in to comment.