[YouTube Downloader] Unlock its ability for other sites? #16814
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
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
Video Downloader
isYouTubeURL()
validator and validate URLs withyt-dlp
's built-in URL checking process since we already improved the error message in [YouTube Downloader] Improve error message #16595.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. Theyt-dlp
can show error messages likeERROR: Unsupported URL: https://example.com
; this should be clear enough.What can be improved
We can use
Form.Description
andForm.LinkAccessory
to give users hints about frequently asked questions.The text was updated successfully, but these errors were encountered: