MattTW / BlinkMonitorProtocol

Unofficial documentation for the Blink Wire-Free HD Home Monitoring & Alert System
443 stars 82 forks source link

Downloading deleted clips #29

Closed nhhandyman closed 4 years ago

nhhandyman commented 5 years ago

I have been downloading my clips daily then deleting them. I get lots of clips being downloaded that are about 65 to 70 bytes. Turns out, these are deleted clips. Many months ago I contacted blink support and they restored several clips for me. This '65 byte' file is what is left when you delete a clip.

Each evening I would have 1000's of 'empty' clips downloaded.

I have updated my copy of the code to skip clips marked as delete.

The check was:

if not videoJson["deleted"]: ....