AlphaSlayer1964 / kemono-dl

A simple kemono.party downloader using python.
509 stars 83 forks source link

Download Specific File Extension (.jpg, . psd, .mp4) #16

Closed Gorengwendy closed 3 years ago

Gorengwendy commented 3 years ago

Only download specified filetype like .jpg , .mp4, .psd

Additional context I want to download only the attachment (the jpg) Using min-filesize and max-filesize sometimes skips pictures

AlphaSlayer1964 commented 3 years ago

So you really just want a way to skip videos and only save pictures?

Gorengwendy commented 3 years ago

And skip psd

AlphaSlayer1964 commented 3 years ago

That shouldn't be to hard to implement. I'll probably add a --skip-filetype and --only-filetype or something then

Gorengwendy commented 3 years ago

Yeah, thank you for the response!

AlphaSlayer1964 commented 3 years ago

ok ver 2021.10.24 has added this feature. Hopefully I didn't break anything else while doing this.