Blogen-V0.1 Added features. WIP

This commit is contained in:
AjaySi
2023-12-21 21:21:09 +05:30
parent eaf13c2d16
commit 8f89de7b69
21 changed files with 775 additions and 471 deletions

View File

@@ -71,7 +71,7 @@ def speech_to_text(video_url, output_path='.'):
file=open(audio_file, "rb"),
response_format="text"
)
logger.info("\nYouTube video transcription:\n\n{transcript}\n")
logger.info(f"\nYouTube video transcription:\n\n{transcript}\n")
return transcript, yt.title
except Exception as e: