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?
Currently is does not seem possible to download ugoira posts in the highest available quality. If I run the following commands
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?