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