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.
Slowdown and freelocking from downloading entire channel data #23171
Comments
|
Why was my question marked as closed? |
|
To clarify, I'm outputting the duration stats of an entire channel into a singular plain-text document.
|
|
Still waiting on a response to this. |
Checklist
Question
I use youtube-dl to pull duration stats from individual videos from entire channels and record them into a plain-text document. But the computer suffers extreme slowdowns and also freezelocks before completion of some larger channels. When I exit the console and go to run the command again, it overwrites the existing document.
My question is: is it possible to close the running command, and then when restarting proceed where you left off to release the memory load?