mirror of
https://github.com/letian1650/N3RD.git
synced 2025-01-25 04:05:17 +08:00
8 lines
249 B
JavaScript
8 lines
249 B
JavaScript
|
js:
|
||
|
// log(input);
|
||
|
let VID = input.split(';')[1];
|
||
|
let VURL = input.split(';')[0];
|
||
|
var fn = rc('maomi_aes.js');
|
||
|
let url = VURL + '?params='+fn.En('{"id":"' + VID + '"}');
|
||
|
// print(url);
|
||
|
input = JSON.parse(fn.De(request(url))).data.video_item[0].file;
|