石榴免嗅.js 277 字节
Newer Older
H
hjdhnx 已提交
1 2 3 4 5 6 7 8 9
js:
let ep=input.match(/ep=(\d+)/)[1];
let html=request(input);
let jsonA=jsp.pdfh(html,'#__NEXT_DATA__&&Html');
let data=JSON.parse(jsonA).props.pageProps.videoDetail.videoepisode.data;
let realUrl=data.filter(function(it){
    return it.episode==ep
})[0].url;
input = realUrl