sissi
sissi
Hello, is it not possible to check the Date in _parse_downloaded_items? Cameraname and deleted is checked there.
in blink.py: self._parse_downloaded_items( result, camera, path, delay, debug, formatted_date) def _parse_downloaded_items(self, result, camera, path, delay, debug, formatted_date): """Parse downloaded videos.""" ..... if created_at < formatted_date: _LOGGER.debug("%s: %s is marked to...
It fixes the download issue. Only an idea.
Works fine with Kernel 5.18 / debian