<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

	<title>Comments on: RSS Feeds -> OPML -> List of websites...how?</title>
	<link>http://ask.metafilter.com/112620/RSS-Feeds-OPML-List-of-websiteshow/</link>
	<description>Comments on Ask MetaFilter post RSS Feeds -> OPML -> List of websites...how?</description>
	<pubDate>Mon, 26 Jan 2009 14:46:29 -0800</pubDate>
	<lastBuildDate>Mon, 26 Jan 2009 14:46:29 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: RSS Feeds -&gt; OPML -&gt; List of websites...how?</title>
		<link>http://ask.metafilter.com/112620/RSS-Feeds-OPML-List-of-websiteshow</link>	
		<description>How do I get a list of all the blogs I&apos;m subscribed to, plus their URLs? &lt;br /&gt;&lt;br /&gt; I use FeedDemon/Newsgator. I&apos;d like to generate a list of all my feeds, plus the site URL, into one document. Categorisation doesn&apos;t really matter at this moment.&lt;br&gt;
&lt;br&gt;
How do I accomplish this? I figure I&apos;ll need the OPML file, but how do I turn it into something readable?&lt;br&gt;
&lt;br&gt;
If possible I&apos;d like the URL of the SITE, not of the RSS feed. Aside from a bunch of searching feeds, this shouldn&apos;t be a problem. However, I do know that a bunch of the sites I subscribe to use something like Feedburner to manage their feeds. How do I get the source URL?&lt;br&gt;
&lt;br&gt;
I tried searching Google but I must be missing a keyword because I can&apos;t get anything useful.</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2009:site.112620</guid>
		<pubDate>Mon, 26 Jan 2009 14:19:03 -0800</pubDate>
		<dc:creator>divabat</dc:creator>
		
			<category>rss</category>
		
			<category>feed</category>
		
			<category>opml</category>
		
			<category>list</category>
		
			<category>websites</category>
		
			<category>feeds</category>
		
	</item> <item>
		<title>By: grobstein</title>
		<link>http://ask.metafilter.com/112620/RSS-Feeds-OPML-List-of-websiteshow#1618679</link>	
		<description>I assume you&apos;ve tried reading the OPML file yourself, in a browser or text editor, and it&apos;s not easy enough to read? &lt;br&gt;
&lt;br&gt;
In that case, this is an easy text-processing problem, but I don&apos;t know of any pre-packaged solution.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2009:site.112620-1618679</guid>
		<pubDate>Mon, 26 Jan 2009 14:46:29 -0800</pubDate>
		<dc:creator>grobstein</dc:creator>
	</item><item>
		<title>By: Tobu</title>
		<link>http://ask.metafilter.com/112620/RSS-Feeds-OPML-List-of-websiteshow#1618759</link>	
		<description>You can visualize OPML feeds with &lt;a href=&quot;http://grazr.com/&quot;&gt;grazr&lt;/a&gt;, here is an &lt;a href=&quot;http://grazr.com/gzpanel.html?file=http://planet.intertwingly.net/opml.xml&quot;&gt;example&lt;/a&gt;. Try the different view options.&lt;br&gt;
&lt;br&gt;
You can see if the OPML file has the site addresses by looking for htmlUrl in it, as opposed to xmlUrl which is for feed addresses. If the OPML doesn&apos;t have links to the sites, you need a somewhat sophisticated web-service that fetches the feeds and parses them, most likely a feed reader.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2009:site.112620-1618759</guid>
		<pubDate>Mon, 26 Jan 2009 15:44:24 -0800</pubDate>
		<dc:creator>Tobu</dc:creator>
	</item><item>
		<title>By: systematic</title>
		<link>http://ask.metafilter.com/112620/RSS-Feeds-OPML-List-of-websiteshow#1618898</link>	
		<description>- Do you actually want to know how to do it, or do you just want it done?&lt;br&gt;
- Is this something you need to do often, or just this once?&lt;br&gt;
&lt;br&gt;
If you just need it done, and just this once, I&apos;ll do it for you (it&apos;s a very short process using Emacs). Just memail a link to the OPML file.&lt;br&gt;
&lt;br&gt;
OTOH, if you actually want to know how or if you need to do it regularly, I&apos;ll try and describe how to do it.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2009:site.112620-1618898</guid>
		<pubDate>Mon, 26 Jan 2009 17:43:50 -0800</pubDate>
		<dc:creator>systematic</dc:creator>
	</item><item>
		<title>By: divabat</title>
		<link>http://ask.metafilter.com/112620/RSS-Feeds-OPML-List-of-websiteshow#1619171</link>	
		<description>systematic: I personally just need it done just this once; however, I&apos;ve got a few requests from other people who need to do the same, so whichever&apos;s better for you I suppose.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2009:site.112620-1619171</guid>
		<pubDate>Mon, 26 Jan 2009 22:38:18 -0800</pubDate>
		<dc:creator>divabat</dc:creator>
	</item><item>
		<title>By: divabat</title>
		<link>http://ask.metafilter.com/112620/RSS-Feeds-OPML-List-of-websiteshow#1619281</link>	
		<description>As grobstein noted, the OPML file was readable but clunky. My techy boyfriend &lt;a href=&quot;http://mark.tiarashafiq.com/OPML2CSV/&quot;&gt;came up with something that converted OPML to CSV&lt;/a&gt;. It&apos;s not pretty but it&apos;s what I needed. Yay!</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2009:site.112620-1619281</guid>
		<pubDate>Tue, 27 Jan 2009 05:37:04 -0800</pubDate>
		<dc:creator>divabat</dc:creator>
	</item>
	</channel>
</rss>
