Skip to content

Commit 1dab097

Browse files
authored
fix: brightcove scheme to match two path segments (#853)
1 parent e0b004c commit 1dab097

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

providers/brightcove.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
provider_url: https://www.brightcove.com/
44
endpoints:
55
- schemes:
6-
- https://players.brightcove.net/*/index.html?videoId=*
7-
- https://players.brightcove.net/*/index.html?playlistId=*
6+
- https://players.brightcove.net/*/*/index.html?videoId=*
7+
- https://players.brightcove.net/*/*/index.html?playlistId=*
88
url: https://oembed.brightcove.com/
99
discovery: false
1010
formats:

0 commit comments

Comments
 (0)