找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索
广告投放联系QQ68610888
查看: 5624|回复: 53

[iptv信源 资源分享或寻求] 宜昌电视台js代码修复

  [复制链接]
发表于 2021-2-1 00:16 | 显示全部楼层 |阅读模式
本帖最后由 guoma 于 2021-2-1 00:22 编辑

宜昌电视台js代码修复
<script type="text/javascript"  src="http://m.3xgd.com/static/js/brix-crypto-js-0596fae/crypto-js.js"></script>
<script src="https://cdnjs.loli.net/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
<script>
$.ajaxPrefilter(function (options) {
  if (options.crossDomain && jQuery.support.cors) {
     var http = (window.location.protocol === 'http:' ? 'http:' : 'https:');
     options.url = http + '//cors-anywhere.herokuapp.com/' + options.url;
  }
});
</script>
<script>
function js_decrpyt(ciphertext) {
var result;
var key = 'ghjkvairgbmg15a';
var iv = 'VBFRRACjfgheruVNCGoSDF==';
key = format_key(key);
key = CryptoJS.enc.Utf8.parse(key);
iv = CryptoJS.enc.Base64.parse(iv);
plaintext = CryptoJS.AES.decrypt(ciphertext, key, {
   iv: iv,
   padding: CryptoJS.pad.ZeroPadding
});
result = CryptoJS.enc.Utf8.stringify(plaintext);
return result;
}
function format_key(key) {
while (key.length < 16) {
   key = key + '\u0000';
}
return key;
}
var vid = location.href.split('html?id=')[1];
var ch = [];
ch['yczh'] = 'http://m.3xgd.com/live/tv/channelid/1.html';//宜昌新闻综合
ch['yclysh'] = 'http://m.3xgd.com/live/tv/channelid/2.html';//宜昌旅游生活
ch['ycgg'] = 'http://m.3xgd.com/live/tv/channelid/11.html';//宜昌公共
$.get(ch[vid],
  function (data) {
    var source = data.match(/source.*?)'/)[1];  
    var str = js_decrpyt(source);
    m3u8 = str.replace('waplive','applive');
    location.href = m3u8;
});
</script>
哭脸处为: ' (去掉符号间的空格
我的恩山、我的无线 The best wifi forum is right here.
发表于 2021-2-1 01:11 | 显示全部楼层
666666666666666
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2021-2-1 02:20 | 显示全部楼层
感谢楼主的分享
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2021-2-1 03:58 | 显示全部楼层
感谢楼主分享
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2021-2-1 04:08 | 显示全部楼层
701894225701894225
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2021-2-1 05:26 | 显示全部楼层
学习学习,感谢分享
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2021-2-1 07:25 | 显示全部楼层
支持老大好声音!
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2021-2-1 09:00 | 显示全部楼层
==============================
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2021-2-1 09:04 | 显示全部楼层
看看代码是怎样的
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2021-2-1 10:20 | 显示全部楼层
昌电视台js代码修复 [修改]
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2021-2-1 10:37 | 显示全部楼层
看看,有多少台
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2021-2-1 10:48 | 显示全部楼层
666666666666666
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2021-2-1 11:56 | 显示全部楼层
滋滋滋滋滋滋滋滋i子
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2021-2-1 12:00 | 显示全部楼层
感谢楼主的分享
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2021-2-1 12:27 | 显示全部楼层
谢谢楼主分享
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

有疑问请添加管理员QQ86788181|手机版|小黑屋|Archiver|恩山无线论坛(常州市恩山计算机开发有限公司版权所有) ( 苏ICP备05084872号 )

GMT+8, 2024-4-26 06:03

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

| 江苏省互联网有害信息举报中心 举报信箱:js12377 | @jischina.com.cn 举报电话:025-88802724 本站不良内容举报信箱:68610888@qq.com 举报电话:0519-86695797

快速回复 返回顶部 返回列表