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.
I chose a random youtube channel with little content and decided to extract audio from all videos.
The command I run is the following:
youtube-dl --continue --ignore-errors --no-playlist -x -o '%(upload_date)s %(title)s.%(ext)s' https://www.youtube.com/channel/bla-bla-bla-whatever/videosWhen I interrupt the download by pressing
Ctrl+Cand resume the downloading, it repeats the whole procedure from the start and overwrites the already downloaded audio files.Is this the expected behavior?