Of course it's possible to do this. But, the url you gave above isn't valid. You used a placeholder. So in short, not much can be done at all since your asking for modifications with no way to tell what is to be scraped. Also, the mininova portion of this script is a grey area, meaning it can very easily be used to pirate copyrighted material just as easily as it can be used to find legitimate uncopyrighted material. I'm sure a lot of people would find it useful, moreso for the illegal aspect then anything else. If you have some html examples of what is sent using that query it might be possible to give you some hints on what you need to change, but without it there is no way to tell what to do at this point...bosto wrote:no one got an idea about how to modify the torrent section as ask above?
just to bad, might be usefull for a lot of people I think
There are several areas you would need to modify in order to do this. You would need to change the template markers within the regexp's in the main mininova proc (as well as the corresponding regsub's which remove the scraped templates before the next interation). Those template markers are used to designate what is to be scraped from the webpage. You would also need to change the url from mininova within the fetch_html procedure to your own. This is rather trivial and the easiest part as no other investment of time is needed, just change the url. The html data is then sent back to the mininova procedure and those template markers set within each regexp go to work. There are usually four template markers set for each procedure. Total results, no_search results found message, data for output, and lastly errors. So it's not exactly as simple as one would imagine to just type some new things in and get it working without seeing any of the html..
You can use Webby to grab your sites html and see exactly how the bot is going to see it. You can also craft regexp's within your query and see the results of these in your channel. Webby is simply a tool meant to help you modify regexp's (template/context markers) on your own (with your own time investment) and solve these issues without outside intervention.
In any effect, hopefully everything works out.. If not, post some html and I can like I said, give some hints (overly verbose instructions) on what you need to need to change.