forked from JioSaavn/Jio-Saavn-Downloader
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
104 lines (99 loc) · 4.09 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<script async src="https://arc.io/widget.min.js#Vxv9MvRT"></script>
<title>SK Music</title>
<meta name="author" content="Parveen Bhadoo, Tuhin Pal and Bootstrap contributors">
<meta name="generator" content="Bhadoo AutoBot Model 1O1">
<link href="/css/themes/dark/bootstrap.min.css" rel="stylesheet">
<script src="https://code.jquery.com/jquery-2.2.4.min.js"></script>
<link rel="stylesheet" href="https://cdn.plyr.io/3.6.4/plyr.css" />
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-104532450-8"></script>
<script src="/js/api-config.js"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-104532450-8');
</script>
</head>
<body>
<header>
<div class="collapse bg-dark" id="navbarHeader">
<div class="container">
<div class="row">
<div class="col-sm-4 offset-md-1 py-4">
<h4 class="text-white">Contact</h4>
<ul class="list-unstyled">
<li><a href="https://www.facebook.com/people/Sk-Naim/100045195514224/" class="text-white">Contact</a> </li>
</ul>
</div>
</div>
</div>
</div>
<div class="navbar navbar-dark bg-dark shadow-sm">
<div class="container d-flex justify-content-between">
<a href="" class="navbar-brand d-flex align-items-center"> <img src="https://cdn.jsdelivr.net/gh/Naim120/Jio-Saavn-Downloader@4663babdbc327a3dff4f9f865ee7802b7023e64a/images/WhatsApp%20Image%202021-04-29%20at%208.03.05%20PM%20(1).jpeg" class="btn1" width="220" height="40"> </a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarHeader" aria-controls="navbarHeader" aria-expanded="false" aria-label="Toggle navigation"> <span class="navbar-toggler-icon"></span> </button>
</div>
</div>
</header>
<main role="main">
<div class="container">
<br>
<div class="card text-center">
<h5 class="card-header" id="direct"><a href="/"><img src="/images/WhatsApp Image 2021-04-29 at 8.03.05 PM (1).jpeg" alt="SK Music" width="208px"></a></h5>
<br>
<center>
<div class="card">
<div id="status"></div>
<div class="card-body">
<div>
<audio id="aplayer" width="100%" playsinline controls>
<source src="" type="audio/mpeg"> Your browser does not support the audio element. </audio>
</div>
<form id="switch" action="/">
<div id="input"></div>
</form>
<p id="download" class="center"></p>
<div id="links" class="center"></div>
</div>
</div>
</center>
</div>
</div>
</main>
<br>
<footer class="text-muted">
<div class="container">
<p class="float-right"> <a href="#">Back to top</a> </p>
<p>Made with
<svg width="1em" height="1em" viewBox="0 0 16 16" class="bi bi-heart-fill" fill="red" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" d="M8 1.314C12.438-3.248 23.534 4.735 8 15-7.534 4.736 3.562-3.248 8 1.314z" />
</svg> by <a href="https://t.telegram.ind.in/TheFirstSpeedster">@TheFirstSpeedster</a> and Powered By <a href="https://www.netlify.com">Netlify</a></p>
<p>© <span id="year"></span> - <a href="https://skdrive.skdrive.workers.dev/0:/">SK Drive 1</a> and <a href="https://skdrive2.skdrive.workers.dev/0:/">SK Drive 2</a> </p>
</div>
</footer>
<script src="/js/script.js"></script>
<script src="/js/bootstrap.bundle.min.js"></script>
<script src="https://cdn.plyr.io/3.6.4/plyr.polyfilled.js" type="text/javascript"></script>
<script>
const player = new Plyr('#aplayer');
document.getElementsByClassName('plyr--full-ui')[0].style.display = "none";
function checkplayer() {
var hsk = document.getElementById('aplayer').src;
var hs = document.getElementById('aplayer');
if(hsk.endsWith('.mp3') === true || hsk.endsWith('.mp4') === true) {
document.getElementsByClassName('plyr--full-ui')[0].style.display = "block";
} else {
hs.style.display = "none";
}
}
setTimeout(checkplayer, 5000);
</script>
</body>
</html>