Easy-to-use fansly.com content downloading tool. Written in Python and available as a standalone Windows Executable. Enjoy your Fansly content offline anytime, anywhere in the highest possible content resolution! Fully customizable to download in bulk or single: photos, videos & audio from timeline, messages, collection & single posts.
GNU General Public License v3.0
292
stars
16
forks
source link
Hotfix "magic return value" of map_args_to_config #81
Removes "magic return value" of map_args_to_config and adds config attribute instead. Mentioned in #60
I'll accept though I'm not so happy with the single "magic return value" of map_args_to_config; the intuition returning a bool would be "did the mapping fail or not?". For me, a later fix would be to move that into the config class maybe even as a computed property (method),
Removes "magic return value" of map_args_to_config and adds config attribute instead. Mentioned in #60