Skip to content
New issue

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

[YouTube Downloader] Output format mp4 is not available #12110

Closed
shwezhu opened this issue May 1, 2024 · 4 comments
Closed

[YouTube Downloader] Output format mp4 is not available #12110

shwezhu opened this issue May 1, 2024 · 4 comments
Labels
bug Something isn't working extension: youtube-downloader Issues related to the youtube-downloader extension extension Issues related to one of the extensions in the Store status: stalled Stalled due inactivity

Comments

@shwezhu
Copy link

shwezhu commented May 1, 2024

Extension

https://www.raycast.com/vimtor/youtube-downloader

Description

Error: Output format mp4 is not available

capabilities.js:589:20


586: }, []);
587:
588: if (unavailable.length === 1) {
589: return cb(new Error('Output format ' + unavailable[0] + ' is not available'));
590: } else if (unavailable.length > 1) {
591: return cb(new Error('Output formats ' + unavailable.join(', ') + ' are not available'));
592: }

T:index.js:46:13445
I:index.js:46:13524
index.js:43:11429

Steps To Reproduce

Download youtube video on Mac

Current Behaviour

No response

Expected Behaviour

No response

@shwezhu shwezhu added bug Something isn't working extension Issues related to one of the extensions in the Store labels May 1, 2024
@raycastbot raycastbot added the extension: youtube-downloader Issues related to the youtube-downloader extension label May 1, 2024
@raycastbot
Copy link
Collaborator

Thank you for opening this issue!

🔔 @vimtor @pernielsentikaer @darmiel you might want to have a look.

💡 Author and Contributors commands

The author and contributors of vimtor/youtube-downloader can trigger bot actions by commenting:

  • @raycastbot close this issue Closes the issue.
  • @raycastbot rename this issue to "Awesome new title" Renames the issue.
  • @raycastbot reopen this issue Reopens the issue.
  • @raycastbot assign me Assigns yourself to the issue.
  • @raycastbot good first issue Adds the "Good first issue" label to the issue.

@pickuse2013
Copy link

Hello @shwezhu, I encountered the same issue as you did. After I forcefully installed ffmpeg@6 and linked it, everything started working perfectly.

It seems that the problem was due to my homebrew having a newer version of ffmpeg installed, which was causing a conflict with this extension.

To resolve this issue, the following commands should help you:

brew install ffmpeg@6
brew unlink ffmpeg
brew link ffmpeg@6

Snipaste_2024-05-02_12-03-28

@raycastbot
Copy link
Collaborator

This issue has been automatically marked as stale because it did not have any recent activity.

It will be closed if no further activity occurs in the next 10 days to keep our backlog clean 😊

@raycastbot raycastbot added the status: stalled Stalled due inactivity label Jun 21, 2024
@vimtor
Copy link
Contributor

vimtor commented Jun 21, 2024

@raycastbot close this issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working extension: youtube-downloader Issues related to the youtube-downloader extension extension Issues related to one of the extensions in the Store status: stalled Stalled due inactivity
Projects
None yet
Development

No branches or pull requests

4 participants