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've been using:
youtube-dl -f best -ciw -o "%(title)s.%(ext)s" -v URL_of_YT_channel
in order to backup YouTube channels. It does seem to rewrite the files, however. I thought the -w was not to rewrite? I'd like to run it once a day and only scrape the videos that haven't been downloaded already. What's the recommended way to do that? I also want to keep videos that were removed from the channel (I don't want them to be deleted from the backup).
Thanks!