Skip to content
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

Stops working when running in background without terminal #8304

Closed
iampradip opened this issue Jan 23, 2016 · 2 comments
Closed

Stops working when running in background without terminal #8304

iampradip opened this issue Jan 23, 2016 · 2 comments

Comments

@iampradip
Copy link

@iampradip iampradip commented Jan 23, 2016

I am using in Raspberry Pi. Trying to run this in ssh: youtube-dl https://www.youtube.com/watch?v=xxxx & starts downloading but closing ssh connection terminates youtube-dl. I tried putting several downloads in sh file and running it without terminal, but youtube-dl doesn't try to download any of them. wget works in same situation. In short, youtube-dl only works when terminal is active.

Note: This was not issue in previous versions when DASH formats were not supported.

@jaimeMF
Copy link
Collaborator

@jaimeMF jaimeMF commented Jan 23, 2016

Can't you just use nohup youtube-dl <ARGS> &?

Wget chooses to ignore SIGHUP, I don't know if we want to do this.

Note: This was not issue in previous versions when DASH formats were not supported.

If you can point to the specific version that supposedly breaks it, we can try to revert the change. Without that info I can't know what can be the cause.

@iampradip
Copy link
Author

@iampradip iampradip commented Jan 23, 2016

Can't you just use nohup youtube-dl &?

Thanks, this works.

If you can point to the specific version that supposedly breaks it, we can try to revert the change. Without that info I can't know what can be the cause.

I am not sure which version was that, I had it installed from repository on Raspbian Wheezy.

@dstftw dstftw closed this Jan 23, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
3 participants
You can’t perform that action at this time.