I'm working on a isbn scraper to pull book data off of a web site. What I need is a simple way to call a site something like '
www.books.com/isbn/isbnnumber' and pull the response into a variable/list/whatever that I can then parse for the info I need. No other interaction is required. So its a call, read and close scenario. It looks like lnet might work but it seems like a lot more that I need, is there anything else I should look at or can some one show me a small example program that does this?? I was going to use perl and Lynx but since I want to roll this into a complete ebook library program I figured I'd be better off doing the entire thing in Lazarus.
Any ideas/comments/rants???
P.S. I know I could use Calibre but I have issues with how it handles the Libraries it creates, specifically needing to move all the books to it's own directory instead of leaving them where it finds them.