@kalika303
Hi, and welcome!
Our githubs are here, in first post you can find the differences. Basically, the two repos are the same.
https://github.com/Zanzibar82/pelisalac ... n-channels
https://github.com/dentaku65/pelisalacartait
for a guide, here
http://pastebin.com/m5dekFSc I translated in italian an old guide by Jesus that I found helpful to begin with.
As for suggestions, I suggest as follows:
1) search this forum the keywords in english and spanish, if you find nothing then open an english thread in the right section: you'll have the replies you're looking for sooner or later.
2) Examinate the italian channels .py sheet files. They are very different, as different as the websites are, so you might learn something there. "guardaserie" took days to be edited by developers, eurostreaming only took 4-5 hours to be edited by my ignorance
3) understand it's about regular expressions to extract from a downloaded html page only the info you need. Most of the time the entries, or "matches" for each content, are: url=scrapedurl, title=scrapedtitle, thumbnail=scrapedthumbnail. Just look at the casacinema.py sheet in /pelisalacarta/channels .
4) You can check the modifies you apply to the .py file you edit having Kodi opened in windowed mode, exiting and re-entering the channel you are editing (if you edit the files in the plugin.video.pelisalacarta folder, of course)