We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is it possible to download Fanbox contents sorted by plan price and plan name, just like Fantia?
"fantia":{ "directory":["{category}", "{fanclub_id}_{fanclub_user_name}","{plan['price']}_{plan['name']}"], "filename":"{post_id}_{post_title}_{file_id}.{extension}", "cookies":"E:/cookies-fantia-jp.txt" },
The {plan['price']} and {plan['name']} doesn't seems to work on the extractor of Fanbox.
The text was updated successfully, but these errors were encountered:
[fanbox] add 'metadata' option (#4921)
7eaf648
extracts 'plan' and extended 'user' metadata
Set metadata to "plan" and you'll get all the plan[...] metadata fields. plan[price] is called plan[fee] on fanbox.
metadata
"plan"
plan[...]
plan[price]
plan[fee]
Sorry, something went wrong.
[fanbox] add 'metadata' option (mikf#4921)
c626978
No branches or pull requests
Is it possible to download Fanbox contents sorted by plan price and plan name, just like Fantia?
The {plan['price']} and {plan['name']} doesn't seems to work on the extractor of Fanbox.
The text was updated successfully, but these errors were encountered: