Spaces:
Sleeping
Sleeping
File size: 9,094 Bytes
8143cb6 d9ee000 8143cb6 d9ee000 8143cb6 d9ee000 8143cb6 d9ee000 8143cb6 d9ee000 8143cb6 d9ee000 8143cb6 d9ee000 8143cb6 d9ee000 8143cb6 d9ee000 8143cb6 d9ee000 8143cb6 d9ee000 8143cb6 d9ee000 8143cb6 d9ee000 8143cb6 d9ee000 8143cb6 d9ee000 8143cb6 d9ee000 8143cb6 d9ee000 8143cb6 d9ee000 8143cb6 d9ee000 8143cb6 d9ee000 |
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 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>PYTR</title>
<meta name="title" content="Python YouTube Ringtones" />
<meta name="description" content="Generate custom ringtones from YouTube videos with one click! Python YouTube Ringtones lets you convert YouTube audio into high-quality MP3 and iPhone ringtones in seconds. No software required β fast, free, and online!" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://ringtones.jessejesse.xyz" />
<meta property="og:title" content="Python YouTube Ringtones" />
<meta property="og:description" content="Generate custom ringtones from YouTube videos with one click! Python YouTube Ringtones lets you convert YouTube audio into high-quality MP3 and iPhone ringtones in seconds. No software required β fast, free, and online!" />
<meta property="og:image" content="https://ringtones.jessejesse.xyz/og.png" />
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://ringtones.jessejesse.xyz" />
<meta property="twitter:title" content="Python YouTube Ringtones" />
<meta property="twitter:description" content="Generate custom ringtones from YouTube videos with one click! Python YouTube Ringtones lets you convert YouTube audio into high-quality MP3 and iPhone ringtones in seconds. No software required β fast, free, and online!" />
<meta property="twitter:image" content="https://ringtones.jessejesse.xyz/og.png" />
<meta name="author" content="JesseJesse.xyz" />
<!-- Web App Manifest -->
<link rel="manifest" href="/manifest.json" />
<!-- Icons -->
<link rel="apple-touch-icon" href="/apple-touch-icon.png" />
<link rel="icon" href="/favicon.ico" type="image/x-icon" sizes="16x16 32x32" />
<link rel="icon" href="/icon-192.png" type="image/png" sizes="192x192" />
<link rel="icon" href="/icon-512.png" type="image/png" sizes="512x512" />
<link rel="icon" href="/icon-192-maskable.png" type="image/png" sizes="192x192" purpose="maskable" />
<link rel="icon" href="/icon-512-maskable.png" type="image/png" sizes="512x512" purpose="maskable" />
<!-- Theme Colors -->
<meta name="theme-color" content="#1a1a2e" />
<!-- App Manifest Settings -->
<meta name="application-name" content="Python YouTube Ringtones" />
<meta name="short_name" content="YT Ringtones" />
<meta name="description" content="Generate custom ringtones from YouTube videos with one click! Python YouTube Ringtones lets you convert YouTube audio into high-quality MP3 and iPhone ringtones in seconds. No software required β fast, free, and online!" />
<meta name="start_url" content="/" />
<meta name="display" content="standalone" />
<meta name="background_color" content="#111827" />
<meta name="orientation" content="portrait" />
<!-- Tailwind CSS -->
<script src="https://cdn.tailwindcss.com"></script>
<script>
document.addEventListener("DOMContentLoaded", () => {
updateRingtoneCount();
});
</script>
<style>
@keyframes glow {
0% {
border-color: #4f46e5;
}
50% {
border-color: #fbbf24;
}
100% {
border-color: #4f46e5;
}
}
.glow-border {
animation: glow 1.5s ease-in-out infinite;
}
</style>
</head>
<body
style="
background: linear-gradient(to bottom right, #1f2937, #374151, #111827);
color: white;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
height: 100vh;
margin: 0;
"
>
<div
id="ringtone-container"
style="
width: 100%;
max-width: 400px;
background: transparent;
border: 2px solid transparent;
border-radius: 8px;
padding: 24px;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
text-align: center;
"
>
<img
src="icon.png"
alt="App Icon"
style="width: 120px; height: 120px; margin-bottom: 20px"
/>
<h1 style="font-size: 24px; font-weight: bold; margin-bottom: 16px">
Python YouTube Ringtones
</h1>
<p style="margin-top: 16px; text-align: center; color: #fbbf24">
βͺβ¬βͺβ¬ <span id="ringtone-count">0</span>
</p>
<br />
<div style="display: flex; gap: 8px">
<input
id="youtube-url"
type="text"
placeholder="Enter YouTube URL"
style="
flex-grow: 1;
padding: 8px;
border: 1px solid #4b5563;
border-radius: 4px;
background-color: #374151;
color: white;
"
/>
<button
onclick="pasteClipboard()"
style="
background-color: #6b7280;
color: white;
padding: 8px 12px;
border-radius: 4px;
"
>
✎
</button>
</div>
<button
onclick="processRingtone()"
style="
width: 100%;
background-color: #4f46e5;
color: white;
padding: 12px 16px;
border-radius: 4px;
margin-top: 16px;
"
>
Create Ringtones
</button>
<p
id="status"
style="text-align: center; margin-top: 16px; color: #fbbf24"
></p>
<a
id="android-ringtone"
href="#"
download="android_ringtone.mp3"
style="
display: none;
margin-top: 16px;
color: #34b334;
text-decoration: none;
"
>β¬ Android Ringtone</a>
<a
id="iphone-ringtone"
href="#"
download
style="
display: none;
margin-top: 16px;
color: #3b82f6;
text-decoration: none;
"
>β¬ iPhone Ringtone</a
>
</div>
<script>
const REDIS_URL = "https://amused-walleye-31373.upstash.io";
const REDIS_TOKEN =
"AXqNASQgMWZmMTdjYTEtNTJjYi00MDczLWJmZDctNjFjZGUyOTA0ZjEyNjcyMTI0NDM2MDBjNDVmZmE5NjJlMTllYTkyMDI2MDU=";
async function updateRingtoneCount() {
try {
const response = await fetch(`${REDIS_URL}/get/ringtone_count`, {
headers: { Authorization: `Bearer ${REDIS_TOKEN}` },
});
const data = await response.json();
document.getElementById("ringtone-count").innerText =
data.result || 0;
} catch (error) {
console.error("Error fetching ringtone count:", error);
}
}
async function incrementRingtoneCount() {
try {
await fetch(`${REDIS_URL}/incr/ringtone_count`, {
headers: { Authorization: `Bearer ${REDIS_TOKEN}` },
});
updateRingtoneCount();
} catch (error) {
console.error("Error updating ringtone count:", error);
}
}
async function processRingtone() {
const urlInput = document.getElementById("youtube-url").value;
const androidLink = document.getElementById("android-ringtone");
const iphoneLink = document.getElementById("iphone-ringtone");
const status = document.getElementById("status");
const ringtoneContainer = document.getElementById("ringtone-container");
if (!urlInput) {
status.innerText = "β Please enter a YouTube URL!";
return;
}
try {
status.innerText = "β³ one moment please...";
const client = await import(
"https://cdn.jsdelivr.net/npm/@gradio/client/+esm"
).then((m) => m.Client);
const connectedClient = await client.connect("sudo-soldier/PYTR");
const result = await connectedClient.predict(
"/process_youtube_or_audio",
{
url: urlInput,
recorded_audio: null,
},
);
const androidFile = result.data[0]?.url || result.data[0]?.path;
const iphoneFile = result.data[1]?.url || result.data[1]?.path;
if (androidFile) {
androidLink.href = androidFile;
androidLink.download = "android_ringtone.mp3";
androidLink.style.display = "block";
}
if (iphoneFile) {
iphoneLink.href = iphoneFile;
iphoneLink.download = "iphone_ringtone.m4r";
iphoneLink.style.display = "block";
}
status.innerText = "JesseJesse.xyz";
ringtoneContainer.classList.add("glow-border");
incrementRingtoneCount();
} catch (error) {
console.error(error);
status.innerText = "Error processing request!";
}
}
async function pasteClipboard() {
try {
const text = await navigator.clipboard.readText();
document.getElementById("youtube-url").value = text;
} catch (error) {
alert("Please add the song URL.");
}
}
</script>
</body>
</html>
|