On 4/11/06, andycoatz <[EMAIL PROTECTED]> wrote: > > Hi Shanti, > > The only way I've found of doing that so far is by parsing the actual /url/ > page. I've found you have to be careful not to get throttled though!
It's more fragile, and you don't get all the other data to play with, but since the count is always listed in the same format, a little regex magic should be able to extract the number from this chunk of HTML on the url page: <h4 class="smaller nom"> this url has been saved by x person. </h4> It's the same position for one or multiple: <h4 class="smaller nom"> this url has been saved by x people. </h4> c _______________________________________________ discuss mailing list [email protected] http://lists.del.icio.us/cgi-bin/mailman/listinfo/discuss

