|
|
@ -599,9 +599,11 @@ function dianboerji() { |
|
|
|
for(let i=0; i<列表.length; i++) { |
|
|
|
for(let i=0; i<列表.length; i++) { |
|
|
|
let playtitle = 列表[i].split('$')[0]; |
|
|
|
let playtitle = 列表[i].split('$')[0]; |
|
|
|
playtitle = playtitle==name?'正片':playtitle.replace(name+" - ","").replace(name+"_","").replace(name,"").replace("《》","").replace("<>","").replace("[]","").trim(); |
|
|
|
playtitle = playtitle==name?'正片':playtitle.replace(name+" - ","").replace(name+"_","").replace(name,"").replace("《》","").replace("<>","").replace("[]","").trim(); |
|
|
|
|
|
|
|
/* |
|
|
|
try{ |
|
|
|
try{ |
|
|
|
playtitle = decodeURIComponent(playtitle); |
|
|
|
playtitle = decodeURIComponent(playtitle); |
|
|
|
}catch(e){} |
|
|
|
}catch(e){} |
|
|
|
|
|
|
|
*/ |
|
|
|
let playurl = (novel?"hiker://empty##":"")+列表[i].split('$')[1].trim(); |
|
|
|
let playurl = (novel?"hiker://empty##":"")+列表[i].split('$')[1].trim(); |
|
|
|
let playid = name + "_选集_" + (pageid?pageid+"_":"") + i; |
|
|
|
let playid = name + "_选集_" + (pageid?pageid+"_":"") + i; |
|
|
|
|
|
|
|
|
|
|
|