Skip to content

How to obtain original quality ugoira files? #416

Description

@Operad64

Currently is does not seem possible to download ugoira posts in the highest available quality. If I run the following commands

ugoira_data = await self.api.ugoira_metadata(illust.id)
zip_urls = ugoira_data['ugoira_metadata'].get('zip_urls', {})

print(f"available qualities: {list(zip_urls.keys())}")

the response is always that the only available quality is "medium". However I know from using other downloaders that these high quality files do exist. Sometimes the difference in file size is 10x.

How do I obtain the source for the actual original quality file?

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