script.elementum.burst icon indicating copy to clipboard operation
script.elementum.burst copied to clipboard

[REQUEST] A guide on to How to add New Providers

Open oVerde opened this issue 6 years ago • 1 comments

Hi there ElGatito, how you doing? Just found the providers.json and would like to contribute adding some more. Is there anywhere I can find a documentation on how this works? I have crawler/scraping experience so I know how to transverse the websites' DOM do get the link etc.

oVerde avatar Jan 11 '19 20:01 oVerde

Here is the documentation https://quasar-burst.readthedocs.io/en/latest/adding_providers.html

Edit I didn't notice the parser wasn't documented.

goto ~/.kodi/addons/script.elementum.burst/burst/providers and open "providers.json" for examples

under ~/.kodi/addons/script.elementum.burst/burst/parser there is a file "ehp.py" that is the parser, I've never used it before but i managed to make my own provider pretty easy.

Enable debug and check the logs it will save you a lot of hassle.

dtc2344 avatar Jan 17 '19 11:01 dtc2344