mirror of
https://github.com/MasterAcnolo/Freedom-Loader.git
synced 2026-07-29 18:25:47 +02:00
1.1
This commit is contained in:
@@ -18,8 +18,8 @@
|
||||
<link rel="icon" href="assets/icons/file-audio-solid.svg" type="image/svg+xml">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div class="container">
|
||||
|
||||
<div class="container">
|
||||
|
||||
<header>
|
||||
<h1 id="title"> Freedom Loader </h1>
|
||||
@@ -51,54 +51,40 @@
|
||||
<button type="submit">Télécharger</button>
|
||||
</form>
|
||||
|
||||
<div class="download-path">
|
||||
Sera enregistré dans <span id="savePath"></span>
|
||||
<button id="changePath">Modifier</button>
|
||||
</div>
|
||||
|
||||
<div id="downloadStatus"></div>
|
||||
|
||||
<!--Il faut utiliser un formulaire, parce que on doit envoyer a un serveur
|
||||
les données à traiter. Pour cela on définit une route vers /download, ca va
|
||||
être l'espèce de "canal" attribué a ça. Ca va faire que si jamais on veut ensuite recup
|
||||
les infos du form, il faut aller sur ce canal précis (/download). La méthode POST dit
|
||||
que l'on envoie des données.-->
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<div class="download-path">
|
||||
Sera enregistré dans <span id="savePath"></span>
|
||||
<button id="changePath">Modifier</button>
|
||||
</div>
|
||||
|
||||
<div id="downloadStatus"></div>
|
||||
|
||||
<div class="infos-container">
|
||||
<div id="videoInfo" style="margin-top: 20px;"></div>
|
||||
</div>
|
||||
|
||||
<footer class="theme-switcher">
|
||||
<label for="themeSelect">Thème :</label>
|
||||
<select id="themeSelect" aria-label="Choisir le thème">
|
||||
<!-- <option value="dark">Sombre</option>
|
||||
<option value="light">Clair</option>
|
||||
<option value="Chirac">Chirac</option>
|
||||
<option value="Fanatic">Fanatic</option> -->
|
||||
</select>
|
||||
</footer>
|
||||
|
||||
<script src="script/custompath.js"></script>
|
||||
<script src="script/downloadstatus.js"></script>
|
||||
<script src="script/fetchinfo.js"></script>
|
||||
<script src="script/chirac.js"></script>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
<script src="script/customthemes.js"></script>
|
||||
|
||||
<!-- ----------------------------------------------------
|
||||
| Freedom Loader [Lang FR|EN] |
|
||||
----------------------------------------------------
|
||||
| URL : [________________________] [Copier] |
|
||||
| |
|
||||
| [ ] Audio seulement (MP3) |
|
||||
| [ ] Sous-titres |
|
||||
| Qualité : [Best ▼] |
|
||||
| Format : [MP4 ▼] |
|
||||
| |
|
||||
| Chapitres : [ ] Chapitre 1 |
|
||||
| [ ] Chapitre 2 |
|
||||
| |
|
||||
| Nom de fichier : [__________] |
|
||||
| Dossier : [C:/Downloads ▼] |
|
||||
| |
|
||||
| [ Télécharger ] |
|
||||
| |
|
||||
| État du téléchargement : [==== 50% ====] |
|
||||
----------------------------------------------------
|
||||
| Historique | Paramètres | Infos vidéo |
|
||||
---------------------------------------------------- -->
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user