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] Unlock its ability for other sites? #16814

Open
LitoMore opened this issue Feb 4, 2025 · 2 comments · May be fixed by #16845
Open

[YouTube Downloader] Unlock its ability for other sites? #16814

LitoMore opened this issue Feb 4, 2025 · 2 comments · May be fixed by #16845
Labels
extension: youtube-downloader Issues related to the youtube-downloader extension extension Issues related to one of the extensions in the Store feature request New feature or improvement

Comments

@LitoMore
Copy link
Contributor

LitoMore commented Feb 4, 2025

Extension

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

Description

According to https://github.com/yt-dlp/yt-dlp/blob/master/supportedsites.md. The yt-dlp supports not only YouTube but also many other sites.

@vimtor How about renaming our extension to Video Downloader and unlocking its ability for more sites?

We can update the extension description to "Download YouTube and other site videos from Raycast" so that users can still find the extension by searching "youtube download".

What need to do

  1. Rename the title to Video Downloader
  2. Update the extension description to keep its search visibility
  3. Drop the isYouTubeURL() validator and validate URLs with yt-dlp's built-in URL checking process since we already improved the error message in [YouTube Downloader] Improve error message #16595.
  4. Link the yt-dlp supported sites in the extension readme. We don't need to validate the site in our code since they keep adding more and more sites to the supported list. The yt-dlp can show error messages like ERROR: Unsupported URL: https://example.com; this should be clear enough.

What can be improved

We can use Form.Description and Form.LinkAccessory to give users hints about frequently asked questions.

@LitoMore LitoMore added extension Issues related to one of the extensions in the Store feature request New feature or improvement labels Feb 4, 2025
@raycastbot
Copy link
Collaborator

raycastbot commented Feb 4, 2025

Thank you for opening this issue!

🔔 @vimtor @pernielsentikaer @darmiel @ridemountainpig @remorses @anwarulislam 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 close as not planned Closes the issue as not planned.
  • @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.
  • @raycastbot keep this issue open Make sure the issue won't go stale and will be kept open by the bot.

@raycastbot raycastbot added the extension: youtube-downloader Issues related to the youtube-downloader extension label Feb 4, 2025
@LitoMore LitoMore changed the title [YouTube Downloader] Unlock the its ability for other site? [YouTube Downloader] Unlock the its ability for other sites? Feb 4, 2025
@vimtor
Copy link
Contributor

vimtor commented Feb 5, 2025

This would be awesome! I think as long as we set the extension description as "Download videos from YouTube, 𝕏, etc." we should be fine in terms of discoverability.

Thanks for the late contributions to the extension @LitoMore! You are the best 👑

@LitoMore LitoMore changed the title [YouTube Downloader] Unlock the its ability for other sites? [YouTube Downloader] Unlock its ability for other sites? Feb 5, 2025
@LitoMore LitoMore linked a pull request Feb 5, 2025 that will close this issue
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
extension: youtube-downloader Issues related to the youtube-downloader extension extension Issues related to one of the extensions in the Store feature request New feature or improvement
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants