Skip to content

Commit

Permalink
Merge pull request #41 from stemrollerapp/develop
Browse files Browse the repository at this point in the history
Use distube ytdl-core and update minor version
  • Loading branch information
iffyloop authored May 25, 2023
2 parents 6e9e264 + e4e0016 commit 64ee0da
Show file tree
Hide file tree
Showing 3 changed files with 84 additions and 30 deletions.
2 changes: 1 addition & 1 deletion main-src/processQueue.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const { pipeline } = require('stream/promises')
const path = require('path')
const childProcess = require('child_process')
const treeKill = require('tree-kill')
const ytdl = require('ytdl-core')
const ytdl = require('@distube/ytdl-core')
const sanitizeFilename = require('sanitize-filename')
const { powerSaveBlocker } = require('electron')

Expand Down
106 changes: 80 additions & 26 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stemroller",
"version": "2.0.1",
"version": "2.0.2",
"private": true,
"type": "module",
"description": "Isolate vocals, drums, bass, and other instrumental stems from any song",
Expand Down Expand Up @@ -54,14 +54,14 @@
"tailwindcss": "^3.1.4"
},
"dependencies": {
"@distube/ytdl-core": "^4.11.10",
"compare-versions": "^4.1.3",
"electron-fetch": "^1.7.4",
"electron-serve": "^1.1.0",
"electron-store": "^8.0.2",
"sanitize-filename": "^1.6.3",
"tree-kill": "^1.2.2",
"xxhash-wasm": "^1.0.1",
"yt-search": "^2.10.3",
"ytdl-core": "github:fent/node-ytdl-core#pull/1203/head"
"yt-search": "^2.10.3"
}
}

0 comments on commit 64ee0da

Please sign in to comment.