Added caption support for BBC iPlayer

This commit is contained in:
amarcu5
2018-10-19 09:59:16 +01:00
parent 1301770070
commit 056db2749e
5 changed files with 14 additions and 1 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,13 @@
export const domain = 'bbc';
export const resource = {
buttonParent: function() {
return null;
},
captionElement: function() {
return document.querySelector('.p_subtitlesContainer');
},
videoElement: function() {
return document.querySelector('#mediaContainer video[src]');
},
};

View File

@@ -10,7 +10,7 @@
<key>CFBundleShortVersionString</key>
<string></string>
<key>CFBundleVersion</key>
<string>177</string>
<string>178</string>
<key>Developer Identifier</key>
<string>BQ6Q24MF9X</string>
<key>URL</key>