mirror of
https://github.com/navanchauhan/VaporwaveGenerator.git
synced 2026-05-23 07:37:56 -06:00
Not quite sure how to use this #1
Labels
No labels
enhancement
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: navan/VaporwaveGenerator#1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @aliceqt on 3/31/2021
So I simply ran it with the following arguments:
python3 main.py -M -i D:\Downloads\unraelvel\unravel.mp3 -o D:\Downloads\unraelvel\testoutput.mp3 and it gave the following result:
[I 210331 15:08:47 main:90] Get video information...
Traceback (most recent call last):
File "main.py", line 167, in
name, title = download_file(query)
File "main.py", line 107, in download_file
raise ValueError('Could not find a video.')
ValueError: Could not find a video.
Am I not doing this right? If so, what would be a correct example of it's usage?