1.5 d
This commit is contained in:
parent
50c8ccd6b7
commit
a317a880ae
@ -58,7 +58,7 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"body-parser": "^1.17.2",
|
"body-parser": "^1.17.2",
|
||||||
"cors": "^2.8.4",
|
"cors": "^2.8.4",
|
||||||
"electron": "^1.6.11",
|
"electron": "^1.7.6",
|
||||||
"electron-compile": "^6.4.1",
|
"electron-compile": "^6.4.1",
|
||||||
"electron-config": "^1.0.0",
|
"electron-config": "^1.0.0",
|
||||||
"express": "^4.15.4",
|
"express": "^4.15.4",
|
||||||
@ -74,6 +74,7 @@
|
|||||||
"babel-plugin-transform-async-to-generator": "^6.24.1",
|
"babel-plugin-transform-async-to-generator": "^6.24.1",
|
||||||
"babel-preset-env": "^1.6.0",
|
"babel-preset-env": "^1.6.0",
|
||||||
"babel-preset-react": "^6.24.1",
|
"babel-preset-react": "^6.24.1",
|
||||||
|
"electron-forge": "^4.0.2",
|
||||||
"electron-prebuilt-compile": "1.6.11",
|
"electron-prebuilt-compile": "1.6.11",
|
||||||
"eslint": "^3.19.0",
|
"eslint": "^3.19.0",
|
||||||
"eslint-config-airbnb": "^15.1.0",
|
"eslint-config-airbnb": "^15.1.0",
|
||||||
|
@ -12,6 +12,7 @@ var win = null;
|
|||||||
|
|
||||||
var pot = {};
|
var pot = {};
|
||||||
var s = null;
|
var s = null;
|
||||||
|
var pot_open_ev = null;
|
||||||
|
|
||||||
ipcMain
|
ipcMain
|
||||||
.on('close_pot',(event,arg)=>{
|
.on('close_pot',(event,arg)=>{
|
||||||
|
@ -141,6 +141,7 @@ var yt_dl = class{
|
|||||||
if (ampersandPosition != -1) {
|
if (ampersandPosition != -1) {
|
||||||
video_id = video_id.substring(0, ampersandPosition);
|
video_id = video_id.substring(0, ampersandPosition);
|
||||||
}
|
}
|
||||||
|
/*
|
||||||
var x = new Notification({
|
var x = new Notification({
|
||||||
title:"Cyb3r Downloader",
|
title:"Cyb3r Downloader",
|
||||||
body :"finished download for "+url,
|
body :"finished download for "+url,
|
||||||
|
Loading…
Reference in New Issue
Block a user