We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In YoutubeDownload, the global variable Filename is overwritten, making it difficult to import and use these functions in external packages:
Filename
assemblyai-cli/utils/youtube.go
Line 100 in a37341c
My use case is that I'm trying to make use of the AssemblyAI API, and I am re-using some of your functions in my own go program.
The text was updated successfully, but these errors were encountered:
Hey @alexflint! Thanks for pointing this out. Would changing the filename to a dynamic UUID address this issue?
Sorry, something went wrong.
No branches or pull requests
In YoutubeDownload, the global variable
Filename
is overwritten, making it difficult to import and use these functions in external packages:assemblyai-cli/utils/youtube.go
Line 100 in a37341c
My use case is that I'm trying to make use of the AssemblyAI API, and I am re-using some of your functions in my own go program.
The text was updated successfully, but these errors were encountered: