fix log of status
This commit is contained in:
parent
c89ed8ef72
commit
382fc137a1
1 changed files with 1 additions and 1 deletions
|
@ -381,7 +381,7 @@ class GetYoutubeVideos:
|
||||||
download_result = 'starting'
|
download_result = 'starting'
|
||||||
while 'downloaded' not in download_result and 'error' not in download_result:
|
while 'downloaded' not in download_result and 'error' not in download_result:
|
||||||
self._log.debug(
|
self._log.debug(
|
||||||
f"Download status: {result}"
|
f"Download status: {download_result}"
|
||||||
)
|
)
|
||||||
try:
|
try:
|
||||||
uri=f"https://www.youtube.com/watch?v={video_id}"
|
uri=f"https://www.youtube.com/watch?v={video_id}"
|
||||||
|
|
Loading…
Reference in a new issue