User talk:Jestofdoom: Difference between revisions
Jump to navigation
Jump to search
Jestofdoom (talk | contribs) (saved source code to rss feed parsing script) |
(Leave a message) |
||
Line 13: | Line 13: | ||
\1/g'|sed -e "s/.*pid=[0-9]*\"\>[^S]*\([^<]*\).*/The \1/"|grep Skeptics\ Guide|sed -e "s/\([0-9]\)th[ ,]*/\1 /;s/February/Feb/" | \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/" | | sed -e "s/The Skeptics Guide #\([0-9]*\) - \(.*\)/\* \[\[SGU Episode \1\]\], \2/" | ||
:Wow, that's... pretty thorough, I guess. I don't understand much of that, but thanks! Now that you've done all that work, would now be a good time to mention that I'm working on converting the page of SGU episodes from unordered lists to a group of sortable collapsible tables?<br/>-- [[User:Av8rmike|Av8rmike]] ([[User talk:Av8rmike|talk]]) 04:20, 18 October 2012 (UTC) |
Revision as of 15:20, 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/"
- Wow, that's... pretty thorough, I guess. I don't understand much of that, but thanks! Now that you've done all that work, would now be a good time to mention that I'm working on converting the page of SGU episodes from unordered lists to a group of sortable collapsible tables?
-- Av8rmike (talk) 04:20, 18 October 2012 (UTC)