forked from KaustubhPatange/YTPlayer
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
executable file
·414 lines (392 loc) · 16.4 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
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
<!-- Website coded by https://colorlib.com/wp/template/bulkapp/ -->
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="icon" href="img/icon.svg" type="image/png">
<title>YTPlayer - YouTube, Spotify downloader</title>
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="css/bootstrap.css">
<link rel="stylesheet" href="vendors/linericon/style.css">
<link rel="stylesheet" href="css/font-awesome.min.css">
<link rel="stylesheet" href="vendors/owl-carousel/owl.carousel.min.css">
<link rel="stylesheet" href="vendors/lightbox/simpleLightbox.css">
<link rel="stylesheet" href="vendors/nice-select/css/nice-select.css">
<link rel="stylesheet" href="vendors/animate-css/animate.css">
<link rel="stylesheet" href="vendors/popup/magnific-popup.css">
<!-- main css -->
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/responsive.css">
</head>
<body data-spy="scroll" data-target="#mainNav" data-offset="70">
<!--================Header Menu Area =================-->
<header class="header_area">
<div class="main_menu" id="mainNav">
<nav class="navbar navbar-expand-lg navbar-light">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<a class="navbar-brand logo_h" href="index.html"><img src="img/logo.png" alt=""></a>
<button class="navbar-toggler" type="button" data-toggle="collapse"
data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent"
aria-expanded="false" aria-label="Toggle navigation">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse offset" id="navbarSupportedContent">
<ul class="nav navbar-nav menu_nav ml-auto">
<li class="nav-item active"><a class="nav-link" href="#home">Home</a></li>
<li class="nav-item"><a class="nav-link" href="#feature">FEATURES</a></li>
<li class="nav-item"><a class="nav-link" href="#screen">SCREENS</a>
<li class="nav-item"><a class="nav-link" href="#wiki">WIKIS</a>
<li class="nav-item"><a class="nav-link" target="_blank"
href="https://github.com/KaustubhPatange/YTPlayer">GITHUB</a></li>
<li class="nav-item"><a class="nav-link" target="_blank"
href="https://github.com/KaustubhPatange/YTPlayer/wiki/Website-Privacy-Policy">POLICY</a></li>
</ul>
</div>
</div>
</nav>
</div>
</header>
<!--================Header Menu Area =================-->
<!--================Home Banner Area =================-->
<section class="home_banner_area" id="home">
<div class="banner_inner">
<div class="container">
<div class="row banner_content">
<div class="col-lg-9">
<h2>YouTube, Spotify<br />& Soundcloud<br>downloader</h2>
<p>The app let's you listen as well as download YouTube & Spotify songs onto your device. You
can also listen to any YouTube music in background and can edit audio files within app.</p>
<a class="banner_btn" href="#downloadArea">Get the App</a>
</div>
<div class="col-lg-3">
<div class="banner_map_img">
<img class="img-fluid" src="img/banner/right-mobile.png" alt="">
</div>
</div>
</div>
</div>
</div>
</section>
<!--================End Home Banner Area =================-->
<!--================Feature Area =================-->
<section class="feature_area p_120" id="feature">
<div class="container">
<div class="main_title">
<h2>Features</h2>
<p>Feel the love for code with project open sourced on Github.</p>
</div>
<div class="feature_inner row">
<div class="col-lg-3 col-md-6">
<div class="feature_item">
<img src="img/icon/f-icon_1.png" alt="">
<h4>Listen</h4>
<p>Listen to YouTube, Spotify music in app and background with complete music
player experience.</p>
</div>
</div>
<div class="col-lg-3 col-md-6">
<div class="feature_item">
<img src="img/icon/f-icon_2.png" alt="">
<h4>Playlist</h4>
<p>Create playlist from YouTube, Spotify playlist url or add them manually to save your
favourite music.</p>
</div>
</div>
<div class="col-lg-3 col-md-6">
<div class="feature_item">
<img src="img/icon/f-icon_3.png" alt="">
<h4>Download</h4>
<p>Save YouTube video & Spotify music onto your devices with lot's of audio/video formats and
bitrates.</p>
</div>
</div>
<div class="col-lg-3 col-md-6">
<div class="feature_item">
<img src="img/icon/f-icon_4.png" alt="">
<h4>Editor</h4>
<p>Edit the audio with best editor powered by Google to create Ringtones or just trim music as
you like.</p>
</div>
</div>
</div>
</div>
</section>
<!--================End Feature Area =================-->
<!--
<section class="interior_area">
<div class="container">
<div class="interior_inner row">
<div class="col-lg-6">
<img class="img-fluid" src="img/interior-1.png" alt="">
</div>
<div class="col-lg-5 offset-lg-1">
<div class="interior_text">
<h4>We Believe that Interior beautifies the Total Architecture</h4>
<p>inappropriate behavior is often laughed off as “boys will be boys,” women face higher conduct standards especially in the workplace. That’s why it’s crucial that, as women, our behavior on the job is beyond reproach. inappropriate behavior is often laughed off.</p>
<a class="main_btn" href="#">See Details</a>
</div>
</div>
</div>
</div>
</section>
<section class="interior_area interior_two">
<div class="container">
<div class="interior_inner row">
<div class="col-lg-5 offset-lg-1">
<div class="interior_text">
<h4>We Believe that Interior beautifies the Total Architecture</h4>
<p>inappropriate behavior is often laughed off as “boys will be boys,” women face higher conduct standards especially in the workplace. That’s why it’s crucial that, as women, our behavior on the job is beyond reproach. inappropriate behavior is often laughed off.</p>
<a class="main_btn" href="#">See Details</a>
</div>
</div>
<div class="col-lg-6">
<img class="img-fluid" src="img/interior-2.png" alt="">
</div>
</div>
</div>
</section> -->
<!--================Feature Area =================-->
<section class="screenshot_area p_120" id="screen">
<div class="container">
<div class="main_title">
<h2>Screenshots</h2>
<p>Some of the app snaps showing it's unique features.</p>
</div>
<div class="screenshot_inner owl-carousel">
<div class="item">
<img src="img/feature/feature-0.png" alt="">
</div>
<div class="item">
<img src="img/feature/feature-1.png" alt="">
</div>
<div class="item">
<img src="img/feature/feature-2.png" alt="">
</div>
<div class="item">
<img src="img/feature/feature-3.png" alt="">
</div>
<div class="item">
<img src="img/feature/feature-4.png" alt="">
</div>
<div class="item">
<img src="img/feature/feature-5.png" alt="">
</div>
<div class="item">
<img src="img/feature/feature-6.png" alt="">
</div>
<div class="item">
<img src="img/feature/feature-7.png" alt="">
</div>
</div>
</div>
</section>
<!--================End Feature Area ================= -->
<!--================Testimontals Area =================
<section class="testimonials_area p_120">
<div class="container">
<div class="main_title">
<h2>Testimonials</h2>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore
et dolore magna aliqua.</p>
</div>
<div class="testi_slider owl-carousel">
<div class="item">
<div class="testi_item">
<div class="media">
<div class="d-flex">
<img src="img/testimonials/testi-1.png" alt="">
</div>
<div class="media-body">
<p>Accessories Here you can find the best computer accessory for your laptop, monitor,
printer, scanner, speaker, projector, hardware.</p>
<h4>Mark Alviro Wiens</h4>
<h5>CEO at Google</h5>
</div>
</div>
</div>
</div>
<div class="item">
<div class="testi_item">
<div class="media">
<div class="d-flex">
<img src="img/testimonials/testi-2.png" alt="">
</div>
<div class="media-body">
<p>Accessories Here you can find the best computer accessory for your laptop, monitor,
printer, scanner, speaker, projector, hardware.</p>
<h4>Mark Alviro Wiens</h4>
<h5>CEO at Google</h5>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
================End Testimonials Area =================-->
<!--================Download App Area =================-->
<section class="download_app_area p_120" id="downloadArea">
<div class="container">
<div class="app_inner">
<h2>Download The App Today!</h2>
<p>Smaller the app size better the experience that's what my ultimate aim gonna be. As the app is open
source
people can contribute freely to the project. The app is not on Google Play as they won't allow
such illegal and policy breaker service.
</p>
<div class="app_btn_area">
<a id="app_url" href="https://bit.ly/30hIJsO">
<div class="app_btn">
<div class="media">
<div class="d-flex">
<i class="fa fa-android" aria-hidden="true"></i>
</div>
<div class="media-body">
<h4>Download</h4>
<p></p>
</div>
</div>
</div>
</a>
</div>
</div>
</div>
</section>
<!--================End Download App Area =================-->
<!--================Latest News Area =================-->
<section class="latest_news_area p_120" id="wiki">
<div class="container">
<div class="main_title">
<h2>Wiki</h2>
<p>Find out more about YTPlayer with it's exclusive & well written wiki on Github.</p>
</div>
<div class="latest_news_inner row">
<div class="col-lg-4">
<div class="l_news_item">
<a target="_blank" class="date" href="https://github.com/KaustubhPatange/YTPlayer/wiki/Purchasing-Premium-Content">1 January, 2020</a>
<a href="https://github.com/KaustubhPatange/YTPlayer/wiki/Purchasing-Premium-Content" target="_blank" >
<h4>Purchasing Premium Content</h4>
</a>
<p>Starting from YTPlayer version 1.4 there are some limitation on usage of YTPlayer which includes
Ads & Pop-ups, Equalizer effects disabled, Limited downloads (15 per day).
</p>
</div>
</div>
<div class="col-lg-4">
<div class="l_news_item">
<a target="_blank" class="date" href="https://github.com/KaustubhPatange/YTPlayer/wiki/Working-of-Spotify-API-in-YTPlayer">25 August, 2019</a>
<a target="_blank" href="https://github.com/KaustubhPatange/YTPlayer/wiki/Working-of-Spotify-API-in-YTPlayer">
<h4>Working of Spotify API in YTPlayer</h4>
</a>
<p>So basically YTPlayer doesn't use official Spotify API to get request as they are deprecated
and has limited usage in terms of implementation. So in this wiki you will see how it works.</p>
</div>
</div>
<div class="col-lg-4">
<div class="l_news_item">
<a target="_blank" class="date" href="https://github.com/KaustubhPatange/YTPlayer/wiki/Implementing-YTPlayer-API">25 August, 2019</a>
<a target="_blank" href="https://github.com/KaustubhPatange/YTPlayer/wiki/Implementing-YTPlayer-API">
<h4>Implementing YTPlayer API in your Project</h4>
</a>
<p>YTPlayer doesn't actually have API in real sense, those are all classes which can be use for
specific function. Check classes of YTPlayer API & their wiki page for more info.</p>
</div>
</div>
</div>
</div>
</section>
<!--================End Latest News Area =================-->
<!--================ start footer Area =================-->
<footer class="footer-area p_120">
<div class="container">
<div class="row" style="text-align: center">
<div class="col-lg-6 col-md-6 col-sm-6">
<div class="single-footer-widget tp_widgets">
<!-- <h6 class="footer_title">Top Products</h6>
<ul class="list">
<li><a href="#">Managed Website</a></li>
<li><a href="#">Manage Reputation</a></li>
<li><a href="#">Power Tools</a></li>
<li><a href="#">Marketing Service</a></li>
</ul> -->
<h6 class="footer_title"><img height="20px" style="margin-right:10px"
src="img/icon-white.svg">YTPlayer</h3>
<p><a href="#" class="links">Home</a><strong> · </strong><a class="links"
href="#feature">Features</a><strong> · </strong><a class="links"
href="#downloadArea">Download</a><strong> </strong></p>
<p class="company-name links">KP'S TV Inc © 2018</p>
</div>
</div>
<!-- <div class="col-lg-5 col-md-6 col-sm-6">
<div class="single-footer-widget news_widgets">
<h6 class="footer_title">Newsletter</h6>
<p>You can trust us. we only send promo offers, not a single spam.</p>
<div id="mc_embed_signup">
<form target="_blank"
action="https://spondonit.us12.list-manage.com/subscribe/post?u=1462626880ade1ac87bd9c93a&id=92a4423d01"
method="get" class="subscribe_form relative">
<div class="input-group d-flex flex-row">
<input name="EMAIL" placeholder="Your email address" onfocus="this.placeholder = ''"
onblur="this.placeholder = 'Email Address '" required="" type="email">
<button class="btn sub-btn">Get Started</button>
</div>
<div class="mt-10 info"></div>
</form>
</div>
</div>
</div> -->
<div class="col-lg-6 col-md-6 col-sm-6">
<div class="footer-about">
<h6 class="footer_title">Author</h4>
<p> I am 18yrs old Android Enthusiast who loves programming and developing apps for Android
as well as
Windows.</p>
</div>
</div>
</div>
<div class="row footer-bottom d-flex justify-content-between align-items-center">
<p class="col-lg-8 col-md-8 footer-text m-0">
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
Copyright ©
<script>document.write(new Date().getFullYear());</script> All rights reserved | Made with <i
class="fa fa-heart-o" aria-hidden="true"></i> by <a href="https://colorlib.com"
target="_blank">Colorlib</a> edited by <a target="_blank"
href="https://kaustubhpatange.github.io">KP</a>
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
</p>
<div class="col-lg-4 col-md-4 footer-social">
<a target="_blank" href="https://www.facebook.com/profile.php?id=100011853905688&ref=br_rs"><i
class="fa fa-facebook"></i></a>
<a target="_blank" href="https://www.youtube.com/c/KPSTV2016"><i class="fa fa-youtube-play"></i></a>
<a href="mailto:developerkp16@gmail.com"><i class="fa fa-envelope"></i></a>
<a href="https://github.com/KaustubhPatange" target="_blank"><i class="fa fa-github"></i></a>
</div>
</div>
</div>
</footer>
<!--================ End footer Area =================-->
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="js/jquery-3.2.1.min.js"></script>
<script src="js/popper.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/stellar.js"></script>
<script src="vendors/lightbox/simpleLightbox.min.js"></script>
<script src="vendors/nice-select/js/jquery.nice-select.min.js"></script>
<script src="vendors/isotope/imagesloaded.pkgd.min.js"></script>
<script src="vendors/isotope/isotope-min.js"></script>
<script src="vendors/owl-carousel/owl.carousel.min.js"></script>
<script src="js/jquery.ajaxchimp.min.js"></script>
<script src="vendors/counter-up/jquery.waypoints.min.js"></script>
<script src="vendors/counter-up/jquery.counterup.js"></script>
<script src="js/mail-script.js"></script>
<script src="vendors/popup/jquery.magnific-popup.min.js"></script>
<script src="js/theme.js"></script>
</body>
</html>