Created
July 4, 2015 18:58
-
-
Save alexmuller/5b2707d069bf23bd5687 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ curl --silent http://www.tomscott.com/updates.xml | grep "10 Jul 2015" -C4 | |
<item> | |
<title>This RSS feed now includes videos from YouTube!</title> | |
<link>http://www.youtube.com/c/TomScottGo</link> | |
<description>Hope that helps.</description> | |
<pubDate>Fri, 10 Jul 2015 07:30:00 -0700</pubDate> | |
<guid isPermaLink="false">ts-1-83q94ujler</guid> | |
</item> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment