Skip to content

Adjust folder naming convention to use creator names with platform identifiers #54

@touiithoo

Description

@touiithoo

Issue:
Currently, folder names are generated from URL paths. This works for OnlyFans, but Fansly URLs use numeric IDs, resulting in unreadable folder names. Additionally, creators with identical names across platforms (e.g., "aaa" on both OnlyFans and Fansly) risk overwriting files due to duplicate folder names.

Proposed Solution:

Pull folder names from the creator’s display name (e.g., via selector creator:span[itemprop="name"]).
Append platform identifiers to folder names (e.g., aaa_onlyfans, aaa_fansly, aaa_fantia) to avoid conflicts.

Image

Thank you for considering this improvement

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions