Scraper reading a xml file
#1
Hello everyone, I would like to develop my first scraper. I would like to know if it is possible that the scraper read an xml file which you previously stored the details of the film.
I thank all those who help me.
Reply
#2
currently it's assumed that all resources used by the scraper are available over http(s). it *might* work with a file:// type url, i'm not sure if kodi's curl is smart enough to do that.

that being said, if you already grabbed the data it's easier to just use nfo files i reckon.
Reply
#3
A .nfo file is pretty well xml isn't it?
If I have helped you or increased your knowledge, click the 'thumbs up' button to give thanks :) (People with less than 20 posts won't see the "thumbs up" button.)
Reply
#4
yes, a nfo file is the exact same xml format as what a scraper outputs as its results.
Reply

Logout Mark Read Team Forum Stats Members Help
Scraper reading a xml file0