Skip to content

Commit

Permalink
Fix bbc-sounds URL pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
alexesprit committed Jul 5, 2020
1 parent 6127a24 commit 9a98fa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/connectors.js
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ const connectors = [{
}, {
label: 'BBC Sounds',
matches: [
'*://www.bbc.co.uk/sounds/play/*',
'*://*.bbc.co.uk/*',
],
js: 'connectors/bbc-sounds.js',
id: 'bbc-sounds',
Expand Down

0 comments on commit 9a98fa7

Please sign in to comment.