Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Always get suspended when run youtube-dl in background #10706
Comments
|
How are you launching youtube-dl? From a shell or inside a shell script? |
|
A workaround:
See https://github.com/FFmpeg/FFmpeg/blob/ae1dd0c/ffmpeg.c#L384 for what's broken and why UPDATE: Fix commands in the workaround. |
|
@jdunn0 I tried both command line and script. Same behavior. |
|
Oops, there's something wrong in my previous post. I've updated it. Could you try again? |
|
@yan12125 Thanks, your solution is working well. |
|
Thanks for your feedback. I'll check whether including |
|
Thanks to @johnhawkinson (#10996), this will be fixed in the next version. |
I found that I have no way to run
youtube-dlin background.I tried all possible options to make it running in silence. But I still get 'suspended' job:
Local env