Skip to content

Instantly share code, notes, and snippets.

View agronick's full-sized avatar

Kyle Agronick agronick

View GitHub Profile
@KennyStier
KennyStier / lup.bash
Last active August 29, 2015 14:20
Linux Unplugged HD Feed Generator
#!/bin/bash
# SD JB RSS Feed URL
oldfeedurl="http://feeds.feedburner.com/linuxunvid.xml"
oldfeedname="sdfeed.xml"
newfeedname="hdfeed.xml"
# Download a JB Podcast
wget -O $oldfeedname $oldfeedurl
# Remove the string "-432p" from the video URLs (the HD URLs doesn't have that string)