mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
修复bwp-video查询不到的问题
This commit is contained in:
parent
40532b688a
commit
d3bac1db7b
@ -218,7 +218,7 @@ export class VideoPlayerV2Agent extends PlayerAgent {
|
||||
}
|
||||
checkBwpVideo() {
|
||||
const videoSelector = this.query.video.element.selector
|
||||
const bwpSelector = '.bilibili-player-video bwp-video'
|
||||
const bwpSelector = '.bilibili-player-video bwp-video,.bpx-player-video-area bwp-video'
|
||||
this.query.video.element = (() => {
|
||||
const func = async () => {
|
||||
if (await isBwpVideo()) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user