<?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: Assemble list of links from page</title>
	<link>http://ask.metafilter.com/32916/Assemble-list-of-links-from-page/</link>
	<description>Comments on Ask MetaFilter post Assemble list of links from page</description>
	<pubDate>Sun, 19 Feb 2006 12:51:47 -0800</pubDate>
	<lastBuildDate>Sun, 19 Feb 2006 12:51:47 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: Assemble list of links from page</title>
		<link>http://ask.metafilter.com/32916/Assemble-list-of-links-from-page</link>	
		<description>I would like to take a web page and assemble a list of every single URL that that page links to.  What is the easiest way to do this? &lt;br /&gt;&lt;br /&gt; I could, of course, just do a lot of right click/copy link location/paste over and over, but I am praying that someone here will have an alternative method.</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2006:site.32916</guid>
		<pubDate>Sun, 19 Feb 2006 12:40:04 -0800</pubDate>
		<dc:creator>apple scruff</dc:creator>
		
			<category>internet</category>
		
			<category>link-mining</category>
		
			<category>links</category>
		
	</item> <item>
		<title>By: SpookyFish</title>
		<link>http://ask.metafilter.com/32916/Assemble-list-of-links-from-page#513611</link>	
		<description>Using Firefox, right click, &apos;View Page Info&apos;, select &apos;Links&apos; tab, CTRL-A (on windows, a.k.a &apos;select all&apos;).  Copy, Paste, ta-da!</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.32916-513611</guid>
		<pubDate>Sun, 19 Feb 2006 12:51:47 -0800</pubDate>
		<dc:creator>SpookyFish</dc:creator>
	</item><item>
		<title>By: apple scruff</title>
		<link>http://ask.metafilter.com/32916/Assemble-list-of-links-from-page#513613</link>	
		<description>Well I&apos;ll be damned!  About as easy as it gets.  Thanks!</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.32916-513613</guid>
		<pubDate>Sun, 19 Feb 2006 12:57:33 -0800</pubDate>
		<dc:creator>apple scruff</dc:creator>
	</item><item>
		<title>By: Tryptophan-5ht</title>
		<link>http://ask.metafilter.com/32916/Assemble-list-of-links-from-page#513615</link>	
		<description>save a copy of the page and open it with notepad.  add the following to the end and then open it with your browser (i only tested this with firefox) and click &quot;grab&quot;.&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&amp;lt;button onclick=&quot;&lt;br&gt;
var links = document.getElementsByTagName(&apos;a&apos;);&lt;br&gt;
var i;&lt;br&gt;
var linkList = document.getElementById(&apos;linkList&apos;);&lt;br&gt;
for(i=0;i&amp;lt;links.length;i++){&lt;br&gt;
linkList.value = linkList.value + links[i].href + String.fromCharCode(10)&lt;br&gt;
}&lt;br&gt;
&lt;br&gt;
&quot;&amp;gt;grab&amp;lt;/button&amp;gt;&amp;lt;br/&amp;gt;&lt;br&gt;
&amp;lt;textarea id=&quot;linkList&quot; style=&quot;width:400px;height:200px;&quot;&amp;gt; &amp;lt;/textarea&amp;gt;</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.32916-513615</guid>
		<pubDate>Sun, 19 Feb 2006 12:58:53 -0800</pubDate>
		<dc:creator>Tryptophan-5ht</dc:creator>
	</item><item>
		<title>By: Tryptophan-5ht</title>
		<link>http://ask.metafilter.com/32916/Assemble-list-of-links-from-page#513617</link>	
		<description>DAMN.   my way was lots harder.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.32916-513617</guid>
		<pubDate>Sun, 19 Feb 2006 12:59:34 -0800</pubDate>
		<dc:creator>Tryptophan-5ht</dc:creator>
	</item><item>
		<title>By: Pryde</title>
		<link>http://ask.metafilter.com/32916/Assemble-list-of-links-from-page#513658</link>	
		<description>Using Opera, Ctrl+J to open a tab listing all the linked content, Press Tab key once or use mouse to focus on list (focus starts in the search box by default), Ctrl+A, Copy and Paste.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.32916-513658</guid>
		<pubDate>Sun, 19 Feb 2006 13:51:23 -0800</pubDate>
		<dc:creator>Pryde</dc:creator>
	</item><item>
		<title>By: Izzmeister</title>
		<link>http://ask.metafilter.com/32916/Assemble-list-of-links-from-page#513694</link>	
		<description>you can also view source and then scrape away the html headers with a program or manually in MS word</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.32916-513694</guid>
		<pubDate>Sun, 19 Feb 2006 14:54:59 -0800</pubDate>
		<dc:creator>Izzmeister</dc:creator>
	</item>
	</channel>
</rss>
