This commit is contained in:
2025-11-15 17:18:13 -08:00
parent 2694809abd
commit 482196368e
2 changed files with 4 additions and 1 deletions

View File

@ -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")