Scraper reading a xml file - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32) +--- Forum: Scrapers (https://forum.kodi.tv/forumdisplay.php?fid=60) +--- Thread: Scraper reading a xml file (/showthread.php?tid=291847) |
Scraper reading a xml file - Tecnomiky - 2016-09-22 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. RE: Scraper reading a xml file - ironic_monkey - 2016-09-23 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. RE: Scraper reading a xml file - nickr - 2016-09-23 A .nfo file is pretty well xml isn't it? RE: Scraper reading a xml file - ironic_monkey - 2016-09-23 yes, a nfo file is the exact same xml format as what a scraper outputs as its results. |