Oleg Shulyakov

Results 30 comments of Oleg Shulyakov

This will make error > Failed to strip path '' ((?^:^trunk(/|$)))"

@crossoverJie can you please prepare project structure for it? For example create folders in MD folder with language name.

@karikamiya What OS do you need them to? You can build them by yourself if needed. Just grab `main` branch from my fork and follow steps in GitHub workflow. Or...

@chessssssssss Can you please add more details? To download single video from playlist, all you need is to click download button for selected video file:

@richardsondev Please also update `modules/Filepaths.js` set binary names like following: ``` case "darwin": this.ytdl = this.app.isPackaged ? path.join(this.unpackedPrefix, "binaries/yt-dlp_macos") : "binaries/yt-dlp_macos"; ... break; case "linux": this.ytdl = this.app.isPackaged ? path.join(this.persistentPath,...