Yahoo! search interface: Difference between revisions

Content added Content deleted
(→‎{{header|C sharp}}: fixed code lines length and adjusted extraction.)
m (→‎{{header|C sharp}}: fixed spelling)
Line 40: Line 40:
Generally it is not a good idea to scrape web pages.
Generally it is not a good idea to scrape web pages.
E. g. all implementations for this task which regex for
E. g. all implementations for this task which regex for
"<a class=" fail by now, after Yahoo has changed it's output format.
"<a class=" fail by now, after Yahoo has changed its output format.
<lang csharp>using System;
<lang csharp>using System;
using System.Net;
using System.Net;