Advertisement
Guest User

Untitled

a guest
Jun 28th, 2019
218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. javascript: (function() {
  2. let liveInfo = window.hyPlayerConfig.stream.data[0].gameStreamInfoList;
  3. let liveUrl = `${liveInfo[0].sHlsUrl}/${liveInfo[0].sStreamName}.m3u8`;
  4. window.open(`iina://weblink?url=${encodeURIComponent(liveUrl)}`);
  5. window.close();
  6. })()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement