reduce output for item

This commit is contained in:
Antonio J. Delgado 2024-11-19 12:22:49 +02:00
parent af5ae837ec
commit ba08dd2f8f

View file

@ -55,8 +55,9 @@ class GetPeertubeVideos:
def _process_item(self, item): def _process_item(self, item):
self._log.debug( self._log.debug(
"Processing item: %s", "Processing item: '%s' (%s)",
item item['title'],
item['id']
) )
if item['id'] not in self.downloaded_items: if item['id'] not in self.downloaded_items:
selected={ selected={