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.
Shouldn't running process name show "youtube-dl", not "python" #13577
Comments
|
It should have been done in |
|
Hmmm seems it's impossible with pure Python. There was a patch to Python but rejected: https://mail.python.org/pipermail/python-list/2001-August/073640.html. |
Please follow the guide below
xinto all the boxes [ ] relevant to your issue (like that [x])Make sure you are using the latest version: run
youtube-dl --versionand ensure your version is 2017.07.02. If it's not read this FAQ entry and update. Issues with outdated version will be rejected.Before submitting an issue make sure you have:
What is the purpose of your issue?
The following sections concretize particular purposed issues, you can erase any section (the contents between triple ---) not applicable to your issue
Description of your issue, suggested solution and other information
Explanation of your issue in arbitrary form goes here. Please make sure the description is worded well enough to be understood. Provide as much context and examples as possible.
If work on your issue requires account credentials please provide them or explain how one can obtain them.
More of a question, really.
In Linux System Monitor, or in NetStat output, the Youtube-dl running process name shows as "python", beside the PID and / or port number that YT-dl is using.
Proto Recv-Q Send-Q Local Address Foreign Address State User Inode PID/Program name tcp 0 0 127.0.0.1:40222 127.0.0.1:9150 ESTABLISHED 1000 320748 22379/pythonShouldn't it show the actual application name? I've never seen other application's running process name shown as 'C++' or 'Perl.'
If trying to verify which port YT-dl is using, or using a proxy correctly, etc., not showing the real process name makes it difficult to identify the correct process.
In Linux, there are many running processes with 'python' or 'py' - as part of the name.
Thanks.