Advertisement
CajonDesastreAddon

Cine New

Jul 28th, 2019
578
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.21 KB | None | 0 0
  1. <item>
  2. <title>[B][COLOR white]ESTRENOS[/COLOR][/B]</title>
  3. <link>$doregex[makelist]</link>
  4. <regex>
  5. <name>makelist</name>
  6. <listrepeat><![CDATA[
  7. <title>[COLOR gold]>>>>[/COLOR] [COLOR aqua][makelist.param4][/COLOR] [COLOR gold][makelist.param2][/COLOR] [COLOR deepskyblue][makelist.param5]*[/COLOR] [COLOR aquamarine][makelist.param6][/COLOR] [COLOR gold][makelist.param7][/COLOR]</title>
  8. <link>$doregex[makelist2]</link>
  9. <thumbnail>[makelist.param3]</thumbnail>
  10. <fanart>[makelist.param3]</fanart>
  11. <info>[makelist.param3]</info>
  12. ]]></listrepeat>
  13. <expres><![CDATA[#$pyFunction
  14. import re,requests
  15. def GetLSProData(page_data,Cookie_Jar,m):
  16. count=4;pn=1;data=[]
  17. while pn <= int(count):
  18. page='https://www.cuevana3.co/category/accion/page/'+str(pn)+'/';source=requests.get(page).content.decode('ascii','ignore')
  19. data +=re.findall('(?s)href="([^"]+).*?Year">([^<]+).*?src="([^"]+).*?Title">([^<]+).*?star">(.*?)<.*?time">(.*?)<.*?Qlty">(.*?)<',source);pn +=1
  20. return data]]></expres>
  21. <page></page>
  22. <cookieJar></cookieJar>
  23. </regex>
  24. <regex>
  25. <name>makelist2</name>
  26. <listrepeat><![CDATA[
  27. <title>[COLOR whithe][makelist2.param1][/COLOR]: [COLOR gold][makelist2.param3][/COLOR]</title>
  28. <urlsolve>[makelist2.param2]</urlsolve>
  29. <thumbnail>[makelist.param4]</thumbnail>
  30. <fanart>[makelist.param4]</fanart>
  31. ]]></listrepeat>
  32. <expres><![CDATA["(Opt.*?)".*\s.*?google.*?\=(.*?)".*\s.*\s.*?>([^<]+)]]></expres>
  33. <page>[makelist.param1]</page>
  34. <cookieJar></cookieJar>
  35. </regex>
  36. </item>
  37.  
  38.  
  39. <item>
  40. <title>[COLOR skyblue][B]BUSCADOR[/COLOR]</title>
  41. <link>$doregex[makelist0]</link>
  42. <regex>
  43. <name>makelist0</name>
  44. <listrepeat><![CDATA[
  45. <title>[makelist0.param3]</title>
  46. <link>$doregex[makelist]</link>
  47. <thumbnail>[makelist0.param2]</thumbnail>
  48. ]]></listrepeat>
  49. <expres><![CDATA[post_box.*?href="([^"]+).*?src="([^"]+).*?alt="([^"]+).*?title="([^"]+)]]></expres>
  50. <page>https://www.cinecalidad.to/espana/?s=$doregex[buscar]</page>
  51. </regex>
  52. <regex>
  53. <name>buscar</name>
  54. <expres><![CDATA[#$pyFunction
  55. import xbmc
  56. import xbmcaddon
  57. import xbmcgui
  58. def GetLSProData(page_data,Cookie_Jar,m):
  59. dialog = xbmcgui.Dialog()
  60. d = dialog.input('Busca tu pelicula:Ejemplo Aladdin', type=xbmcgui.INPUT_ALPHANUM).replace(" ", "+")
  61. return d
  62. ]]></expres>
  63. <page></page>
  64. <cookieJar></cookieJar>
  65. </regex>
  66.  
  67.  
  68. <regex>
  69. <name>makelist</name>
  70. <listrepeat><![CDATA[
  71. <title>[makelist0.param3] Servidor:[makelist.param1]</title>
  72. <urlsolve>[makelist.param2]</urlsolve>
  73. <thumbnail>[makelist0.param2]</thumbnail>
  74. ]]></listrepeat>
  75. <expres><![CDATA[#$pyFunction
  76. def GetLSProData(page_data,Cookie_Jar,m):
  77. import re
  78. def dec(strdata):
  79. d=''
  80. strdata=strdata.split(' ')
  81. for strchar in strdata:
  82. d += chr(int(strchar)-2)
  83. return d
  84.  
  85. embeds = {'OnlineUpToBox' : 'https://uptobox.com/%s',
  86. 'OnlineYourUpload' : 'https://www.yourupload.com/watch/%s',
  87. 'TheVideoMe' : 'https://thevideo.me/embed-%s.html',
  88. 'OnlineFilesCDN' : 'https://filescdn.com/%s',
  89. 'OnlineGD' : '/protect/gdredirect.php?l=%s',
  90. 'OnlineUsersCloud' : 'https://userscloud.com/%s',
  91. 'OnlineUsersFiles' : 'https://usersfiles.com/%s',
  92. 'OnlineOkRu' : 'https://ok.ru/video/%s',
  93. 'OnlineOpenload' : 'https://openload.co/f/%s',
  94. 'OnlineVidoza' : 'https://vidoza.net/%s',
  95. 'OnlineClipwatching' : 'https://clipwatching.com/%s',
  96. 'OnlineStreamango' : 'https://streamango.com/f/%s',
  97. 'OnlineRapidVideo' : 'https://www.rapidvideo.com/v/%s',
  98. 'OnlineMega': 'https://mega.nz/#!%s',
  99. 'OnlineVidcloud' : 'https://vidcloud.co/v/%s',
  100. 'OnlineGounlimited' : 'https://gounlimited.to/%s',
  101. 'OnlineVerystream' : 'https://verystream.com/stream/%s',
  102. 'OnlineNetu' : 'https://netu.tv/watch_video.php?v=%s',
  103. 'OnlineFembed': 'https://www.fembeder.com/f/%s',
  104. 'Trailer' : 'https://www.youtube.com/watch?v=%s'}
  105. srcs = []
  106. items = re.findall('class=\"link\sonlinelink\"\sservice=(.*?)\sdata="(.*?)"',page_data)
  107. for embed,sdata in items:
  108. srcs.append((embed.replace('Online',''), embeds[embed]%dec(sdata)))
  109. return srcs
  110. ]]></expres>
  111. <page>[makelist0.param1]</page>
  112. </regex>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement