-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated error catching Removed deprecated and non-working code
- Loading branch information
1 parent
fc29d92
commit f483731
Showing
18 changed files
with
47 additions
and
104 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
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
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
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
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
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
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
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
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "fastdownloader", | ||
"version": "0.5.22", | ||
"version": "0.5.23", | ||
"description": "A fast YouTube video/audio downloader in electron.js (and many more websites)", | ||
"main": "main.js", | ||
"scripts": { | ||
|
@@ -26,13 +26,13 @@ | |
"author": "Bernardo de Oliveira <[email protected]>", | ||
"license": "GPL-3.0", | ||
"devDependencies": { | ||
"@electron/asar": "3.2.10", | ||
"electron": "31.4.0", | ||
"electron-builder": "24.13.3" | ||
"@electron/asar": "3.2.17", | ||
"electron": "33.2.1", | ||
"electron-builder": "25.1.8" | ||
}, | ||
"dependencies": { | ||
"auto-launch": "5.0.6", | ||
"electron-updater": "6.2.1", | ||
"electron-updater": "6.3.9", | ||
"fastest-levenshtein": "1.0.16", | ||
"node-youtube-music": "0.8.3", | ||
"terminate": "2.8.0", | ||
|
@@ -72,10 +72,6 @@ | |
{ | ||
"from": "resources/icons/64x64.png", | ||
"to": "icons/64x64.png" | ||
}, | ||
{ | ||
"from": "resources/yt-dlp-plugins/seproDev/yt_dlp_plugins/postprocessor/chrome_cookie_unlock.py", | ||
"to": "yt-dlp-plugins/seproDev/yt_dlp_plugins/postprocessor/chrome_cookie_unlock.py" | ||
} | ||
] | ||
}, | ||
|
@@ -110,10 +106,6 @@ | |
{ | ||
"from": "resources/icons/64x64.png", | ||
"to": "icons/64x64.png" | ||
}, | ||
{ | ||
"from": "resources/yt-dlp-plugins/seproDev/yt_dlp_plugins/postprocessor/chrome_cookie_unlock.py", | ||
"to": "yt-dlp-plugins/seproDev/yt_dlp_plugins/postprocessor/chrome_cookie_unlock.py" | ||
} | ||
] | ||
} | ||
|
81 changes: 0 additions & 81 deletions
81
resources/yt-dlp-plugins/seproDev/yt_dlp_plugins/postprocessor/chrome_cookie_unlock.py
This file was deleted.
Oops, something went wrong.