reduce output for item
This commit is contained in:
parent
af5ae837ec
commit
ba08dd2f8f
1 changed files with 3 additions and 2 deletions
|
@ -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={
|
||||
|
|
Loading…
Reference in a new issue