-
Notifications
You must be signed in to change notification settings - Fork 2
/
torrent.html
106 lines (83 loc) · 4.56 KB
/
torrent.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="robots" content="noindex , nofollow" />
<meta content='IE=EmulateIE7' http-equiv='X-UA-Compatible'/>
<meta name="description" content="Exclusive Helping Site BD">
<meta name="author" content="Shawon Khan">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta content='100003868724945' property='fb:admins'/>
<meta content='2558751744381240' property='fb:app_id'/>
<meta content='text/html; charset=UTF-8' http-equiv='Content-Type'/>
<meta content='TVBD' name='generator'/>
<link href='favicon.ico' rel='icon' type='image/x-icon'/>
<link href='' rel='canonical'/>
<meta content='' property='og:url'/>
<meta content='Exclusive Helping Site BD' property='og:title'/>
<title> Torrent Site </title>
<meta charset="utf-8">
<meta name="description" content="Torrent sites">
<meta name="keywords" content=" ">
<meta name="author" content="tvbd">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<link rel="stylesheet" href="css/min.css">
<link rel="stylesheet" href="css/search.css">
<script src="//cdn.jsdelivr.net/npm/lazysizes@5.3.2/lazysizes.min.js"></script>
<script src="//code.iconify.design/2/2.1.2/iconify.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/lazysizes/4.1.5/lazysizes.min.js"></script>
<script src="//code.jquery.com/jquery-3.2.1.slim.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js"></script>
<script src="//maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"></script>
<style>html{overflow-x:hidden;scrollbar-width:thin;} body{-webkit-font-smoothing:antialiased;position:relative;top:0!important;margin:0;padding:0!important;width:100%;scrollbar-width: thin;}
@keyframes blink { 0 % { opacity: 1; } 50 % { opacity: 0; } 100 % { opacity: 1; } } #appHeader { background - color: #1D232A; padding: 20px; text-align: center; border-radius: 15px; margin-bottom: 20px; } # appHeader h1 { color: white; font - size: 36 px; font - weight: bold; margin - bottom: 20 px; animation: blink 2.5 s infinite; text - shadow: 3 px 3 px 6 px rgba(0, 0, 0, 0.3); } #appHeader.buttons { display: flex; justify - content: center; } #appHeader button { padding: 15 px 30 px; font - size: 18 px; border: none; color: white; cursor: pointer; border - radius: 15 px; margin: 10 px; background: linear - gradient(145 deg, #34373a, # 272 a2d); box - shadow: 5 px 5 px 8 px #1d1f21, -5px -5px 8px # 404447; transition: all 0.3 s ease; } #appHeader button: hover { box - shadow: 4 px 4 px 8 px #1d1f21, -4px -4px 8px # 404447; } #appHeader #whatsapp { background - color: #25d366; } # appHeader #whatsapp: hover { background - color: #128C7E; } # appHeader #telegrambutton { background - color: #0088cc; } # appHeader #telegrambutton: hover { background - color: #005f6b; } undefinedundefined</style>
</head>
<body>
<div id="appHeader">
<h1 class="threed-text">Torrent Site </h1>
</div>
</head>
<body>
<div id="searchWrapper">
<input type="text" name="searchBar" id="searchBar" placeholder="Search ..." />
</div>
<div id="content">
<div class="container">
<div class="filters">
<label for="genreFilter"> Genre: </label>
<select id="genreFilter">
<option value=""> All </option>
</select>
<label for="langFilter"> Language: </label>
<select id="langFilter">
<option value=""> All </option>
<option value="Movie"> Movie </option>
</select>
</div>
<div id="charactersList" class="row">
</div>
</div>
<script src="js/torrent.js"></script>
</body>
<script>
const PlayListButton = document.getElementById('PlayListButton');
PlayListButton.addEventListener('click', () => {
var protocol = window.location.protocol;
var localIP = window.location.hostname;
var port = window.location.port;
if (window.location.hostname !== "" && window.location.hostname !== "") {
var hostJio = window.location.host;
} else {
var hostJio = localIP + (port ? ':' + port : '');
}
var jioPath = protocol + '//' + hostJio + window.location.pathname.replace(/\/[^/]*$/, '');
var jioPath = jioPath + '';
navigator.clipboard.writeText(jioPath)
.then(() => {
alert('PlayList URL copied to Clipboard!');
})
.catch((error) => {
console.error('Error copying URL:', error);
});
});
</script>
</html>