Yahoo! search interface: Difference between revisions

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