
The power to obtain media on the web virtually seems like a misplaced artwork. Once I was in my teenagers, piracy of mp3s, films, and nearly every part else through torrents and apps like Kazaa, LimeWire, Napster, and so on. was in full swing. Today websites use blob URLs and different means to stop downloads. Fortunately we’ve instruments like yt-dlp
to obtain particular person YouTube movies or total channels of content material.
To obtain a whole channel, you should utilize yt-dlp
:
yt-dlp https://www.youtube.com/@beetlejuicearchives3490
In the event you’re like me and solely take care of the audio, you should utilize a number of extra arguments:
yt-dlp -x --audio-format mp3 https://www.youtube.com/@beetlejuicearchives3490
youtube-dl
was once the usual for downloading YouTube movies however yt-dlp
appears to have taken the throne. YouTube has such a wealth of knowledge on absolutely anything, remember to obtain content material for journey, lengthy walks, or another motive!
Being a Dev Dad
I get requested a great deal of questions daily however I am all the time stunned that they are not often questions on code and even tech — lots of the questions I get are extra about non-dev stuff like what my workplace is like, what software program I take advantage of, and oftentimes…
Welcome to My New Workplace
My first skilled net improvement was at a small print store the place I sat in a windowless cubical all day. I suffered that boxed in atmosphere for nearly 5 years earlier than I used to be capable of finding a distant job the place I labored from house. The primary…
Implement the Google AJAX Search API
Let’s be sincere…WordPress’ search performance is not nice. Let’s be extra sincere…no search performance is best than Google’s. Fortunately for us, Google gives an superior methodology by which we are able to use their seek for our personal website: the Google AJAX Search API.
AJAX For Evil: Spyjax with jQuery
Final yr I wrote a preferred submit titled AJAX For Evil: Spyjax after I described a method referred to as “Spyjax”: Spyjax, as I do know it, is taking info from the person’s pc to your personal use — particularly their searching habits. By utilizing CSS and JavaScript, I…