找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索
广告投放联系QQ68610888
查看: 2147|回复: 13

[iptv信源 资源分享或寻求] 鹅厂音乐MV.php

[复制链接]
发表于 2021-12-18 01:00 | 显示全部楼层 |阅读模式
整天看电视直播有什么乐趣,一起歌唱一起嗨

  1. <?php

  2.     //
  3.     $vid = $_GET['vid'];
  4.     $bstrURL = "https://u.y.qq.com/cgi-bin/musicu.fcg";
  5.     $postData = '{"comm":{"ct":6,"cv":0,"g_tk":5381,"uin":0,"format":"json","platform":"yqq"},"mvInfo":{"module":"video.VideoDataServer","method":"get_video_info_batch","param":{"vidlist":["'.$vid.'"],"required":["vid","type","sid","cover_pic","duration","singers","new_switch_str","video_pay","hint","code","msg","name","desc","playcnt","pubdate","isfav","fileid","filesize","pay","pay_info","uploader_headurl","uploader_nick","uploader_uin","uploader_encuin"]}},"mvUrl":{"module":"music.stream.MvUrlProxy","method":"GetMvUrls","param":{"vids":["'.$vid.'"],"request_type":10003,"addrtype":3,"format":264}}}';
  6.     $ch = curl_init();
  7.     curl_setopt($ch, CURLOPT_URL, $bstrURL);                  
  8.     curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
  9.     curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, FALSE);
  10.     curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, FALSE);
  11.     curl_setopt($ch, CURLOPT_POST, true);
  12.     curl_setopt($ch, CURLOPT_POSTFIELDS, ($postData));
  13.     $data = curl_exec($ch);
  14.     curl_close($ch);
  15.     $json = json_decode($data);
  16.     $aryPlayList = [];
  17.     foreach($json->mvUrl->data->$vid->mp4 as $lst)
  18.     {
  19.         $playUrl = $lst->freeflow_url[0];
  20.         if($playUrl != '')
  21.         {
  22.             $aryPlayList[] = $playUrl;
  23.         }
  24.     }

  25.     header("location:".end($aryPlayList));
  26.    
  27. ?>
复制代码
食用方法:
mv.php?vid=c0041w3qkzn

手抓控制台遍历输出vid的方法:

  1. https://u.y.qq.com/cgi-bin/musics.fcg?_=
复制代码
F12,Preview选项卡 把数据展开
  1. req_1.data.list
复制代码
在list上右键选择 store object as global variable

跳转console页面,看给出的变量是temp几,一般第一个开始是temp1
键入以下代码
  1. temp1.forEach(function lst(v,i){console.log(v.title+","+v.vid);})
复制代码




评分

参与人数 2恩山币 +2 收起 理由
oreolee2020 + 1 大佬这是发力了
kof97zip + 1 几个菜啊,喝成这样~~~

查看全部评分

我的恩山、我的无线 The best wifi forum is right here.
发表于 2021-12-18 01:14 | 显示全部楼层
谢谢分享,谢谢。收藏备用。。
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2021-12-18 01:29 | 显示全部楼层
好复杂,我小白
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2021-12-18 06:37 | 显示全部楼层
感谢深夜分享
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2021-12-18 07:27 | 显示全部楼层
yyds        
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2021-12-18 09:19 | 显示全部楼层
高手的技巧,总是很难模仿
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2021-12-18 09:24 | 显示全部楼层
本帖最后由 ccc0120 于 2021-12-18 09:25 编辑

老大,获取vid提示这样,哪儿的问题?谢谢

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?立即注册

×

点评

我的锅 没说清楚, 进入 y.qq.com 找到MV页 F12 Network页找到 musics.fcg 点开  详情 回复 发表于 2021-12-18 11:55
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

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

使用道具 举报

发表于 2021-12-18 11:32 | 显示全部楼层
怎么取ID                   FFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

 楼主| 发表于 2021-12-18 11:55 | 显示全部楼层
ccc0120 发表于 2021-12-18 09:24
老大,获取vid提示这样,哪儿的问题?谢谢

我的锅 没说清楚,
进入 y.qq.com 找到MV页  F12 Network页找到 musics.fcg 点开
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2021-12-18 15:15 | 显示全部楼层
wjxgzz 发表于 2021-12-18 11:55
我的锅 没说清楚,
进入 y.qq.com 找到MV页  F12 Network页找到 musics.fcg 点开

感谢老大,一次能获取20条了。我再琢磨一下
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2021-12-18 16:15 | 显示全部楼层
就是有点费键盘
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2021-12-21 15:42 | 显示全部楼层
牛 杯 啊,可毕竟是南山必胜客啊,自己看看吧还是
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2021-12-21 16:04 来自手机 | 显示全部楼层
谢谢分享,谢谢。
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-4-24 12:31

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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

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