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):
self._log.debug(
"Processing item: %s",
item
"Processing item: '%s' (%s)",
item['title'],
item['id']
)
if item['id'] not in self.downloaded_items:
selected={