Download a processed video file from your private library.
video_no in your private library. Successful downloads return a binary stream (application/octet-stream). If the response is JSON, it indicates that the download did not succeed (e.g., the video is not ready, not found, or the request is invalid).
application/json
application/octet-streamstream=True (Python) to avoid loading the entire file into memory.unique_id, include it for correct scoping.