evan-sm / cyberdrop-dl

📦🌏 Cyberdrop.me album downloader
https://crates.io/crates/cyberdrop-dl
136 stars 14 forks source link

Config and arguments not working #20

Open Kakashi-Hatake-123 opened 1 year ago

Kakashi-Hatake-123 commented 1 year ago

I've been using Cyberdrop-dl for a few months but recently I tried to do a batch job of 50 links from bunkr. The batch job runs the problem is that there are a lot of files that cannot be downloaded for reasons. I tried to use the arguments to record this errors using the following command in the 'Start windows.bat' file. But no matter what I do, including editing the 'config.yaml' file, with the "Apply_Config: true" option. No error file is created. I have given it the full path and just the name of the file, no luck.

pip install --upgrade cyberdrop-dl

cyberdrop-dl -i URLS.txt --errored-download-urls-file err_downloads.csv --errored-scrape-urls-file err_scrapes.csv --exclude-audio

I'm either using the arguments wrong or there is an error.

evan-sm commented 1 year ago

pip is about Python, but this one is a Rust project. Are you sure you're in the right repository?

Jules-WinnfieldX commented 1 year ago

Apologies @wmw64, our projects have the same name, and yours comes up first on google. Most of these issues that are open in your repository can be attributed to my project.

phelipepalte commented 10 months ago

@Jules-WinnfieldX I made the same mistake right now 😭