download_videos() should also include the videos stored locally on the sync module.
The download_videos() function should download not only the videos from the server, but also those stored on the sync module.
This is a good suggestion, I'll consider it as a feature request
I would also like this feature. I was just looking through the code to try and find the base URL so i can write a function for it (my python skills are limited).
+1
+1
There are sync module functions that do download from the sync module. https://github.com/fronzbot/blinkpy/blob/e98a587f383f4245c2a753be0fc9fa13dade8b2b/blinkpy/sync_module.py#L723-L737
There is also an example GUI blinksync.py that can be used as an example for downloading all videos, deleting, etc.