hare1039 / iwara-dl

This program downloads iwara.tv videos
MIT License
63 stars 11 forks source link

Download different users' videos to different dirs #16

Closed amamiya-yuuko-1225 closed 1 year ago

amamiya-yuuko-1225 commented 1 year ago

Hi, When I download several different users' videos in a single command like this: ./iwara-dl.sh --user aaa bbb ccc ddd the downloaded videos are not grouped by dirs. Is there a way to tackle with the problem? If not, since I've written a script to group them using the terminal output info, I may try to integrate it into the project in the future. Best regards

hare1039 commented 1 year ago

@amamiya-yuuko-1225 hey, I implement this function as iwara-dl --user --cduser-dir 000mmd please update to the master branch and give it a try.

Feel free to reopen this if you are not satisfied.

amamiya-yuuko-1225 commented 1 year ago

Hi, @hare1039 The new feature works well for me. Thanks for the update! Best regards