Release 0.1.16
Enhance error handling for video deletion in BlinkClient Added error handling to check the result of the video deletion POST request. If the deletion fails, a detailed `BlinkClientException` is thrown with the video ID, failure reason, and error content. Introduced a delay before the POST request to manage timing or rate limits.