Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #54609
| Newsgroups | comp.lang.python |
|---|---|
| Date | 2013-09-22 19:04 -0700 |
| References | <9c1aee48-7d5e-49d3-ae8c-b5d422cecb9b@googlegroups.com> <mailman.252.1379901576.18130.python-list@python.org> |
| Message-ID | <9a6970e2-c197-4c3d-8a5b-a898942a1652@googlegroups.com> (permalink) |
| Subject | Re: Directory Web Site |
| From | worthingtonclinton@gmail.com |
On Sunday, September 22, 2013 9:59:14 PM UTC-4, Dave Angel wrote: > On 22/9/2013 21:14, worthingtonclinton@gmail.com wrote: > > > > > Was hoping to get some tips or advice on scripting a program that would sort through my many links on my directory website and print out to me the ones that are broken or no longer functioning so that I could fix or remove them from the site. Any help, ideas, advice will be greatly appreciated. > > > > Since it's your own website, the best answer is probably to process the > > source to that site. Was it written by a python script? > > > > Otherwise, if the site is reasonably correct (as most are not), then > > Beautiful Soup is probably the place to start. > > > > -- > > DaveA Web page is in HTML created using Dreamweaver.
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Directory Web Site worthingtonclinton@gmail.com - 2013-09-22 18:14 -0700
Re: Directory Web Site Joel Goldstick <joel.goldstick@gmail.com> - 2013-09-22 21:36 -0400
Re: Directory Web Site worthingtonclinton@gmail.com - 2013-09-22 19:02 -0700
Re: Directory Web Site Dave Angel <davea@davea.name> - 2013-09-23 01:59 +0000
Re: Directory Web Site worthingtonclinton@gmail.com - 2013-09-22 19:04 -0700
Re: Directory Web Site Chris Angelico <rosuav@gmail.com> - 2013-09-23 17:14 +1000
csiph-web