Open ksonney opened 1 year ago
Great stuff! But I have a major rewrite pending which does this and more. My version has multiple creator names support built-in, does not input()
in non-interactive mode, properly raises exceptions and so on. But is a major codebase and philosophy change, though. Hope I can commit/PR in the next few days, difficult to test that all is like it was before.
@ksonney you can take this for a ride if you want: https://github.com/prof79/fansly-downloader/tree/rewrite
This PR adds the following:
This PR allows for command-line scripting usage similar to the following shell command:
for i in creator1 creator2; do python3 fansly_downloader.py -c $1 -d Collections -b; done
This then downloads the collections for
creator1
andcreator2
with no additional prompting