Changes to be committed:
All checks were successful
continuous-integration/drone/push Build is passing

deleted:    __pycache__/app.cpython-310.pyc
	modified:   templates/index.html

Suppresion de 2 entrées sur cinq au niveau de index.html
This commit is contained in:
Gu1llaum-3 2023-06-04 21:13:51 +02:00
parent c5f736eddf
commit 0696c81a83
2 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@ -32,12 +32,12 @@
<div class="form-group">
<input type="text" class="form-control" name="url3" id="url3" pattern="^https://open\.spotify\.com/(?:album|playlist|track)/[\w-]+(?:\?si=[\w-]+)?$" placeholder="Entrez l'URL d'une Piste, d'un Album ou d'une Playlist">
</div>
<div class="form-group">
<!-- <div class="form-group">
<input type="text" class="form-control" name="url4" id="url4" pattern="^https://open\.spotify\.com/(?:album|playlist|track)/[\w-]+(?:\?si=[\w-]+)?$" placeholder="Entrez l'URL d'une Piste, d'un Album ou d'une Playlist">
</div>
<div class="form-group">
<input type="text" class="form-control" name="url5" id="url5" pattern="^https://open\.spotify\.com/(?:album|playlist|track)/[\w-]+(?:\?si=[\w-]+)?$" placeholder="Entrez l'URL d'une Piste, d'un Album ou d'une Playlist">
</div>
</div> -->
<button type="submit" class="btn" id="download-button" onclick="startDownload()">Télécharger</button>
<button type="reset" class="btn" id="refresh-button" onclick="refreshPage()">Rafraîchir</button>
</form>