raycast / extensions

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

[YouTube Downloader] ... #8102

Closed HardIsEasy closed 1 year ago

HardIsEasy commented 1 year ago

Extension

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

Description

Ability to select start and end time for the video to be downloaded. To speed up the download process.

Who will benefit from this feature?

No response

Anything else?

No response

raycastbot commented 1 year ago

Thank you for opening this issue!

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

💡 Tip: Once the issue is resolved, comment @raycastbot close this issue to close it.

vimtor commented 1 year ago

Hi, @HardIsEasy! (cool name btw)

I will try to implement this soon. I've tried in the past by attempting to cut the video using ffmpeg. However, I've realized that the ytdl-core library has built-in trimming, so I will give it a try and see what happens.