-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Closed
Labels
bugSomething isn't workingSomething isn't workingextensionIssues related to one of the extensions in the StoreIssues related to one of the extensions in the Storeextension: youtube-downloaderIssues related to the youtube-downloader extensionIssues related to the youtube-downloader extension
Description
Extension
https://www.raycast.com/vimtor/youtube-downloader
Raycast Version
1.93.2
macOS Version
15.3.1
Description
Error:
TypeError: Cannot read properties of undefined (reading 'split')
Object.onSubmit:index.tsx:55:59
---
52: },
53: onSubmit: async (values) => {
54: const options = ["-P", downloadPath];
55: const [downloadFormat, recodeFormat] = values.format.split("#");
56:
57: options.push("--ffmpeg-location", ffmpegPath);
58: options.push("--format", downloadFormat);
---
index.js:13:1061
onSubmit:index.js:87:4281
index.js:20:6218
Steps To Reproduce
Download any video
Current Behaviour
No response
Expected Behaviour
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingextensionIssues related to one of the extensions in the StoreIssues related to one of the extensions in the Storeextension: youtube-downloaderIssues related to the youtube-downloader extensionIssues related to the youtube-downloader extension