Skip to content
New issue

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

Sort by Fanbox plan (tiers) #4921

Closed
RJFAC opened this issue Dec 13, 2023 · 1 comment
Closed

Sort by Fanbox plan (tiers) #4921

RJFAC opened this issue Dec 13, 2023 · 1 comment

Comments

@RJFAC
Copy link

RJFAC commented Dec 13, 2023

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.

mikf added a commit that referenced this issue Jan 4, 2024
extracts 'plan' and extended 'user' metadata
@mikf
Copy link
Owner

mikf commented Jan 6, 2024

Set metadata to "plan" and you'll get all the plan[...] metadata fields.
plan[price] is called plan[fee] on fanbox.

@mikf mikf closed this as completed Jan 6, 2024
bradenhilton pushed a commit to bradenhilton/gallery-dl that referenced this issue Feb 5, 2024
extracts 'plan' and extended 'user' metadata
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants