-
-
Notifications
You must be signed in to change notification settings - Fork 488
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #11 from jely2002/1.7.2
v1.7.4
- Loading branch information
Showing
15 changed files
with
438 additions
and
203 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,9 +2,10 @@ | |
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta http-equiv="Content-Security-Policy" content="script-src 'self' 'unsafe-inline'"> | ||
<title>Youtube Downloader</title> | ||
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous"> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bs-stepper/dist/css/bs-stepper.min.css"> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bs-stepper/dist/css/bs-stepper.min.css" integrity="sha384-qMhYxsMd/tIFRNt3QjOFfDoDdMUCWR5v2sCzrB3MPbZqs5Osdq41JCmLJJPURa+o" crossorigin="anonymous"> | ||
<link rel="stylesheet" href="node_modules/@fortawesome/fontawesome-free/css/all.min.css"> | ||
<link rel="stylesheet" href="main.css" crossorigin="anonymous"> | ||
</head> | ||
|
@@ -183,6 +184,16 @@ | |
The download is taking longer than usual, this might be because you're downloading a large file, have a slow connection, or are downloading subtitles. Otherwise please restart the program. | ||
</div> | ||
</div> | ||
<div class="toast warning-toast" id="update" role="alert" aria-live="assertive" aria-atomic="true"> | ||
<div class="toast-header bg-success"> | ||
<i class="fas mr-3 fa-download"></i> | ||
<strong class="mr-auto">There is an update available!</strong> | ||
<button type="button" class="ml-2 mb-1 close" data-dismiss="toast" aria-label="Close"> | ||
<span aria-hidden="true">×</span> | ||
</button> | ||
</div> | ||
<div class="toast-body" onclick="shell.openExternal('https://github.com/jely2002/youtube-dl-gui/releases/latest')"></div> | ||
</div> | ||
<div class="modal fade" id="cookiesModal" tabindex="-1" role="dialog" aria-labelledby="cookiesModalLabel" aria-hidden="true"> | ||
<div class="modal-dialog" role="document"> | ||
<div class="modal-content"> | ||
|
@@ -241,13 +252,13 @@ <h5 class="modal-title" id="credentialsModalLabel">Add credentials</h5> | |
</div> | ||
</div> | ||
</div> | ||
<script src="modules/caching.js"></script> | ||
<script src="modules/controller.js"></script> | ||
<script src="modules/UI.js"></script> | ||
<script src="modules/video.js"></script> | ||
<script src="modules/playlist.js"></script> | ||
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js" integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bs-stepper.min.js" integrity="sha256-INfYp5owpb0btFquNHGlhSxgGYrFlGYRU2oN/3jWGeM=" crossorigin="anonymous"></script> | ||
<script src="modules/caching.js"></script> | ||
<script src="web-resources/bootstrap.min.js"></script> | ||
<script src="web-resources/bs-stepper.min.js"></script> | ||
<script src="modules/metrics.js"></script> | ||
<script src="modules/updater.js"></script> | ||
</body> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.