二次视频解析源码和接口(2020-03-22)更新

解析视频:很多视频网站采用技术防止浏览者未经许可下载所看的视频内容。而浏览者通过软件或相关解析网站转换其伪装的视频路径,以达到获取真实的下载数据地址的手段叫做视频解析

通俗的说就是 vip视频=视频解析接口+vip视频播放地址

基本市面上所有免vip看视频的APP都是E4A编写,利用多线程和视频解析实现的,抽空儿,分享一下我的视频解析E4A源码+网络验证

源码一:

安装须知:
环境要求:php5.6
主目录文件结构及说明:(备注:调用方式前面皆省略了解析域名,浏览器访问时请添加在前面)
文件:
* index.php          首页文件,调用方式:”/?v=视频链接或视频名称”,推荐使用此方式调用解析
* v.php                  简洁调用接口,仅加载视频,不显示列表等信息,调用方式:”/v.php?url=视频地址”。
api.php          接口文件, 输出json数据供js使用。
play.html          框架调用文件,调用方式:”/play.html?url=URL地址”
so.html         搜索页
404.html         404页
favicon.ico  网站图标
crossdomain.xml        SWF文件跨域访问控制文件  注意:文件直接拷贝到网站根目录下,很重要;
目录:
* admin         后台管理目录,请改名
video   API模块目录
save           数据保存目录,注意:权限必须为755以上,不然无法后台更新配置;
cache   文件缓存 目录         注意:权限必须为755以上,不然出错;
include        引用文件 目录
player        播放器目录
plus                插件存放目录
source        资源目录
templets         模版 目录
前台访问:        “/?v=视频链接或视频名称”
后台登录:  “/admin”(默认账号admin:123456)
一般不用设置即可正常工作,如果基本设置里的网站目录显示不正确,请手动修改,后面需要加”/”
此源码 永久免费,仅供研究测试学习,请勿用于非法用途,否则后果自负!
演示截图:

源码二:

新建一个网站或目录,把里面清空,上传全部文件
index.php编辑是填写二次解析
文件放到根目录就是 http://你的网站/?url= 子目录http://你的网站/子目录名称/?url=
index编辑33行,可以放统计代码,下一行设置你的广告

第二行填写你要授权的域名用丨隔开 baidu.com|qq.com,比如你域名是bt.cn
<?php
define(‘REFERER_URL’, ‘baidu.com|qq.com|bt.cn’);//如:define(‘REFERER_URL’, www.test.com|m.test.com|api.test.com’); 即可
$uriarr = parse_url($_SERVER[‘HTTP_REFERER’]);
$host = $uriarr[‘host’];
$ymarr = explode(“|”,REFERER_URL);
if(in_array($host,$ymarr)){
?>

不需要授权就删除以下前七行
<?php
define(‘REFERER_URL’, ‘baidu.com|qq.com’);//如:define(‘REFERER_URL’, www.test.com|m.test.com|api.test.com’); 即可
$uriarr = parse_url($_SERVER[‘HTTP_REFERER’]);
$host = $uriarr[‘host’];
$ymarr = explode(“|”,REFERER_URL);
if(in_array($host,$ymarr)){
?>

最后一行
<?php }else{echo “视频解析受限”;}?>

演示截图:

接口自己百度一大堆,我顺便搜了点儿

视频解析接口

2020-03-22-15:12(解析出视频的真实地址以及其他集)


http://api.ijx.xyz/?url=

https://z1.m1907.cn/api/v/?z=80cbcae8041527fc77204d82c3c725fd&jx=

2020-03-16-11:58(高清无文字广告,无图片广告解析接口!)


https://www.968790.com/?url=

https://video.66parse.club/player/public/?url=

2020-01-31-1:22(高清无文字广告,无图片广告解析接口!)


http://jsap.attakids.com/?url=

https://www.voooe.cn/jiexi/?url=

https://www.nxflv.com/?url=

http://api.sumingys.com/index.php?url=

https://www.administratorw.com/video.php?url=

https://jx.618g.com/?url=

https://jiexi.bm6ig.cn/?url=

https://www.administratorw.com/index.php?url=

——————————-
https://api.upjie.com/vip/?url=
http://jxcs.fuwang.shop/?v=
http://jx.du2.cc/?url=
http://jx.drgxj.com/?url=
http://jx.618ge.com/?url=
http://vip.jlsprh.com/?url=
http://jx.598110.com/?url=
http://jx.aeidu.cn/index.php?url=
http://y.mt2t.com/lines?url=
http://jiexi.071811.cc/jx2.php?url=
http://api.91exp.com/svip/?url=
http://vip.thxcw.com/index.php?url=
http://www.82190555.com/index/qqvod.php?url=
http://api.pucms.com/?url=
http://api.baiyug.cn/vip/index.php?url=
https://api.flvsp.com/?url=
http://jx.618ge.com/?url=
https://api.47ks.com/webcloud/?v=
http://jx.du2.cc/?url=
http://jx.drgxj.com/?url=
http://player.jidiaose.com/supapi/iframe.php?v=
http://api.xfsub.com/index.php?url=
http://tv.xql7.cn?url=
http://65yw.2m.vc/chaojikan.php?url=
http://www.82190555.com/index/qqvod.php?url=
http://2gty.com/apiurl/yun.php?url=
http://vip.jlsprh.com/index.php?url=

解压密码(小写):zs.lzonel.cn

未经允许不得转载:晗雅|星空 » 二次视频解析源码和接口(2020-03-22)更新
分享到:

请选择你看完该文章的感受:

4瞧一瞧 3扯淡 5学到了 2不懂 6正能量 3无聊

评论2

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址 (选填)
  1. #2
    I think that what you posted was actually very reasonable. But, what about this? suppose you added a little information? I am not saying your content is not solid., but suppose you added a headline that makes people desire more? I mean 二次视频解析源码和接口(2020-03-22)更新-晗雅|星空 is kinda plain. You could peek at Yahoo's front page and see how they create post headlines to get people interested. You might add a video or a picture or two to grab readers interested about everything've written. Just my opinion, it might make your blog a little bit more interesting.
    Unduh2020-11-07 14:40:01回复
  2. #1
    Everything typed was actually very reasonable. But, what about this? suppose you composed a catchier title? I ain't suggesting your content isn't good., however suppose you added something that makes people desire more? Imean 二次视频解析源码和接口(2020-03-22)更新-晗雅|星空 is kinda vanilla. You might peek at Yahoo's home page annd watch how they create news titles to grab viewers interested. You might add a video orr a pic or twoo too get readers excited about what you've written. In my opinion, it might bring your posts a little livelier. Review my website :: me linh coffee garden
    me linh coffee garden2023-01-29 7:01:07回复