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):
|
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={
|
||||||
|
|
Loading…
Reference in a new issue