Closed teracow closed 4 years ago
I agree with the changes already made and I think removal of failure limit also makes sense.
I would actually also suggest to make --no-gallery
default too and instead give the option to create the gallery explicitly because that seems like a use case specific thing.
@MBtech agree, I've been considering that too.
OK, I'll begin working on making galleries optional. :)
Great!
Hey all. :)
~Because it works so well, I've made
--race
a default action for now, and I'm looking at removing it as a user-option. This means image download numbers will nearly always over-run and need to be trimmed back, but it's turned-out to be a really fast way of getting images.~~Also I'd like to remove
--always-download
and make it the default action.~And remove any need for the user to specify failure-limits via
--failures
. Unlimited download failures should always be allowed (I can't think of a reason to limit this).Removing these options will cause a runtime error "invalid arguments" for anyone still using them.
Thoughts please?