mirror of
https://github.com/gosticks/PiPer.git
synced 2026-07-04 23:20:02 +00:00
Added caption support for BBC iPlayer
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
13
src/common/scripts/resources/bbc.js
Normal file
13
src/common/scripts/resources/bbc.js
Normal 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]');
|
||||
},
|
||||
};
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user