TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: A simple app for downloading YouTube transcripts in bulk

21 pointsby neonwatty11 months ago
After hearing several youtubers I follow describe ardiuous manual processes for downloading youtube transcripts, I made a simple app to help anyone download transcripts in bulk.<p>Drag and drop a text file with one url per line, or enter urls manually.<p>hf space demo --&gt; <a href="https:&#x2F;&#x2F;huggingface.co&#x2F;spaces&#x2F;neonwatty&#x2F;youtube_shorts_transcript_downloader" rel="nofollow">https:&#x2F;&#x2F;huggingface.co&#x2F;spaces&#x2F;neonwatty&#x2F;youtube_shorts_trans...</a><p>github repo --&gt; <a href="https:&#x2F;&#x2F;github.com&#x2F;neonwatty&#x2F;youtube_shorts_transcript_downloader">https:&#x2F;&#x2F;github.com&#x2F;neonwatty&#x2F;youtube_shorts_transcript_downl...</a>

4 comments

toomuchtodo11 months ago
Might find some inspiration and complement with <a href="https:&#x2F;&#x2F;github.com&#x2F;yt-dlp&#x2F;yt-dlp">https:&#x2F;&#x2F;github.com&#x2F;yt-dlp&#x2F;yt-dlp</a><p>Potentially related: <a href="https:&#x2F;&#x2F;old.reddit.com&#x2F;r&#x2F;youtubedl&#x2F;comments&#x2F;15fcrmd&#x2F;transcript_extract_from_youtube_videos_ytdlp&#x2F;" rel="nofollow">https:&#x2F;&#x2F;old.reddit.com&#x2F;r&#x2F;youtubedl&#x2F;comments&#x2F;15fcrmd&#x2F;transcri...</a>
评论 #40909956 未加载
peter_d_sherman11 months ago
I would love a tool (or tools) that would let me:<p>1) Search all of the text transcripts for all of the videos for a given channel&#x2F;creator;<p>2) Download all of the text transcripts for all of the videos for a given channel&#x2F;creator;<p>Ideally without authentication&#x2F;login...<p>You know, like the way plain old Google search works...
adrianco11 months ago
I tried to do this a few months ago (for videos not shorts) and found that YouTube will only let you download transcripts for your own uploads. You have to authenticate to the API. Also the transcripts aren’t that great. I ended up downloading the video and running whisper on it.
synthoidzeta11 months ago
Do I understand correctly that this only works for shorts?
评论 #40907688 未加载