User talk:Jestofdoom: Difference between revisions

From SGUTranscripts
Jump to navigation Jump to search
m (Welcome!)
 
(saved source code to rss feed parsing script)
Line 3: Line 3:
You will probably want to read the [[Help:Contents|help pages]].
You will probably want to read the [[Help:Contents|help pages]].
Again, welcome and have fun! [[User:Rwh86|Rwh86]] ([[User talk:Rwh86|talk]]) 21:56, 14 October 2012 (UTC)
Again, welcome and have fun! [[User:Rwh86|Rwh86]] ([[User talk: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/"

Revision as of 13:49, 18 October 2012

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/"