typo
This commit is contained in:
3
.vscode/settings.json
vendored
Normal file
3
.vscode/settings.json
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
{
|
||||
"idf.pythonInstallPath": "/usr/bin/python"
|
||||
}
|
||||
@ -29,5 +29,5 @@ def download_and_convert_to_opus(url, output_filename):
|
||||
|
||||
# Example usage:
|
||||
url = input("input video url: ")
|
||||
filename = input("filname for ripped audio: ")
|
||||
filename = input("filename for ripped audio: ")
|
||||
download_and_convert_to_opus(url, filename + ".opus")
|
||||
|
||||
Reference in New Issue
Block a user