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.
skip already downloaded files - any solution? #1010
Comments
|
Sorry, I'm not sure what you do expect and what is wrong - by default, youtube-dl deletes the video when you specify
|
hi, first of all sorry for my english but i'm italian and u know..we are not the best with foreign languages.
my problem: i have to extract the audio from every video in a youtube channel and i want to delete the video files.
i will run a cron job every week with this script:
$ youtube-dl -o '/MY/FOLDER/%(uploader)s/%(upload_date)s - %(title)s.%(ext)s' ytuser:YOUTUBECHANEL --dateafter "date +"%Y%m%d" -d "8 day ago"" -i -c -x --audio-format best --audio-quality 0
but when i run this script it appears that phyton have problems with the date.
so, what should i do? tnx