bitbybyte / fantiadl

Download posts and media from Fantia
MIT License
303 stars 51 forks source link

--download-new-posts default always sets flag #110

Closed yhtojy closed 1 year ago

yhtojy commented 1 year ago

Currently, -n is default 24 and it will always using with -f even you input url.

using cmd fantiadl.py -c XXX https://fantia.jp/posts/XXX

Actually running fantiadl.py -c XXX -n 24 -f

========================================

using cmd fantiadl.py -c XXX https://fantia.jp/posts/XXX -n 1

Actually running fantiadl.py -c XXX https://fantia.jp/posts/XXX -n 1

From I tested. url only works when -n 1 or it will perform -f and ignore the url.