Questions tagged [rss]

Really Simple Syndication (RSS) is a family of web feed formats used to publish frequently updated works—such as blog entries, news headlines, audio, and video—in a standardized format.

Really Simple Syndication (RSS) is a family of web content syndication formats used to publish frequently updated works — such as blog entries, news headlines, audio, and video — in a standardized format.

RSS is a dialect of XML. All RSS files must conform to the XML 1.0 specification, as published on the World Wide Web Consortium (W3C) website.

Useful Resources:

7700 questions
2
votes
7 answers

How to create an RSS feed and display it?

On a website I am maintaining for a radio station they have a page that displays news articles. Right now the news is posted in an html page which is then read by a php page which includes all the navigation. I have been asked to make this into and…
Josh Curren
  • 10,171
  • 17
  • 62
  • 73
2
votes
0 answers

how to remove html tags from a rss feed xml file . i'm using DOM parser in eclipse

im trying to get rss feeds with dom parser and im not getting the description tag from the xml file because it contains some html tags. How to parse the text from the description tag ?
2
votes
2 answers

StackOverflow RSS Feed only returns 30 Items

I use this code to get RSS from stackoverflow.com SyndicationFeed feed = SyndicationFeed.Load(XmlReader.Create("http://stackoverflow.com/feeds")); foreach (SyndicationItem item in feed.Items) { …
user1968030
2
votes
2 answers

Insert rss pubdate to MySQL database

I try to insert a rss pubdate to my MySQL database. The format of the date is: Tue, 16 apr 2013 17:04:08 UT I try different function to format this pubdate, but I have problems with the timezone UT in the date. Functions I tried: strftime("%a, %d…
user1809753
  • 165
  • 3
  • 12
2
votes
1 answer

How to get XML content with matching tags in Pull Parser for Android?

I am trying to use the Pull Parser in Android to get values of image2 and image3. Title Goes…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/android" class="post-tag grid--cell" title="show questions tagged 'android'" rel="tag">android</a> <a href="../../questions/tagged/xml-parsing" class="post-tag grid--cell" title="show questions tagged 'xml-parsing'" rel="tag">xml-parsing</a> <a href="../../questions/tagged/rss" class="post-tag grid--cell" title="show questions tagged 'rss'" rel="tag">rss</a> <a href="../../questions/tagged/imageview" class="post-tag grid--cell" title="show questions tagged 'imageview'" rel="tag">imageview</a> <a href="../../questions/tagged/xmlpullparser" class="post-tag grid--cell" title="show questions tagged 'xmlpullparser'" rel="tag">xmlpullparser</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Apr 12 '13 at 04:23">asked Apr 12 '13 at 04:23</time> <a href="../../users/2004716/luckyreed76" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/2004716.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="luckyreed76" /> </a> <div class="s-user-card--info"> <a href="../../users/2004716/luckyreed76" class="s-user-card--link">luckyreed76</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">185</li> <li class="s-award-bling s-award-bling__silver" title="2 silver badges">2</li> <li class="s-award-bling s-award-bling__bronze" title="8 bronze badges">8</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-15910517"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>2</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status answered-accepted"> <strong>1</strong> answer </div> </div> </div> <div class="summary"> <h3><a href="../../questions/15910517/is-description-tag-of-rss-feed-is-a-correct-one" class="question-hyperlink">Is description tag of RSS feed is a correct one</a></h3> <div class="excerpt">I am just wondering if we can use multiple <![CDATA[ ....some text... ]]> elements within tag of RSS? RSS 2.0 at Harvard Law says nothing about it. And I am wondering if that tag is a correct one: <description> <![CDATA[ <img src="…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/validation" class="post-tag grid--cell" title="show questions tagged 'validation'" rel="tag">validation</a> <a href="../../questions/tagged/rss" class="post-tag grid--cell" title="show questions tagged 'rss'" rel="tag">rss</a> <a href="../../questions/tagged/tags" class="post-tag grid--cell" title="show questions tagged 'tags'" rel="tag">tags</a> <a href="../../questions/tagged/feed" class="post-tag grid--cell" title="show questions tagged 'feed'" rel="tag">feed</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Apr 09 '13 at 19:09">asked Apr 09 '13 at 19:09</time> <a href="../../users/196919/nowar" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/196919.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="NoWar" /> </a> <div class="s-user-card--info"> <a href="../../users/196919/nowar" class="s-user-card--link">NoWar</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">36,338</li> <li class="s-award-bling s-award-bling__gold" title="80 gold badges">80</li> <li class="s-award-bling s-award-bling__silver" title="323 silver badges">323</li> <li class="s-award-bling s-award-bling__bronze" title="498 bronze badges">498</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-1588897"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>2</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status "> <strong>1</strong> answer </div> </div> </div> <div class="summary"> <h3><a href="../../questions/1588897/where-do-i-add-my-rss-feed-into-wordpress" class="question-hyperlink">Where do I add my RSS feed into WordPress</a></h3> <div class="excerpt">I have the feed burner code to put into wordpress but do not know where to put it into wordpress. </div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/wordpress" class="post-tag grid--cell" title="show questions tagged 'wordpress'" rel="tag">wordpress</a> <a href="../../questions/tagged/rss" class="post-tag grid--cell" title="show questions tagged 'rss'" rel="tag">rss</a> <a href="../../questions/tagged/syndication-feed" class="post-tag grid--cell" title="show questions tagged 'syndication-feed'" rel="tag">syndication-feed</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Oct 19 '09 at 14:13">asked Oct 19 '09 at 14:13</time> <a href="../../users/192463/alex" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/192463.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="alex" /> </a> <div class="s-user-card--info"> <a href="../../users/192463/alex" class="s-user-card--link">alex</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">21</li> <li class="s-award-bling s-award-bling__bronze" title="1 bronze badges">1</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-15866332"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>2</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status answered-accepted"> <strong>1</strong> answer </div> </div> </div> <div class="summary"> <h3><a href="../../questions/15866332/iphone-parsing-time-from-rss-troubles" class="question-hyperlink">iPhone Parsing Time From RSS Troubles</a></h3> <div class="excerpt">I seem to be having some difficulties with parsing times due to start and end of Daylight Savings Time. The RSS feed in question has this for its items: <item> <title><![CDATA[Men's & Ladies Bible Class Widows…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/iphone" class="post-tag grid--cell" title="show questions tagged 'iphone'" rel="tag">iphone</a> <a href="../../questions/tagged/ios" class="post-tag grid--cell" title="show questions tagged 'ios'" rel="tag">ios</a> <a href="../../questions/tagged/calendar" class="post-tag grid--cell" title="show questions tagged 'calendar'" rel="tag">calendar</a> <a href="../../questions/tagged/rss" class="post-tag grid--cell" title="show questions tagged 'rss'" rel="tag">rss</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Apr 07 '13 at 18:46">asked Apr 07 '13 at 18:46</time> <a href="../../users/717452/user717452" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/717452.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="user717452" /> </a> <div class="s-user-card--info"> <a href="../../users/717452/user717452" class="s-user-card--link">user717452</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">33</li> <li class="s-award-bling s-award-bling__gold" title="14 gold badges">14</li> <li class="s-award-bling s-award-bling__silver" title="73 silver badges">73</li> <li class="s-award-bling s-award-bling__bronze" title="149 bronze badges">149</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-15815650"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>2</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status answered-accepted"> <strong>4</strong> answers </div> </div> </div> <div class="summary"> <h3><a href="../../questions/15815650/rss-feed-description-returns" class="question-hyperlink">RSS Feed description returns '<'</a></h3> <div class="excerpt">I'm trying to parse rss data from this feed: http://fulltextrssfeed.com/feeds.bbci.co.uk/news/rss.xml, which was generated using using the FullTextRssFeed site. The only problem is that when I try to get the description, I receive '<', everything…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/java" class="post-tag grid--cell" title="show questions tagged 'java'" rel="tag">java</a> <a href="../../questions/tagged/android" class="post-tag grid--cell" title="show questions tagged 'android'" rel="tag">android</a> <a href="../../questions/tagged/rss" class="post-tag grid--cell" title="show questions tagged 'rss'" rel="tag">rss</a> <a href="../../questions/tagged/jsoup" class="post-tag grid--cell" title="show questions tagged 'jsoup'" rel="tag">jsoup</a> <a href="../../questions/tagged/rss-reader" class="post-tag grid--cell" title="show questions tagged 'rss-reader'" rel="tag">rss-reader</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Apr 04 '13 at 15:37">asked Apr 04 '13 at 15:37</time> <a href="../../users/1311779/buneme-kyakilika" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/1311779.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Buneme Kyakilika" /> </a> <div class="s-user-card--info"> <a href="../../users/1311779/buneme-kyakilika" class="s-user-card--link">Buneme Kyakilika</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">1,202</li> <li class="s-award-bling s-award-bling__gold" title="3 gold badges">3</li> <li class="s-award-bling s-award-bling__silver" title="13 silver badges">13</li> <li class="s-award-bling s-award-bling__bronze" title="34 bronze badges">34</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-1569154"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>2</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status answered-accepted"> <strong>2</strong> answers </div> </div> </div> <div class="summary"> <h3><a href="../../questions/1569154/rss-to-email-daemon" class="question-hyperlink">RSS to email daemon</a></h3> <div class="excerpt">I need a daemon that turns RSS into email. It should have an API so I can programmatically tell it that user john@doe.com has subscribed to http://example.com/myfeed.xml. Frequency should be configurable, i.e. I don't want it to send one email per…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/email" class="post-tag grid--cell" title="show questions tagged 'email'" rel="tag">email</a> <a href="../../questions/tagged/rss" class="post-tag grid--cell" title="show questions tagged 'rss'" rel="tag">rss</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Oct 14 '09 at 21:37">asked Oct 14 '09 at 21:37</time> <a href="../../users/21239/mauricio-scheffer" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/21239.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Mauricio Scheffer" /> </a> <div class="s-user-card--info"> <a href="../../users/21239/mauricio-scheffer" class="s-user-card--link">Mauricio Scheffer</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">98,863</li> <li class="s-award-bling s-award-bling__gold" title="23 gold badges">23</li> <li class="s-award-bling s-award-bling__silver" title="192 silver badges">192</li> <li class="s-award-bling s-award-bling__bronze" title="275 bronze badges">275</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-1559752"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>2</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status "> <strong>3</strong> answers </div> </div> </div> <div class="summary"> <h3><a href="../../questions/1559752/zend-feed-entires-and-colon-separated-keys" class="question-hyperlink">Zend_Feed entires and colon separated keys</a></h3> <div class="excerpt">I've created a function that consumes an RSS feed from Flickr using Zend_Feed. Unfortunately I am struggling to extract some keys! I can get the < title > and such by echoing $entry->title(); But how can I echo out something like < media:thumbnail…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/php" class="post-tag grid--cell" title="show questions tagged 'php'" rel="tag">php</a> <a href="../../questions/tagged/zend-framework" class="post-tag grid--cell" title="show questions tagged 'zend-framework'" rel="tag">zend-framework</a> <a href="../../questions/tagged/rss" class="post-tag grid--cell" title="show questions tagged 'rss'" rel="tag">rss</a> <a href="../../questions/tagged/zend-feed" class="post-tag grid--cell" title="show questions tagged 'zend-feed'" rel="tag">zend-feed</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card__deleted"> <time class="s-user-card--time" datetime="asked Oct 13 '09 at 11:55">asked Oct 13 '09 at 11:55</time> <div class="s-avatar s-avatar__32 s-user-card--avatar"> </div> <div class="s-user-card--info">user138095</div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-15594662"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>2</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status answered-accepted"> <strong>1</strong> answer </div> </div> </div> <div class="summary"> <h3><a href="../../questions/15594662/select-the-first-5-elements-from-rss-feed-with-xpath" class="question-hyperlink">Select the first 5 elements from RSS feed with XPath</a></h3> <div class="excerpt">I'm trying to select the first 5 items from the following RSS feed XML: <rss xmlns:RTgame="http://www.rottentomatoes.com/xmlns/rtnews/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"> <channel> <item> <pubDate>2013-03-22…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/xml" class="post-tag grid--cell" title="show questions tagged 'xml'" rel="tag">xml</a> <a href="../../questions/tagged/xslt" class="post-tag grid--cell" title="show questions tagged 'xslt'" rel="tag">xslt</a> <a href="../../questions/tagged/xpath" class="post-tag grid--cell" title="show questions tagged 'xpath'" rel="tag">xpath</a> <a href="../../questions/tagged/rss" class="post-tag grid--cell" title="show questions tagged 'rss'" rel="tag">rss</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Mar 24 '13 at 02:54">asked Mar 24 '13 at 02:54</time> <a href="../../users/1370038/alex" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/1370038.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Alex" /> </a> <div class="s-user-card--info"> <a href="../../users/1370038/alex" class="s-user-card--link">Alex</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">876</li> <li class="s-award-bling s-award-bling__gold" title="6 gold badges">6</li> <li class="s-award-bling s-award-bling__silver" title="17 silver badges">17</li> <li class="s-award-bling s-award-bling__bronze" title="38 bronze badges">38</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-1557203"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>2</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status answered-accepted"> <strong>2</strong> answers </div> </div> </div> <div class="summary"> <h3><a href="../../questions/1557203/do-i-need-php-to-serve-an-http-header-with-the-correct-content-type-for-rss-at" class="question-hyperlink">Do I need PHP to serve an HTTP Header with the correct content-type for RSS/ATOM?</a></h3> <div class="excerpt">I want to send my RSS/Atom feeds with the correct Content-type header, can I do this without access to PHP or any other server-side language? The goal is for the browser to treat the file as a feed and not just a plain XML file. </div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/php" class="post-tag grid--cell" title="show questions tagged 'php'" rel="tag">php</a> <a href="../../questions/tagged/xml" class="post-tag grid--cell" title="show questions tagged 'xml'" rel="tag">xml</a> <a href="../../questions/tagged/http" class="post-tag grid--cell" title="show questions tagged 'http'" rel="tag">http</a> <a href="../../questions/tagged/rss" class="post-tag grid--cell" title="show questions tagged 'rss'" rel="tag">rss</a> <a href="../../questions/tagged/atom-feed" class="post-tag grid--cell" title="show questions tagged 'atom-feed'" rel="tag">atom-feed</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Oct 12 '09 at 22:07">asked Oct 12 '09 at 22:07</time> <a href="../../users/110241/dirk-diggler" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/110241.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Dirk Diggler" /> </a> <div class="s-user-card--info"> <a href="../../users/110241/dirk-diggler" class="s-user-card--link">Dirk Diggler</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">863</li> <li class="s-award-bling s-award-bling__gold" title="1 gold badge">1</li> <li class="s-award-bling s-award-bling__silver" title="10 silver badge">10</li> <li class="s-award-bling s-award-bling__bronze" title="22 bronze badge">22</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-15496719"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>2</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status "> <strong>3</strong> answers </div> </div> </div> <div class="summary"> <h3><a href="../../questions/15496719/php-special-character-euro-sign-not-displayed-correctly-rss-feed-simplepie" class="question-hyperlink">PHP - special character (euro sign) not displayed correctly (RSS feed/SimplePie)</a></h3> <div class="excerpt">I am using SimplePie (v1.3.1) to display a RSS feed on a webpage. One of the titles contains a euro (€) sign and it is displayed as € on the page. When I use the SimplePie's demo on their website it is displayed correctly, so it should be no…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/php" class="post-tag grid--cell" title="show questions tagged 'php'" rel="tag">php</a> <a href="../../questions/tagged/character-encoding" class="post-tag grid--cell" title="show questions tagged 'character-encoding'" rel="tag">character-encoding</a> <a href="../../questions/tagged/rss" class="post-tag grid--cell" title="show questions tagged 'rss'" rel="tag">rss</a> <a href="../../questions/tagged/simplepie" class="post-tag grid--cell" title="show questions tagged 'simplepie'" rel="tag">simplepie</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Mar 19 '13 at 10:17">asked Mar 19 '13 at 10:17</time> <a href="../../users/1961791/4ice" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/1961791.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="4ice" /> </a> <div class="s-user-card--info"> <a href="../../users/1961791/4ice" class="s-user-card--link">4ice</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">29</li> <li class="s-award-bling s-award-bling__silver" title="1 silver badges">1</li> <li class="s-award-bling s-award-bling__bronze" title="7 bronze badges">7</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-15478126"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>2</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status "> <strong>1</strong> answer </div> </div> </div> <div class="summary"> <h3><a href="../../questions/15478126/how-to-fetch-a-google-search-results-feed-with-a-python-script-and-not-be-iden" class="question-hyperlink">How to fetch a google search results feed with a python script and not be identified as a bot?</a></h3> <div class="excerpt">I am trying to import results from a Google Search results rss/xml feed into my website but every time I run the python script I get a message from Google: Our systems have detected unusual traffic from your computer network. This page checks to…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/python" class="post-tag grid--cell" title="show questions tagged 'python'" rel="tag">python</a> <a href="../../questions/tagged/rss" class="post-tag grid--cell" title="show questions tagged 'rss'" rel="tag">rss</a> <a href="../../questions/tagged/urllib" class="post-tag grid--cell" title="show questions tagged 'urllib'" rel="tag">urllib</a> <a href="../../questions/tagged/bots" class="post-tag grid--cell" title="show questions tagged 'bots'" rel="tag">bots</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Mar 18 '13 at 13:33">asked Mar 18 '13 at 13:33</time> <a href="../../users/149800/anteatersa" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/149800.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="anteatersa" /> </a> <div class="s-user-card--info"> <a href="../../users/149800/anteatersa" class="s-user-card--link">anteatersa</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">1,449</li> <li class="s-award-bling s-award-bling__gold" title="2 gold badges">2</li> <li class="s-award-bling s-award-bling__silver" title="12 silver badges">12</li> <li class="s-award-bling s-award-bling__bronze" title="18 bronze badges">18</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="s-pagination pager fr"> <a class="s-pagination--item" href="../../questions/tagged/rss_page=99" rel="prev" title="Go to page 99">Prev </a> <a class="s-pagination--item" href="../../questions/tagged/rss_page=1" rel="" title="Go to page 1">1</a> <a class="s-pagination--item" href="../../questions/tagged/rss_page=2" rel="" title="Go to page 2">2</a> <a class="s-pagination--item" href="../../questions/tagged/rss_page=3" rel="" title="Go to page 3">3</a> <div class="s-pagination--item s-pagination--item__clear">…</div> <a class="s-pagination--item" href="../../questions/tagged/rss_page=99" rel="" title="Go to page 99">99</a> <div class="s-pagination--item is-selected">100</div> </div> </div> </div> </div> </div> <script src="../../static/js/stack-icons.js"></script> <script src="../../static/js/fromnow.js"></script> </body> </html>