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.
Force Overwrite #5353
Force Overwrite #5353
Comments
|
Add Personally I wouldn't use |
I can see on the manpage that
-w, --no-overwrites ---- do not overwrite filesbut is there a "force overwrite" option so that the videos downloaded can be constantly replaced by newer ones?
One possible fix is to add
rm video.mp4;in front of the youtube-dl command.