-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
122 lines (119 loc) · 4.1 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
<!DOCTYPE html>
<!--
Eventually by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>网易云音乐自助音频下载 | GamerNoTitle</title>
<meta charset="utf-8" />
<script
async
src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5864391143249049"
crossorigin="anonymous"
></script>
<!-- 要恰饭的嘛 -->
<script>
var _hmt = _hmt || [];
(function () {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?03bd337fcd1aa8a1b2f78d23aa552ca5";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
<!-- 百度统计 -->
<meta
name="viewport"
content="width=device-width, initial-scale=1, user-scalable=no"
/>
<link rel="stylesheet" href="assets/css/main.css" />
<link
rel="shortcut icon"
href="https://img.88icon.com/download/jpg/20200901/b0c188c60bcd030afe50b0c4cd263331_512_512.jpg!88con"
/>
<!-- 自建统计网站 -->
<script async defer data-website-id="d9ecf8c7-2a89-46e7-927f-7f2a30dfaa0e" src="https://umami.api.ninym.top/umami.js"></script>
</head>
<body class="is-preload">
<!-- Header -->
<header id="header">
<h1>网易云音乐自助音频下载</h1>
<p>
请将需要下载的音频的分享链接贴在下面的输入框内,然后点击右边的下载就可以得到mp3文件了。<br />
请注意:不能试听的音乐(即如果将链接放入输入框点下载返回的是网易的404页面的话)是无法进行下载的。<br />
链接例子
<a href="https://music.163.com/song?id=467787951&userid=252340012"
>https://music.163.com/song?id=467787951&userid=252340012</a>
<p><a href="https://music.ninym.top/old.html" >如果新版API无法获取到您所需要的歌曲,那么你可以尝试一下旧版API(点我即可),但是旧版API不会自动帮您更改文件名。</a></p>
</p>
</header>
<!-- Signup Form -->
<form id="signup-form" method="post" action="#">
<input type="link" name="link" id="link" placeholder="请将链接贴于此处" />
<br />
<input type="submit" value="下载" onclick="openNew()" />
</form>
<!-- MusicDL -->
<ins
class="adsbygoogle"
style="display: block"
data-ad-client="ca-pub-5864391143249049"
data-ad-slot="5506767539"
data-ad-format="auto"
data-full-width-responsive="true"
></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
<!-- Footer -->
<footer id="footer">
<ul class="icons">
<li>
<a
href="https://twitter.com/GamerNoTitle"
class="icon brands alt fa-twitter"
><span class="label">Twitter</span></a
>
</li>
<li>
<a
href="https://www.facebook.com/GamerNoTitle"
class="icon brands alt fa-facebook-f"
><span class="label">Facebook</span></a
>
</li>
<li>
<a
href="https://www.instagram.com/GamerNoTitle/"
class="icon brands alt fa-instagram"
><span class="label">Instagram</span></a
>
</li>
<li>
<a
href="https://github.com/GamerNoTitle"
class="icon brands alt fa-github"
><span class="label">GitHub</span></a
>
</li>
<li>
<a href="mailto:admin@bili33.top" class="icon solid alt fa-envelope"
><span class="label">Email</span></a
>
</li>
</ul>
<ul class="copyright">
<li>© GamerNoTitle</li>
<li>
Credits: <a href="http://html5up.net">HTML5 UP</a> |
<a href="https://github.com">Github</a>
</li>
</ul>
</footer>
<!-- Scripts -->
<script src="assets/js/main.js"></script>
<script src="assets/js/download.js"></script>
</body>
</html>