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
|
error
|
||||||
)
|
)
|
||||||
break
|
break
|
||||||
|
else:
|
||||||
|
self._log.debug(
|
||||||
|
"Video '%s' has been already downloaded",
|
||||||
|
entry['link']
|
||||||
|
)
|
||||||
else:
|
else:
|
||||||
self._log.error(
|
self._log.error(
|
||||||
"Error! Video ID not found in URI '%s'",
|
"Error! Video ID not found in URI '%s'",
|
||||||
|
|
Loading…
Reference in a new issue