mirror of
https://github.com/LBRYFoundation/Watch-on-LBRY.git
synced 2025-08-23 17:47:26 +00:00
Updated youtube button mount point query
This commit is contained in:
parent
ba5beca60a
commit
58e6c119f4
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ export const SourcePlatfromSettings: Record<SourcePlatfromName, SourcePlatfromSe
|
|||
"youtube.com": {
|
||||
hostnames: ['www.youtube.com'],
|
||||
htmlQueries: {
|
||||
mountButtonBefore: 'ytd-video-owner-renderer+#subscribe-button',
|
||||
mountButtonBefore: 'ytd-video-owner-renderer~#subscribe-button',
|
||||
videoPlayer: '#ytd-player video'
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue