Python script help
Cameron Simpson
cs at zip.com.au
Tue Jul 30 17:47:59 EDT 2013
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/
Cheers,
--
Cameron Simpson <cs at zip.com.au>
You can be psychotic and still be competent.
- John L. Young, American Academy of Psychiatry and the Law on Ted
Kaczynski, and probably most internet users
More information about the Python-list
mailing list