add debug for downloaded files
This commit is contained in:
parent
63bab306e9
commit
e692be360c
1 changed files with 6 additions and 1 deletions
|
@ -172,6 +172,11 @@ class GetYoutubeVideos:
|
|||
error
|
||||
)
|
||||
break
|
||||
else:
|
||||
self._log.debug(
|
||||
"Video '%s' has been already downloaded",
|
||||
entry['link']
|
||||
)
|
||||
else:
|
||||
self._log.error(
|
||||
"Error! Video ID not found in URI '%s'",
|
||||
|
|
Loading…
Reference in a new issue