Scraper which parses another addon's JSONRPC response
#1
Hi,

I wrote a script type plugin, which builds some media informations, if I Call it with JSONRPC and pass a movie title. But I want to create a scraper which parses my script's JSONRPC response.

I think, I Can make the regex extract from the JSON, but how Can I make a request from the scraper to the script? Is it possible?

If not, is there any other way to do this?

Many thanks!
Reply
#2
You'd have to include a service running a http server, then use that for queries from scraper.
Reply
#3
Thanks for Your answer!

I also figured out this solution for now, and it works like a charm now! Smile
Reply

Logout Mark Read Team Forum Stats Members Help
Scraper which parses another addon's JSONRPC response0