The flexibility to obtain media on the web virtually appears like a misplaced artwork. Once I was in my teenagers, piracy of mp3s, films, and nearly the whole lot 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 forestall downloads. Fortunately we’ve instruments like yt-dlp
to obtain particular person YouTube movies or whole channels of content material.
To obtain a complete channel, you need to use yt-dlp
:
yt-dlp https://www.youtube.com/@beetlejuicearchives3490
For those who’re like me and solely look after the audio, you need to use a couple 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 data on absolutely anything, make sure you obtain content material for journey, lengthy walks, or some other motive!
An Interview with Eric Meyer
Your early CSS books have been instrumental in pushing my love for entrance finish applied sciences. What was it about CSS that you simply fell in love with and drove you to jot down about it? At first blush, it was the simplicity of it as in comparison with the table-and-spacer…
Page Visibility API
One occasion that is all the time been missing throughout the doc is a sign for when the person is a given tab, or one other tab. When does the person swap off our website to take a look at one thing else? When do they arrive again?
Using MooTools For Opacity
Though it is doable to achieve opacity using CSS, the hacks concerned aren’t fairly. For those who’re utilizing the MooTools JavaScript library, opacity is as straightforward as utilizing a component’s “set” methodology. The next MooTools snippet takes each picture with the “opacity” class and units…
Flexbox Equal Height Columns
Flexbox was alleged to be the pot of gold on the lengthy, lengthy rainbow of inadequate CSS structure methods. And the one disappointment I’ve skilled with flexbox is that browser distributors took so lengthy to implement it. I can not additionally declare to have pushed flexbox’s limits, however…