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.
Strange behaviour of --download-archive #15714
Comments
|
Carefully read new issue template and provide all requested information. |
Here you go dear dstftwI AM AT THE LATETS VERSION
Before submitting an issue make sure you have:
What is the purpose of your issue?
SINCE MY SCRIPT RUNS FROM CRONTAB, I BELIEVE THE SCREENSHOTS AND DESCRIPTIONS WOULD BE HELPFUL, BUT LET ME KNOW IF YOU NEED KNOW ANYTHING ELSE OR FILL ANY MORE OF YOUR FORMS. |
|
And here is your DEBUG LOG, you have some BUG there as it turns out: ./dl_vimeoL.sh |
Hello,
I have debian server downloading every night (with command in crontab -e calling simple script to download my vimeo liked videos) and saving downloaded ids to "downloaded.txt" file.
But it behaves strangely and I dont understand what is going on.
First, here is my crontab -e:

here is the youtube-dl command that gets executed:

and finally here is the problem:

The file gets downloaded every day, looks like there is some problem writing archive to downloaded.txt, but the file is owned by me and has write for everybody.
Furthermore, strange behaviour: If I delete the duplicate files and leave only one of them, then it will stop donwnloading them again, and will leave just the one there.