-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Download Video link does not work? #10
Comments
Are you using branch I haven't pushed the build codes to here. Because I am testing it. You can build codes by yourself. npm install
npm run build And put windows library files into |
my bad, I thought it was 3.xx im Mac user btw |
ok after updating to 3.0.0, clicking on Download link will actually download a .sh file, then have to run sudo sh filename.sh
I randomly tried a couple videos, same error and sudo is asked each time. before it didn't ask for sudo |
Actually, |
By the way, The original download commands still could be use. And I will push the latest code of branch |
@ilovefood2 And can you help to check what happen if you change the |
yes original command on top of video webpage still works, if copying it and run in bash, it works fine. but downloaded.sh is asking for sudo to run and even with sudo, gives error too. changed to .command then it still won't run, by default, it's normal, the downloaded file on mac does not have executable property. so I had to chmod +x file.command, then clicking on it will run then. actually, just remove .sh extension and add x property will get it run, it's just more manual steps to do compared with ver 2.x.x btw I am on macOS 10.14.5 |
下载中途失败了怎么重试,保留已下载的ts文件不变继续下载新的? |
updated to new version, and when Download video shows up, clicking on it does not do anything, known issue?
The text was updated successfully, but these errors were encountered: