Posts: 1
Joined: Sep 2016
Reputation:
0
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.
Posts: 1,506
Joined: Nov 2013
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.
Posts: 19,982
Joined: May 2009
Reputation:
452
nickr
Retired Team-Kodi Member
Posts: 19,982
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.)
Posts: 1,506
Joined: Nov 2013
yes, a nfo file is the exact same xml format as what a scraper outputs as its results.