Fetch YouTube Transcript is a Raycast extension that allows you to easily fetch and save transcripts from YouTube videos.
yt-dlp
InstallationThis extension has been updated to use yt-dlp
, a powerful and reliable command-line tool for interacting with YouTube. This change was made because previous methods were becoming unreliable due to frequent changes by YouTube.
You must install yt-dlp
on your system for this extension to work.
You can install it easily using one of the following commands in your terminal. You can install it using pip or homebrew:
pip install yt-dlp
Or
brew install yt-dlp
Or, refer to the official yt-dlp
documentation for other installation methods: https://github.com/yt-dlp/yt-dlp#installation
Install this extension through the Raycast Store.
yt-dlp
is installed on your system (see Prerequisites).Apoorv Khandelwal
MIT