User talk:Jestofdoom
Jump to navigation
Jump to search
Welcome to SGUTranscripts! We hope you have fun. You will probably want to read the help pages. Again, welcome and have fun! Rwh86 (talk) 21:56, 14 October 2012 (UTC)
Shell scripts used to get show dates and episode numbers (messes up show 234):
(Yes, that's an inline newline...)
grep pid=[0-9]*\"\> ~/Downloads/rss.aspx.xhtml|sed -e 's/\(pid=[0-9]*\"\>\)/\ \1/g'|sed -e "s/.*pid=[0-9]*\"\>[^S]*\([^<]*\).*/The \1/"|grep Skeptics\ Guide|sed -e "s/\([0-9]\)th[ ,]*/\1 /;s/February/Feb/" | sed -e "s/The Skeptics Guide #\([0-9]*\) - \(.*\)/\* \[\[SGU Episode \1\]\], \2/"