更新 'SrcJuying.js'

master
src48597962 6 months ago
parent 9d93a0db76
commit 005047ab0d
  1. 2
      SrcJuying.js

@ -607,7 +607,7 @@ function dianboerji() {
let videoexclude = sniffer["exclude"] || ['m3u8.js','?url='];
for(let i=0; i<列表.length; i++) {
let playtitle = 列表[i].split('$')[0];
playtitle = playtitle==name?'正片':playtitle.replace(name+" - ","").replace(name+"_","").replace(name,"").trim();
playtitle = playtitle==name?'正片':playtitle.replace(name+" - ","").replace(name+"_","").replace(name,"").replace("《》","").replace("<>","").trim();
playtitle = decodeURIComponent(playtitle);
let playurl = (novel?"hiker://empty##":"")+列表[i].split('$')[1].trim();

Loading…
Cancel
Save