downloadScreenshot#
- hvpy.downloadScreenshot(id)[source]#
Download a custom screenshot that was generated using the
takeScreenshotAPI endpoint.- Parameters:
id (
int) – Unique screenshot identifier (provided by the response to atakeScreenshotrequest).- Return type:
References
Examples
>>> from hvpy import downloadScreenshot >>> downloadScreenshot(id=26728529) b'...'