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.
Ctrl-C doesn't cancel the script #481
Comments
|
I observe this manner on slow connections while youtube-dl started to |
|
Actually it was during the download part that I canceled it, not before. However I tried it on another computer running the same OS (Ubuntu 12.04) and it stopped the download fine on this one, so I'm wondering if it could somehow be the other software on the computer that was causing it. Any ideas how I can debug it? |
|
No, no ideas. After some time, I recall there was what you wrote, about a year |
youtube-dl http://www.youtube.com/watch?v=sao5-VCcRkQ&feature=somethingelse If true, please, run youtube-dl once again and place the URI in single quotes ('). And report what you get in both cases, dear. |
|
…or you simply may use 'fg' bash command to grab the background process |
|
Thanks for getting back. I'm assuming the URI I tried that produced the error had an unescaped & in it. I'll close this for now. |
As the title says, pusing Ctrl-C doesn't kill the script, which it should. The download continues in the background. The only way to stop it is to kill the python process.
$ youtube-dl --version
2012.10.09