好听轻音乐网外链教程

2017年03月3日

原创内容,转载请注明出处: https://www.myzhenai.com.cn/post/2458.html https://www.myzhenai.com/thread-17975-1-1.html
关键词: 音乐外链 mp3外链 音频外链
今天的教程以好听轻音乐网上的音乐进行演示, 这网站虽然看起来小众,但音乐还是很多的, 它采用的是加密后的文件链接进行播放.
但是我们通过查询网页加载的源代码就可以找到它加密过的音乐文件地址, 但是这个地址你是没有办法外链的. 那我们要如何做到外链这个地址呢,其实很简单.
curl -s -o htqyy.html https://*******
后边的是当前的音乐页面地址. 或者直接按下键盘上的F12键,把源代码另存为网页文件. 然后我们打开这个网页源码文件, 在页面最底部有一段播放器代码, 我们查找 var mp3=这一行,将双引号里的地址复制出来, 这个就是加密过后的播放地址了. 然后我们打开 https://sina.lt/ 这个新浪微博的短地址生成工具, 随便选择一个,然后把刚才那地址粘贴进去. 生成后我们会得到 https://t.cn/RiJVAMz 这个地址, 这里就很简单了, 我们知道 var mp3=后边那段地址的最尾是3 那肯定文件名是和3有关的, 我们就在 https://t.cn/RiJVAMz后面加上?3.mp3 完整的地址是这样的 https://t.cn/RiJVAMz?3.mp3
更详细的可以参考这个内容 https://www.myzhenai.com.cn/post/827.html
演示: https://jiayu.mybabya.com/post/3764.html

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
<script type="text/javascript">
var format = "mp3";
var PageData = {};
PageData.Host="https://f.htqyy.com/";
PageData.DownHost="https://d.htqyy.com/";
PageData.down="down6";
PageData.musicId = "62";
PageData.likeCount = "278";
PageData.commentCount = 49;
PageData.day=15;
PageData.code=3;
PageData.format="mp3";
var ip="140.240.29.195";
var fileHost="https://f1.htqyy.com/play6/";
var musicHost="https://f.htqyy.com/play6/";
var isCMobile=isMobileIp(ip) && window.isCMIp;
setItem("cm",isCMobile);
var mp3="62/mp3/3";
if(ip.indexOf("223.73")==0) mp3=musicHost+mp3;
else if(isCMobile) mp3=musicHost+mp3;
else mp3=fileHost+mp3;
var bdText = "月光下的凤尾竹 - 施光南";
var bdText2 = "分享一首好听的轻音乐:" + bdText;
var imgUrl="https://i.htqyy.com/img/0/62.jpg";
if(imgUrl && isCMobile){
imgUrl=imgUrl.replace("i.htqyy.com","i3.htqyy.com");
}
</script>
<script type="text/javascript"> var format = "mp3"; var PageData = {}; PageData.Host="https://f.htqyy.com/"; PageData.DownHost="https://d.htqyy.com/"; PageData.down="down6"; PageData.musicId = "62"; PageData.likeCount = "278"; PageData.commentCount = 49; PageData.day=15; PageData.code=3; PageData.format="mp3"; var ip="140.240.29.195"; var fileHost="https://f1.htqyy.com/play6/"; var musicHost="https://f.htqyy.com/play6/"; var isCMobile=isMobileIp(ip) && window.isCMIp; setItem("cm",isCMobile); var mp3="62/mp3/3"; if(ip.indexOf("223.73")==0) mp3=musicHost+mp3; else if(isCMobile) mp3=musicHost+mp3; else mp3=fileHost+mp3; var bdText = "月光下的凤尾竹 - 施光南"; var bdText2 = "分享一首好听的轻音乐:" + bdText; var imgUrl="https://i.htqyy.com/img/0/62.jpg"; if(imgUrl && isCMobile){ imgUrl=imgUrl.replace("i.htqyy.com","i3.htqyy.com"); } </script>
    

 
我们重点看上边这一段代码, 这里分别有一些变量和参数, 从这里我们可以找出歌曲的真正地址.
fileHost=
musicHost=
mp3=
musicHost+mp3 //有这段的那一行是判断语句, 就是说如果条件不等于什么的时候, 地址是这个musicHost后边的内容加上mp3=后边的内容即是歌曲的链接地址, 否则就是fileHost+mp3 也就是fileHost后边的内容加上mp3=后边的内容.
例如: https://www.htqyy.com/play/62 这个页面 它的歌曲的链接是下边这一行
https://f1.htqyy.com/play6/62/mp3/3


sicnature ---------------------------------------------------------------------
I P 地 址: 18.219.151.245
区 域 位 置: 美国俄亥俄
系 统 信 息: 美国
Original content, please indicate the source:
同福客栈论坛 | 蟒蛇科普海南乡情论坛 | JiaYu Blog
sicnature ---------------------------------------------------------------------
Welcome to reprint. Please indicate the source https://myzhenai.com/post/2458.html

没有评论

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注