Skip to content

Instantly share code, notes, and snippets.

@parabuzzle
Created March 17, 2010 01:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parabuzzle/334757 to your computer and use it in GitHub Desktop.
Save parabuzzle/334757 to your computer and use it in GitHub Desktop.
open(blogrss) do |s|
content = ""
while s.eof? != true
content << s.read
end
end
#### Diff of production vs. development
86c86,95
< <br /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/parabuzzle.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/s
\ No newline at end of file
---
> <br /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/parabuzzle.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/parabuzzle.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/parabuzzle.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/parabuzzle.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/parabuzzle.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/parabuzzle.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/parabuzzle.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/parabuzzle.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/parabuzzle.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/parabuzzle.wordpress.com/6/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=parabuzzle.wordpress.com&blog=10880416&post=6&subd=parabuzzle&ref=&feed=1" />]]></content:encoded>
> <wfw:commentRss>http://parabuzzle.wordpress.com/2009/12/09/working-diligently-to-awesomeness/feed/</wfw:commentRss>
> <slash:comments>0</slash:comments>
>
> <media:content url="http://0.gravatar.com/avatar/ad604e34a56f5333d22fff60eb735ac0?s=96&#38;d=identicon&#38;r=G" medium="image">
> <media:title type="html">parabuzzle</media:title>
> </media:content>
> </item>
> </channel>
> </rss>
\ No newline at end of file
@parabuzzle
Copy link
Author

Always close your file handles :P

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment