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

[furaffinity] Add 'thumbnail' (#1284) and 'folders' properties #5824

Merged
merged 2 commits into from
Jul 17, 2024

Commits on Jul 4, 2024

  1. [furaffinity] Add 'thumbnail' (mikf#1284) and 'folders' properties

    Retrieve 'thumbnail' and 'folders' properties for each post.
    'thumbnail' (mikf#1284):
     - Preview image used for search results, writing posts, music, etc.
     - Filename format: <post_id>@600-<directory_containing_full_image>.jpg
    'Folders' (related to mikf#1817):
     - A list of all gallery folders containing this post
     - Folder name format: [<folder_category> - ]<folder_name>
     - Only works on new layout; old layout does not show folders, so list will be empty
    
    A test is included for each property.
    theorangesauce committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    f43bccb View commit details
    Browse the repository at this point in the history
  2. Remove leftover split() statement

    Forgot to remove this from a previous implementation attempt
    theorangesauce committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    4f3be2f View commit details
    Browse the repository at this point in the history