On Aug 9, 12:59 pm, KillSwitch <[EMAIL PROTECTED]> wrote:
> Is it possible to make a program to search a site on the internet,
> then get certain information from the web pages that match and display
> them? Like, you would put in keywords to be searched for on
> youtube.com, then it would search youtube.com, get the names of the
> videos, the links, and the embed information? Or something like that.

You might find the mechanize module handy:
http://wwwsearch.sourceforge.net/mechanize/

And possibly BeautifulSoup:
http://www.crummy.com/software/BeautifulSoup/
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to