修复bwp-video查询不到的问题

This commit is contained in:
失心 2022-08-02 20:10:41 +08:00
parent 40532b688a
commit d3bac1db7b

View File

@ -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()) {