You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p><a href="http://store.steampowered.com/">The Steam gaming platform</a> has an RSS feed of their latest game releases. In this Bite, you'll pull down and parse that feed.</p><p> Specifically, pull out the names of the games in the feed as well as their URLs. Use the <code>Game</code> namedtuple provided.</p><p>To make sure you work with a static feed we copied today's version so use the URL defined in <code>FEED_URL</code>. Enjoy!</p>