Python script help

Joshua Landau joshua at landau.ws
Wed Jul 31 02:24:13 EDT 2013


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

> On 30Jul2013 09:12, cool1574 at gmail.com <cool1574 at 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 ;).
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20130731/5d9d42ba/attachment.html>


More information about the Python-list mailing list