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: YouTube-dl wrapper with added features to easily manage YouTube audio

91 pointsby pseudorootover 5 years ago

10 comments

krickover 5 years ago
Cannot understand what exactly is that. I have used a simple alias called (unsurprisingly) yt-audio for years, which is youtube-dl with appropriate flags (-x, --audio-quality, --download-archive, -o, etc.), and this seems to be exactly that, only written in python for some reason.
评论 #22094285 未加载
评论 #22093331 未加载
评论 #22093140 未加载
crystaldevover 5 years ago
Anyone else write a a lot of ripper scripts like youtube-dl but never share them for fear of starting an arms race with the content provider? It's easy to rip most .ts/XHR video streams with a bash loop.
评论 #22093412 未加载
评论 #22093488 未加载
评论 #22095336 未加载
评论 #22095834 未加载
评论 #22095527 未加载
whywhywhywhyover 5 years ago
YouTube-dl demolishes 100 pain points of using the modern web<p>This wrapper gets rid of the only pain point in using YouTube-dl which was having to google every time you wanted just the audio.<p>Great work
评论 #22092914 未加载
评论 #22100316 未加载
评论 #22092935 未加载
qwerty456127over 5 years ago
&gt; MP3 works fine. M4a does not work.<p>Doesn&#x27;t make much sense then. YouTube doesn&#x27;t have MP3 so MP3 means unnecessary transcoding i.e. quality and time loss.<p>Why would anybody convert to MP3 today having AAC and OPUS originals? OPUS provides unprecedented quality at all bitrates (better than AAC and MP3), AAC also provides great quality&amp;compression (better than MP3) and plays everywhere.
评论 #22101047 未加载
评论 #22099263 未加载
igetspamover 5 years ago
Typo in the readme: yt-audo<p>I&#x27;d make a PR but I&#x27;m not near a computer right now. This is great. I have a couple audio files I need to pull for my kid and this is gonna save me a couple steps. Thank you!
评论 #22093045 未加载
monkeydustover 5 years ago
Nice, I have script that does speech to text using google cloud and I wanted an easy way to get text out of youtube videos so this will help.
评论 #22095594 未加载
pseudorootover 5 years ago
yt-audio has added features like custom CLI arguments (users can setup their own CLI arguments to manage playlists&#x2F;audios), save each audio&#x2F;playlist to a separate directory, added option to keep track of downloaded titles without archive file, and more ...
corditeover 5 years ago
Will this get into brew?
评论 #22093004 未加载
air7over 5 years ago
OT but does ytdl violate YouTube&#x27;s tos? I&#x27;d guess so as it skips the ads. Can it be used commercially, say?
评论 #22093351 未加载
whatsmyusernameover 5 years ago
youtube-dl is the only thing that makes the modern web actually usable.<p>I ended up writing a bot that runs on a docker scheduled task and looks at trello. I can drop a youtube link on the board and it will grab the audio.<p>Great for when I hear a song somewhere that I want to add to my phone later.
评论 #22093135 未加载