Skip to content

Commit

Permalink
🔇 Audio muting update for Apple TV+
Browse files Browse the repository at this point in the history
References #436
  • Loading branch information
richardfrost committed Oct 6, 2022
1 parent cfc3db0 commit 04dcab4
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions src/script/webAudioSites.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,13 @@ export const supportedSites: AudioSites = {
'tv.apple.com': [
{
apfCaptions: true,
displaySelector: 'apple-tv-plus-player >>> amp-video-player-internal >>> amp-video-player >>> div.video-container > div',
mode: 'watcher',
subtitleSelector: 'apple-tv-plus-player >>> amp-video-player-internal >>> amp-video-player >>> div.video-container > div > div > div > div',
videoSelector: 'apple-tv-plus-player >>> amp-video-player-internal >>> amp-video-player >>> div.video-container video',
apfCaptionsSelector: 'div.video-container',
displaySelector: 'div.video-player div.video-container > div > div',
mode: 'elementChild',
parentSelector: 'div.video-player div.video-container',
subtitleSelector: ':scope div > div',
tagName: 'DIV',
videoSelector: 'div.video-player div.video-container video',
},
],
'www.att.tv': [{ mode: 'cue', videoSelector: 'video#quickplayPlayer' }],
Expand Down

0 comments on commit 04dcab4

Please sign in to comment.