![]() |
|
ScraperXML (Open Source XML Web Scraper C# Library) please help verify my work... - Printable Version +- XBMC Community Forum (http://forum.xbmc.org) +-- Forum: Development (/forumdisplay.php?fid=32) +--- Forum: Scraper Development (/forumdisplay.php?fid=60) +--- Thread: ScraperXML (Open Source XML Web Scraper C# Library) please help verify my work... (/showthread.php?tid=50055) |
- ultrabrutal - 2009-07-12 11:06 Couldn't you just commit the changes you have if it's better than what's in currently svn? Then I could help test those and perhaps locate the problems I have in GetDetails. Thanks - xyber - 2009-07-12 12:40 Nicezia Wrote:If anyone knows anything about ISO charsets & windows codepages (for conversion purposes) i need someone to help with a charset conversion utility from non-latin character sets to unicode How do you know from which codepage to convert to unicode? Is this the same thing as choosing for instance a Character Encoding in your browser? Sorry, not very uefull reply but I'm quite interrested in this. - spiff - 2009-07-12 13:19 try http://sourceforge.net/projects/iconvnet/ - Nicezia - 2009-07-13 02:53 are the the tvdb & imdbtv scrapers still working? I can GetEpisodeList on TVRage just fine with ScraperXML, but thetvdb and imdb, wil only go so far as GetDetails - Nicezia - 2009-07-13 02:56 xyber Wrote:How do you know from which codepage to convert to unicode? Is this the same thing as choosing for instance a Character Encoding in your browser? Sorry, not very uefull reply but I'm quite interrested in this. by checking the "Content-Encoding" value when downloading a webpage - Nicezia - 2009-07-13 03:50 ultrabrutal Wrote:Couldn't you just commit the changes you have if it's better than what's in currently svn? Then I could help test those and perhaps locate the problems I have in GetDetails. Thanks not to sound mean but if you're having a problem with the update schedule, you can always submit some code fixes to me by e-mail. I'm working on this all by myself, and while it may seem like a simple task, i assure you it hasn't been... I do have a life, and currently no internet, so i'm working at a slower pace than usual. I'm not committing anything to svn that's throwing a crapload of errors at me, let alone the amount of errors that it might throw at another user. - ultrabrutal - 2009-07-13 08:53 Nicezia Wrote:not to sound mean but if you're having a problem with the update schedule, you can always submit some code fixes to me by e-mail. I'm working on this all by myself, and while it may seem like a simple task, i assure you it hasn't been... I do have a life, and currently no internet, so i'm working at a slower pace than usual. I'm not committing anything to svn that's throwing a crapload of errors at me, let alone the amount of errors that it might throw at another user. Sure but it wouldn't make sense to debug and fix source which is so old now. I bet any bug fix I would create you have already done yourself, except you have not committed it svn yet. So if you commit to svn, I'd gladly install Visual C# 2008 Express Edition and help out if I can
- Nicezia - 2009-07-13 11:48 new version committed to svn ... shouldn't throw any exceptions, and should log any error instances and the scraper results. (and when i say this i mean the library itself not the test programs as they are only loosely knitted programs to demonstrate usage of the library) TvShows are working (at least TvRage & tvdb are, have to investigate to see if tv.com & imdb tv scrapers are working properly in xbmc before attempting a fix - but that's work for tomorrow) - smeehrrr - 2009-07-13 20:48 Did you do something weird when you committed this to SVN? I had to basically blow away my directory and checkout everything again, it looks like every file had a conflict. - spiff - 2009-07-13 20:51 the joys of not using svn:eol native
|