On 30 July 2013 22:47, Cameron Simpson <c...@zip.com.au> wrote:

> On 30Jul2013 09:12, cool1...@gmail.com <cool1...@gmail.com> wrote:
> | ** urlib, urlib2
>
> Sure. And I'd use BeautifulSoup to do the parse. You'll need to fetch that.
> So: urllib[2] to fetch the document and BS to parse it for links,
> then urllib[2] to fetch the links you want.
>
> http://www.crummy.com/software/BeautifulSoup/bs4/download/4.0/


Personally BeautifulSoup + requests is a great combination. Maybe I'm just
lazy ;).
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to