raycast / extensions

Everything you need to extend Raycast.
https://developers.raycast.com
MIT License
5.03k stars 2.76k forks source link

[YouTube Downloader] YouTube Live replays download #12601

Open leofritsch opened 1 month ago

leofritsch commented 1 month ago

Extension

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

Description

Hey Vimtor, I see the extension doesn't accept youtube.com/live/123456 type links yet.

Super easy fix, those can be directly converted to a "watch?v=" type link because the id is the same.

youtube.com/live/123456 -> youtube.com/watch?v=123456

And then from there be downloaded with the extension

Who will benefit from this feature?

Everyone will benefit (:

Anything else?

No response

raycastbot commented 1 month ago

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. - `@raycastbot keep this issue open` Make sure the issue won't go stale and will be kept open by the bot.
vimtor commented 1 month ago

Thanks for the suggestion @leofritsch!

Let me check if the YouTube API that the extension uses supports downloading those kinds of videos.

leofritsch commented 1 month ago

@vimtor Ah I should have mentionned also, I tried converting the "/live" to "watch?v=" myself and it works every time this way so it probably should work if you convert the URLs?

Not sure about "live" lives.

vimtor commented 1 month ago

@leofritsch checking back on the extension, I remembered that it currently does not support downloading live videos. In fact, it shows an error message when you try to download a live video:

CleanShot 2024-05-31 at 14 59 51@2x

I don't understand how you were able to download them 😅

Perhaps you are downloading already finished livestreams?