- August 4, 2005
- 207
- 1
Heh cool, Ta
HttpWebRequest webRequest = (HttpWebRequest) HttpWebRequest.Create("http://whatever.youlike.com");
webRequest.UserAgent = "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; .NET CLR 1.1.4322)";
webResponse = webRequest.GetResponse();
stream = webResponse.GetResponseStream();
streamReader = new StreamReader(stream, Encoding.ASCII);
pageHtml = streamReader.ReadToEnd();
Zyphrax said:ok, that's weird. The website Artman mentioned shouldn't be able to see the difference between a browser and the C# code.
James said:Hi all,
New release today.
Beta 0.1.4 18/10/2005
Fixed:
- Problems with the time and date transitions.
Grabbers:
- UK directory renamed to GB (ISO standard).
- GB channel more 4 added.
- PT all channels added.
- NL tvgids.nl nows has 7 day guide data
As its been a long time coming there are mostly likely many other smaller changes that I cannot remeber.
Cheers,
/James