- ID de l'analyse :
- 2c14c96c-0058-46ac-962d-992b75fb5244Terminée
- URL soumise :
- https://you2mp3.link/
- Fin du rapport :
Liens : 0 trouvé(s)
Liens sortants identifiés à partir de la page
Variables JavaScript : 15 trouvée(s)
Les variables JavaScript globales chargées dans l'objet fenêtre d'une page sont des variables déclarées en dehors des fonctions et accessibles depuis n'importe quel endroit du code au sein du champ d'application actuel
Nom | Type |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
$ | function |
jQuery | function |
jQuery111104046995128987483 | object |
isValidYouTubeUrl | function |
Accordion | function |
Collapse | function |
Carousel | function |
Messages de journal de console : 2 trouvé(s)
Messages consignés dans la console web
Type | Catégorie | Enregistrement |
---|---|---|
error | network |
|
error | network |
|
HTML
Le corps HTML de la page en données brutes
<!DOCTYPE html><html lang="en"><head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>you2mp3 - Convert Youtube to MP3</title>
<!-- Favicon -->
<link rel="icon" href="https://www.ryanzoe.top/wp-content/uploads/2020/02/cropped-images-32x32.png" sizes="32x32">
<link rel="icon" href="https://www.ryanzoe.top/wp-content/uploads/2020/02/cropped-images-192x192.png" sizes="192x192">
<link rel="apple-touch-icon" href="https://www.ryanzoe.top/wp-content/uploads/2020/02/cropped-images-180x180.png">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
<link href="./css/output.css" rel="stylesheet">
<link href="./css/style.css" rel="stylesheet">
<script async="" defer="" src="./js/buttons.js"></script>
<link href="./css/bootstrap-3.3.4.css" rel="stylesheet">
<link href="./css/fileinput.css" media="all" rel="stylesheet" type="text/css">
<script src="./js/jquery1.11.1.min.js"></script>
<script src="./js/fileinput.js" type="text/javascript"></script>
<script src="./js/bootstrap-3.3.4.js" type="text/javascript"></script>
<script src="./js/convert.js" type="text/javascript"></script>
</head>
<body>
<header class="fixed w-full">
<nav class="bg-white border-gray-200 py-2.5 dark:bg-gray-900">
<div class="flex flex-wrap items-center justify-center max-w-screen-xl px-4 mx-auto">
<a href="#" class="flex items-center">
<!-- <img src="./images/logo.svg" class="h-6 mr-3 sm:h-9" alt="Landwind Logo" /> -->
<span class="self-center text-xl font-semibold whitespace-nowrap dark:text-white" style="color: black;">you2mp3</span>
</a>
</div>
</nav>
</header>
<!-- Start block -->
<section class="bg-gray-50 dark:bg-gray-800">
<div class="max-w-screen-xl px-4 py-8 mx-auto lg:py-16 lg:px-6">
<div class="max-w-screen-sm mx-auto text-center">
<h2 class="mb-4 text-3xl font-extrabold leading-tight tracking-tight text-gray-900 dark:text-white">Convert Youtube to MP3</h2>
<p class="mb-6 font-light text-gray-500 dark:text-gray-400 md:text-lg">Convert and download YouTube videos to MP3 free</p>
<div class="container kv-main" style="width: 70%">
<div class="search-box">
<input type="text" id="ytb_url" placeholder="paste youtube link here">
<button id="convert_btn">Convert to MP3</button>
</div>
<p class="convert-tips">Your request is being processed. Thank you for your patience!</p>
<div class="grid-container">
<div class="center-div">
<div class="spinner"></div>
</div>
</div>
<div class="convert_content convert_content_hide">
<button class="styled-button">Download MP3</button>
</div>
</div>
</div>
</div>
</section>
<!-- End block -->
<!-- Start block -->
<section class="bg-white dark:bg-gray-900">
<div class="max-w-screen-xl px-4 pb-8 mx-auto lg:pb-24 lg:px-6 ">
<h2 class="mb-6 text-3xl font-extrabold tracking-tight text-center text-gray-900 lg:mb-8 lg:text-3xl dark:text-white">Convert YouTube Videos to MP3 Effortlessly</h2>
<div class="max-w-screen-md mx-auto">
<div id="accordion-flush" data-accordion="collapse" data-active-classes="bg-white dark:bg-gray-900 text-gray-900 dark:text-white" data-inactive-classes="text-gray-500 dark:text-gray-400">
<div id="accordion-flush-body-1" class="" aria-labelledby="accordion-flush-heading-1">
<div class="py-5 border-b border-gray-200 dark:border-gray-700">
<p class="mb-2 text-gray-500 dark:text-gray-400">Welcome to [you2mp3.link], the easiest way to convert your favorite YouTube videos into MP3 format. Follow these simple steps to get started:</p>
<p class="mb-2 text-gray-500 dark:text-gray-400">1. Enter the YouTube Link: Copy the URL of the YouTube video you want to convert and paste it into the input box.</p>
<p class="mb-2 text-gray-500 dark:text-gray-400">2. Click the 'Convert' Button: Press the convert button to begin the conversion process.</p>
<p class="mb-2 text-gray-500 dark:text-gray-400">3. Wait for Conversion: Please be patient as we process the video and extract the MP3 audio. The time required may vary depending on the video length.</p>
<p class="mb-2 text-gray-500 dark:text-gray-400">4. Download Your MP3: Once the conversion is complete, simply click the 'Download' button to save the MP3 file to your device.</p>
<p class="text-gray-500 dark:text-gray-400">It’s fast, easy, and free!</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End block -->
<footer class="bg-white dark:bg-gray-800">
<div class="max-w-screen-xl p-4 py-6 mx-auto lg:py-16 md:p-8 lg:p-10">
<div class="text-center">
<span class="block text-sm text-center text-gray-500 dark:text-gray-400">© 2024 <a href="#" class="text-gray-500 hover:underline dark:text-gray-400">you2mp3™</a>. All Rights Reserved.
</span>
</div>
</div>
</footer>
<script src="./js/flowbite.js"></script>
</body></html>