Show params
This commit is contained in:
parent
927a5d657b
commit
274ca479c6
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@ class GetYoutubeVideos:
|
||||||
self.summary['skipped_videos'] += 1
|
self.summary['skipped_videos'] += 1
|
||||||
self._log.debug(
|
self._log.debug(
|
||||||
"Skipping video. YDL: %s. Error: %s",
|
"Skipping video. YDL: %s. Error: %s",
|
||||||
ydl,
|
ydl.params,
|
||||||
error
|
error
|
||||||
)
|
)
|
||||||
return None
|
return None
|
||||||
|
|
Loading…
Reference in a new issue