Categories
Scripting Tech

YouTube, Offline and without Commercials

Grabbing YouTube Videos in Bulk You can leverage this script when there are videos you would like to watch without commercials. However, grabbing a video one at a time is not appropriate. This is where I leverage a script (and an alias) to make shorter work of target acquisition. This will require that you have […]

Categories
Scripting Tech

Bash Script: Automating yt-dlp

yt-dlp is a powerful tool for downloading videos and audio from various websites. While the name implies YouTube, the tool can download videos from many more sites. When scripted in bash, yt-dlp can supplement streaming service content. However, it is important to note that yt-dlp should not be used to download illegal or pirated content. Downloading […]

Categories
Lifestyle Tech

Radio Show Collections

Before television programs we had radio. What made radio great was that it was accessible, relatively inexpensive, and your mind was the screen. Unfortunately we bought into the invention of television. While television has been enjoyable, radio (IMHO) will always be better. Here are some links to radio show playlists which can be listen to […]

Categories
Tech

Automating yt-dlp Downloading

Project Summary: I leverage yt-dlp on a regular basis and wanted a way to automate the process to some extent. Therefore I wanted a way to add media URLs to a text file which yt-dlp could then read, download URLs, and start fresh. In addition I wanted the files to be made available in a […]