Hi all! I just set up a new sourceforce project for a perl script I wrote and wanted to toot my proverbial horn here on PM.

Need to submit a batch of URLS to Google's URL removal request form? Try tasty new http://urlremove.sourceforge.net.

I'm a network admin at a community college. We recently had an adventure where some instructors thought it would be helpful to post student phone numbers on web pages. We took down the pages containing phone numbers, but the phone numbers were still showing up in google searches in the summary paragraph in the search results. Google will naturally re-spider those pages and remove the offending material from the search results, but we wanted to do it faster. Google has a form you can fill out to submit a URL and Google will try and spider that URL sooner. Unfortunately, it only accepts one URL at a time and is generally tedious. Since I had a whole batch of URLS I needed to remove, I decided rather than go insane submitting them all by hand, I'd write a perl script to do it for me with WWW::Mechanize. And, since I didn't find any other tools out there to automate this task, I went and put it on sourceforge.

So, if you or anyone you know needs to submit a stack of URLs to Google's URL removal request form, give this script a try.

And if you just like looking at other people's perl and giving advice, please take a gander and let me know what you think.

Thanks PM! Thanks Perl!

http://urlremove.sourceforge.net

--Pileofrogs


In reply to Batch Google URL Removal Script by pileofrogs

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.