<div dir="ltr">On 30 July 2013 22:47, Cameron Simpson <span dir="ltr"><<a href="mailto:cs@zip.com.au" target="_blank">cs@zip.com.au</a>></span> wrote:<br><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

On 30Jul2013 09:12, <a href="mailto:cool1574@gmail.com">cool1574@gmail.com</a> <<a href="mailto:cool1574@gmail.com">cool1574@gmail.com</a>> wrote:<br>
| ** urlib, urlib2<br>
<br>
Sure. And I'd use BeautifulSoup to do the parse. You'll need to fetch that.<br>
So: urllib[2] to fetch the document and BS to parse it for links,<br>
then urllib[2] to fetch the links you want.<br>
<br>
<a href="http://www.crummy.com/software/BeautifulSoup/bs4/download/4.0/" target="_blank">http://www.crummy.com/software/BeautifulSoup/bs4/download/4.0/</a></blockquote><div><br></div><div>Personally BeautifulSoup + requests is a great combination. Maybe I'm just lazy ;).</div>

</div></div></div>