I've recently had a problem with the graphics on my laptop. I am currently trying a working nvidia driver, as my computer had problems with the previous one. When I try to issue any install command for any nvidia driver, apt get overrides my decision and installs a custom nvidia driver version (nvidia-340 to be precise). How can I deselect that package from command line?
Home
/
user-440154
Warrior's questions
I was wondering if it was possible to download a youtube playlist as mp3 using youtube-dl
, skipping already existing files.
I am using this command:
youtube-dl --continue --ignore-errors --no-overwrites --extract-audio --audio-format mp3 --output "%(title)s.%(ext)s" [path here]
and, even though I set it to not overwrite, it does redownload everything from scratch. Is this possible?