AlphaSlayer1964 / kemono-dl

A simple kemono.party downloader using python.
501 stars 81 forks source link

Issue with output to an external hard drive #112

Open saka83838383 opened 2 years ago

saka83838383 commented 2 years ago

As in the lastest version, there is an output template to specify the personalize the output link, which is awsome. To me, I always use -o "/Volumes/My Drive Name" to select my external hard drive. Now when I use the following input, it created a folder named 'Volumes' and a sub folder 'My Drive Name' under the kemono-dl instead of output to my hard drive.

My current input: python3 kemono-dl.py --cookies "cookie.txt" --links https://coomer.party/onlyfans/user/xxx --dirname-pattern "/Volumes/My Drive Name/{service}/{username}" --filename-pattern "[{published}] {title}\{index}_{filename}.{ext}"

Thanks!

AlphaSlayer1964 commented 2 years ago

I might have to send you a modified main.py for you to test because I don't use Linux.

afterdelight commented 2 years ago

try to put your real external drive folder path instead of /Volumes/My Drive Name

saka83838383 commented 2 years ago

yep, sorry to not mentioning that I'm using mac, which might be the reason.

ProblemCauser commented 1 year ago

I have the same problem as OP. Cannot write data to my mounted NAS on MacOS. Very unfortunate seeing as the rest of the software works perfectly well for me.