Skip to content

Commit

Permalink
🔇 Update audio rule for RaiPlay
Browse files Browse the repository at this point in the history
Resolves #425
  • Loading branch information
richardfrost committed Aug 13, 2022
1 parent b10670d commit 1d6a4b5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/script/webAudioSites.ts
Original file line number Diff line number Diff line change
Expand Up @@ -242,10 +242,10 @@ export const supportedSites: AudioSites = {
],
'www.raiplay.it': [
{
className: 'theoplayer-webvtt-region-default',
mode: 'element',
mode: 'elementChild',
parentSelector: 'div.theoplayer-texttracks div.theoplayer-webvtt-region-default',
subtitleSelector: 'div span',
tagName: 'DIV'
tagName: 'DIV',
},
],
'www.redbox.com': [{ mode: 'elementChild', parentSelector: 'div.rb-text-container', subtitleSelector: 'SPAN > SPAN', tagName: 'DIV' }],
Expand Down

0 comments on commit 1d6a4b5

Please sign in to comment.