any suggestions for URL cataloging project?
Paul McGuire
ptmcg at austin.rr._bogus_.com
Tue Sep 7 08:07:48 EDT 2004
More information about the Python-list mailing list
Tue Sep 7 08:07:48 EDT 2004
- Previous message (by thread): any suggestions for URL cataloging project?
- Next message (by thread): Secure delete with python
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
"Matthew K Jensen" <matt.torment at gmail.com> wrote in message news:a8dfce8c.0409062258.269b1b35 at posting.google.com... > I've just come up with an idea to make a small-time record of web > pages linking to other web pages. I don't want to download every page > on the internet (I'll leave google to do that). I just want to know if > anyone has any suggestions on how to acquire just the links from a web > page using python. This is for a cataloging purpose. Is there some > library or script out there that I haven't heard of? One of the examples that comes with pyparsing is urlextractor.py. Point it at a web page and it lists out the urls and linked text. Download pyparsing at http://pyparsing.sourceforge.net. -- Paul
- Previous message (by thread): any suggestions for URL cataloging project?
- Next message (by thread): Secure delete with python
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list