Cadastrar
Login
Novo texto
Português
English
Português
Cadastrar
Login
Novo Texto
Importar Arquivo
<SetViewMode>55</SetViewMode> <!-- ESTABLES --> <item> <title>[B]ESTRENOS LATINOS [/B] </title> <link>$doregex[makelist0]</link> <regex> <name>makelist0</name> movies (all pages) <listrepeat><![CDATA[ <title>[makelist0.param3] </title> <link>$doregex[makelist]</link> <thumbnail>[makelist0.param2]</thumbnail> <fanart>[makelist0.param2]</fanart> ]]></listrepeat> <expres><![CDATA[#$pyFunction import re, requests def GetLSProData(page_data,Cookie_Jar,m): ################################################################## FORMULARY ################################################################# starturl = 'https://www.cinecalidad.to/' ### usually, ~ 'http://website.com/category/' ### categorylink = '' ### check the number of the param ### centerurl = 'page/' ### something like '/page/' ### firstpage = 1 ### probably = 1 ### endurl = '/' ### can be empty ### ### endurl without final / (SLASH) ### # dataregex = 'post_box.*?href=([^>]+).*?src=(.*?jpg).*?alt="([^"]+).*?title="([^"]+)' ### To adapt ### headers = {'User-Agent': 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:50.0) Gecko/20100101 Firefox/50.0', 'Referer': ''} ### To adapt ### ############################################################################################################################################## ############################## GENERIC PART ##################################### fullurl = starturl + centerurl + str(firstpage) + endurl + categorylink # source = requests.get(fullurl, headers= headers).text # data = [] # # last = 8 # while firstpage <= last: # try: # fullurl = starturl + centerurl + str(firstpage) + endurl + categorylink # source = requests.get(fullurl, headers=headers).text # data += re.findall(dataregex, source) # firstpage += 1 # except: # pass # return data # ]]></expres><page></page> </regex> <regex> <name>makelist</name> <listrepeat><![CDATA[ <title>[makelist0.param3] server:[makelist.param1]</title> <link>$doregex[id2]</link> <thumbnail>[makelist0.param2]</thumbnail> ]]></listrepeat> <expres><![CDATA[#$pyFunction def GetLSProData(page_data,Cookie_Jar,m): import re def dec(strdata): d='' strdata=strdata.split(' ') for strchar in strdata: d += chr(int(strchar)-2) return d embeds = {'OnlineUpToBox' : 'https://uptobox.com/%s', 'OnlinePR' : 'http://player.openplay.vip/player.php?id=%s', 'TheVideoMe' : 'https://thevideo.me/embed-%s.html', 'OnlineFilesCDN' : 'https://filescdn.com/%s', 'OnlineGD' : '/protect/gdredirect.php?l=%s', 'OnlineUsersCloud' : 'https://userscloud.com/%s', 'OnlineUsersFiles' : 'https://usersfiles.com/%s', 'OnlineOkRu' : 'https://ok.ru/video/%s', 'OnlineJetload' : 'https://jetload.net/p/%s', 'OnlineVidoza' : 'https://vidoza.net/%s', 'OnlineClipwatching' : 'https://clipwatching.com/%s', 'OnlineStreamango' : 'https://streamango.com/f/%s', 'OnlineRapidVideo' : 'https://www.rapidvideo.com/v/%s', 'OnlineMega': 'https://mega.nz/#!%s', 'OnlineVidcloud' : 'https://vidcloud.co/v/%s', 'OnlineGounlimited' : 'https://gounlimited.to/%s', 'OnlineVerystream' : 'https://verystream.com/stream/%s', 'OnlineNetu' : 'https://netu.tv/watch_video.php?v=%s', 'OnlineFembed': 'https://www.fembeder.com/f/%s', 'Trailer' : 'https://www.youtube.com/watch?v=%s'} srcs = [] items = re.findall('class=\"link\sonlinelink\"\sservice=(.*?)\sdata="(.*?)"',page_data) for embed,sdata in items: srcs.append((embed.replace('Online',''), embeds[embed]%dec(sdata))) return srcs ]]></expres> <page>[makelist0.param1]</page> </regex> <regex> <name>id2</name> <expres><![CDATA[#$pyFunction def GetLSProData(page_data,Cookie_Jar,m): import urlresolver, resolveurl url = '[makelist.param2]' try: u = urlresolver.resolve(url) except: u = resolveurl.resolve(url) return u ]]></expres> <page></page> </regex> <regex> <name>id3</name> <expres><![CDATA[#$pyFunction def GetLSProData(page_data,Cookie_Jar,m,url= '[makelist.param2]'): import urlresolver, resolveurl, re, requests, xbmc if 'goun' in url: try: from urlresolver.plugins.lib import jsunpack ua = 'Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.131 Safari/537.36' url='[makelist.param2]' s=requests.session() rsource=s.get(url, headers={'User-Agent': ua}, verify=False) source=s.get(url, headers={'User-Agent': ua}, verify=False) pack = re.findall('javascript.*?(eval\(function\\(p,a,c,k,e,d.*)', source.text)[0] unpack=jsunpack.unpack(pack).replace('\\', '') return re.findall('sources.*?(https.*?mp4)', unpack)[0]+'|User-Agent='+ua except: u = xbmc.executebuiltin('XBMC.Notification(Enlace o Link Eliminado,Elija otro, 4000)') return u elif 'jetload' in url: try: return re.findall('(https.*?mp4)"',requests.get('[makelist.param2]',headers={'user-agent':'Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.131 Safari/537.36', 'Referer': '[makelist.param2]', 'Origin': 'https://jetload.net/'},verify=False).content)[0] except: u = xbmc.executebuiltin('XBMC.Notification(Enlace o Link Eliminado,Elija otro, 4000)') return u elif 'mega' in url: try: return 'http://m3ukodi.com/****/mega_play.php?v=$doregex[mega]' except: u = xbmc.executebuiltin('XBMC.Notification(Enlace o Link Eliminado,Elija otro, 4000)') return u else: try: url= '[makelist.param2]' u = urlresolver.resolve(url) return u except: u = xbmc.executebuiltin('XBMC.Notification(Enlace o Link Eliminado,Elija otro, 4000)') return u ]]></expres> <page></page> </regex> <regex> <name>mega</name> <expres>$pyFunction:'[makelist.param2]'.replace('https://mega.nz/#','')</expres> <page></page> <cookieJar></cookieJar> </regex> <thumbnail>http://blackaddon.com/gray/img/peliculas.png</thumbnail> </item> <item> <title>[B]ESTRENOS ESPAÑA [/B]</title> <link>$doregex[makelist0]</link> <regex> <name>makelist0</name> movies (all pages) <listrepeat><![CDATA[ <title>[makelist0.param3] </title> <link>$doregex[makelist]</link> <thumbnail>[makelist0.param2]</thumbnail> <fanart>[makelist0.param2]</fanart> ]]></listrepeat> <expres><![CDATA[#$pyFunction import re, requests def GetLSProData(page_data,Cookie_Jar,m): ################################################################## FORMULARY ################################################################# starturl = 'https://www.cinecalidad.to/espana/' ### usually, ~ 'http://website.com/category/' ### categorylink = '' ### check the number of the param ### centerurl = 'page/' ### something like '/page/' ### firstpage = 1 ### probably = 1 ### endurl = '/' ### can be empty ### ### endurl without final / (SLASH) ### # dataregex = 'post_box.*?href=([^>]+).*?src=(.*?jpg).*?alt="([^"]+).*?title="([^"]+)' ### To adapt ### headers = {'User-Agent': 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:50.0) Gecko/20100101 Firefox/50.0', 'Referer': ''} ### To adapt ### ############################################################################################################################################## ############################## GENERIC PART ##################################### fullurl = starturl + centerurl + str(firstpage) + endurl + categorylink # source = requests.get(fullurl, headers= headers).text # data = [] # # last = 8 # while firstpage <= last: # try: # fullurl = starturl + centerurl + str(firstpage) + endurl + categorylink # source = requests.get(fullurl, headers=headers).text # data += re.findall(dataregex, source) # firstpage += 1 # except: # pass # return data # ]]></expres><page></page> </regex> <regex> <name>makelist</name> <listrepeat><![CDATA[ <title>[makelist0.param3] server:[makelist.param1]</title> <urlsolve>[makelist.param2]</urlsolve> <thumbnail>[makelist0.param2]</thumbnail> ]]></listrepeat> <expres><![CDATA[#$pyFunction def GetLSProData(page_data,Cookie_Jar,m): import re def dec(strdata): d='' strdata=strdata.split(' ') for strchar in strdata: d += chr(int(strchar)-2) return d embeds = {'OnlineUpToBox' : 'https://uptobox.com/%s', 'OnlinePR' : 'https://player.openplay.vip/player.php?id=%s', 'TheVideoMe' : 'https://thevideo.me/embed-%s.html', 'OnlineFilesCDN' : 'https://filescdn.com/%s', 'OnlineGD' : '/protect/gdredirect.php?l=%s', 'OnlineUsersCloud' : 'https://userscloud.com/%s', 'OnlineUsersFiles' : 'https://usersfiles.com/%s', 'OnlineOkRu' : 'https://ok.ru/video/%s', 'OnlineJetload' : 'https://jetload.net/p/%s', 'OnlineVidoza' : 'https://vidoza.net/%s', 'OnlineClipwatching' : 'https://clipwatching.com/%s', 'OnlineStreamango' : 'https://streamango.com/f/%s', 'OnlineRapidVideo' : 'https://www.rapidvideo.com/v/%s', 'OnlineMega': 'https://mega.nz/#!%s', 'OnlineVidcloud' : 'https://vidcloud.co/v/%s', 'OnlineGounlimited' : 'https://gounlimited.to/%s', 'OnlineVerystream' : 'https://verystream.com/stream/%s', 'OnlineNetu' : 'https://netu.tv/watch_video.php?v=%s', 'OnlineFembed': 'https://www.fembeder.com/f/%s', 'Trailer' : 'https://www.youtube.com/watch?v=%s'} srcs = [] items = re.findall('class=\"link\sonlinelink\"\sservice=(.*?)\sdata="(.*?)"',page_data) for embed,sdata in items: srcs.append((embed.replace('Online',''), embeds[embed]%dec(sdata))) return srcs ]]></expres> <page>[makelist0.param1]</page> </regex> <regex> <name>id3</name> <expres><![CDATA[#$pyFunction def GetLSProData(page_data,Cookie_Jar,m,url= '[makelist.param2]'): import urlresolver, resolveurl, re, requests, xbmc if 'goun' in url: try: from urlresolver.plugins.lib import jsunpack ua = 'Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.131 Safari/537.36' url='[makelist.param2]' s=requests.session() rsource=s.get(url, headers={'User-Agent': ua}, verify=False) source=s.get(url, headers={'User-Agent': ua}, verify=False) pack = re.findall('javascript.*?(eval\\(function\\(p,a,c,k,e,d.*)', source.text)[0] unpack=jsunpack.unpack(pack).replace('\\\\', '') return re.findall('sources.*?(https.*?mp4)', unpack)[0]+'|User-Agent='+ua except: u = xbmc.executebuiltin('XBMC.Notification(Enlace o Link Eliminado,Elija otro, 4000)') return u elif 'jetload' in url: try: return re.findall('(https.*?mp4)"',requests.get('[makelist.param2]',headers={'user-agent':'Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.131 Safari/537.36', 'Referer': '[makelist.param2]', 'Origin': 'https://jetload.net/'},verify=False).content)[0] except: u = xbmc.executebuiltin('XBMC.Notification(Enlace o Link Eliminado,Elija otro, 4000)') return u elif 'mega' in url: try: return 'http://m3ukodi.com/****/mega_play.php?v=$doregex[mega]' except: u = xbmc.executebuiltin('XBMC.Notification(Enlace o Link Eliminado,Elija otro, 4000)') return u else: try: url= '[makelist.param2]' u = urlresolver.resolve(url) return u except: u = xbmc.executebuiltin('XBMC.Notification(Enlace o Link Eliminado,Elija otro, 4000)') return u ]]></expres> <page></page> </regex> <regex> <name>mega</name> <expres>$pyFunction:'[makelist.param2]'.replace('https://mega.nz/#','')</expres> <page></page> <cookieJar></cookieJar> </regex> <thumbnail>http://blackaddon.com/gray/img/peliculas.png</thumbnail> </item> <item> <!-- CINEVALL --> <title>[B]ESTRENOS CINEVALL[/B] [Latino] </title> <link>$doregex[makelist3]</link> <regex> <name>makelist3</name> movies (all pages) <listrepeat><![CDATA[ <title>[makelist3.param3]</title> <link>$doregex[id3]</link> <thumbnail>[makelist3.param2]</thumbnail> ]]></listrepeat> <expres><![CDATA[#$pyFunction import re, requests def GetLSProData(page_data,Cookie_Jar,m): ################################################################## FORMULARY ################################################################# starturl = 'http://www.cinevall.online/peliculas/' ### usually, ~ 'http://website.com/category/' ### categorylink = '' ### check the number of the param ### centerurl = 'page/' ### something like '/page/' ### firstpage = 1 ### probably = 1 ### endurl = '/' ### can be empty ### ### endurl without final / (SLASH) ### # dataregex = 'poster[\w\W\s]{0,15}href="(.*?)".*?src="(.*?)".*?lt="(.*?)"' ### To adapt ### headers = {'User-Agent': 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:50.0) Gecko/20100101 Firefox/50.0', 'Referer': ''} ### To adapt ### ############################################################################################################################################## ############################## GENERIC PART ##################################### fullurl = starturl + centerurl + str(firstpage) + endurl + categorylink # source = requests.get(fullurl, headers= headers).text # data = [] # # last = 2 # while firstpage <= last: # try: # fullurl = starturl + centerurl + str(firstpage) + endurl + categorylink # source = requests.get(fullurl, headers=headers).text # data += re.findall(dataregex, source) # firstpage += 1 # except: # pass # return data # ]]></expres><page></page> </regex> <regex> <name>id3</name> <expres><![CDATA[#$pyFunction def GetLSProData(page_data,Cookie_Jar,m): import re, requests, urllib match = re.search('mp4', page_data) if match: return '$doregex[mp4]'+'|User-Agent=ipad&Referer=[makelist3.param1]' else: return '$doregex[fid]'+'|Referer=http://iptvhd.club/&User-Agent=ipad' ]]></expres> <page>[makelist3.param1]</page> </regex> <regex> <name>fid</name> <expres>file: '(.*?)'</expres> <page>$doregex[php]$doregex[id]</page> <referer>http://www.cinevall.online/release/2018/</referer> <agent>Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36</agent> </regex> <regex> <name>id</name> <expres><![CDATA[fid='(.*?)']]></expres> <page>[makelist3.param1]</page> </regex> <regex> <name>php</name> <expres><![CDATA[src="(.*?)']]></expres> <page>$doregex[page]</page> </regex> <regex> <name>page</name> <expres><![CDATA[fid=.*?src='(.*?)']]></expres> <page>[makelist3.param1]</page> </regex> <regex> <name>mp4</name> <expres><![CDATA[iframe src="(http.*?mp4)"]]></expres> <page>[makelist3.param1]</page> </regex> <thumbnail>http://blackaddon.com/gray/img/peliculas.png</thumbnail><fanart>http://blackaddon.com/gray/img/fanart.jpg</fanart> </item> <item><!-- CINEAPP --> <title>[B]ESTRENOS CINEAPP[/B] [Latino] </title> <link>$doregex[makelist3]</link> <regex> <name>makelist3</name> movies (all pages) <listrepeat><![CDATA[ <title>[makelist3.param3]</title> <link>$doregex[id3]</link> <thumbnail>http://cineap.polimor.club/[makelist3.param2]</thumbnail> ]]></listrepeat> <expres><![CDATA[Estreno 2020.*?href="(.*?)".*?src="(.*?)"[\w\W]*?imCellStyleDescription.*?">(.*?)<]]></expres> <page>http://cineap.polimor.club/</page> <agent>ipad</agent> </regex> <regex> <name>id3</name> <expres><![CDATA[#$pyFunction def GetLSProData(page_data,Cookie_Jar,m): import re, requests, urllib match = re.search('mp4', page_data) if match: return '$doregex[mp4]'+'|User-Agent=ipad&Referer=[makelist3.param1]' else: return '$doregex[fid]'+'|Referer=http://iptvhd.club/&User-Agent=ipad' ]]></expres> <page>http://cineap.polimor.club/[makelist3.param1]</page> </regex> <regex> <name>fid</name> <expres>file: '(.*?)'</expres> <page>$doregex[php]$doregex[id]</page> <referer>http://www.cinevall.online/release/2018/</referer> <agent>Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36</agent> </regex> <regex> <name>id</name> <expres><![CDATA[fid='(.*?)']]></expres> <page>http://cineap.polimor.club/[makelist3.param1]</page> </regex> <regex> <name>php</name> <expres><![CDATA[src="(.*?)']]></expres> <page>$doregex[page]</page> </regex> <regex> <name>page</name> <expres><![CDATA[fid=[\w\W]*?src='(.*?)']]></expres> <page>http://cineap.polimor.club/[makelist3.param1]</page> </regex> <regex> <name>mp4</name> <expres><![CDATA[file: \'(http.*?mp4)\']]></expres> <page>http://cineap.polimor.club/[makelist3.param1]</page> </regex> <thumbnail>http://blackaddon.com/gray/img/peliculas.png</thumbnail><fanart>http://blackaddon.com/gray/img/fanart.jpg</fanart> </item> <item><!-- ElHogardelAprendiz--> <title>[B]TAQUILLA EHDA[/B] [I]Castellano[/I]</title> <link>$doregex[makelist2]</link> <regex> <name>makelist2</name> <listrepeat><![CDATA[ <title>[B][makelist2.param3][/B] [COLOR gray]([makelist2.param4])[/COLOR] </title> <link>$doregex[makelist]</link> <thumbnail>[makelist2.param2]</thumbnail> ]]></listrepeat> <expres><![CDATA[#$pyFunction import re,requests def GetLSProData(page_data,Cookie_Jar,m): count=6;pn=1;data=[] while pn <= int(count): page='http://elhogardelaprendiz.es/peliculas/page/'+str(pn)+'/';source=requests.get(page).content.decode('ascii','ignore') data +=re.findall('class="TPost C".*?href="([^"]+).*?data-src="([^"]+).*?Title">(.*?)<.*?Year">(.*?)<',source);pn +=1 return data ]]></expres> <page></page> </regex> <regex> <name>makelist</name> <listrepeat><![CDATA[ <title>[B][makelist2.param3][/B] [COLOR gray]([makelist2.param4])[/COLOR] - Server [makelist.param1] </title> <link>$doregex[id3]</link> <thumbnail>[makelist2.param2]</thumbnail> ]]></listrepeat> <expres><![CDATA[trembed\=(.*?)\&.*?\=(.*?)\&.*?\=([0-9]+)]]></expres> <page>[makelist2.param1]</page> </regex> <regex> <name>id3</name> <expres><![CDATA[#$pyFunction def GetLSProData(page_data,Cookie_Jar,m,url= '$doregex[link]'): import urlresolver, resolveurl, re, requests, xbmc if 'goun' in url: try: from urlresolver.plugins.lib import jsunpack ua = 'Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.131 Safari/537.36' url='$doregex[link]' s=requests.session() rsource=s.get(url, headers={'User-Agent': ua}, verify=False) source=s.get(url, headers={'User-Agent': ua}, verify=False) pack = re.findall('javascript.*?(eval\\(function\\(p,a,c,k,e,d.*)', source.text)[0] unpack=jsunpack.unpack(pack).replace('\\\\', '') return re.findall('sources.*?(https.*?mp4)', unpack)[0]+'|User-Agent='+ua except: u = xbmc.executebuiltin('XBMC.Notification(Enlace o Link Eliminado,Elija otro, 4000)') return u elif 'vidoza' in url: try: return re.findall('src: "(https.*?mp4)"',requests.get('$doregex[link]',headers={'user-agent':'Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.131 Safari/537.36', 'Referer': '$doregex[link]', 'Origin': 'https://vidoza.org/'},verify=False).content)[0]+'|User-Agent=Mozilla/5.0&Referer=$doregex[link]' except: u = xbmc.executebuiltin('XBMC.Notification(Enlace o Link Eliminado,Elija otro, 4000)') return u elif 'videobee' in url: try: return re.findall('sources.*?".*?".*?"(http.*?mp4)"',requests.get('$doregex[link]',headers={'user-agent':'Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.131 Safari/537.36', 'Referer': '$doregex[link]', 'Origin': 'https://thevideobee.to/'},verify=False).content)[0]+'|User-Agent=Mozilla/5.0&Referer=$doregex[link]' except: u = xbmc.executebuiltin('XBMC.Notification(Enlace o Link Eliminado,Elija otro, 4000)') return u else: try: url= '$doregex[link]' u = urlresolver.resolve(url) return u except: u = xbmc.executebuiltin('XBMC.Notification(Enlace o Link Eliminado,Elija otro, 4000)') return u ]]></expres> <page></page> </regex> <regex> <name>link</name> <expres>\=\"(http.*?)\"</expres> <page>http://elhogardelaprendiz.es/?trembed=[makelist.param1]&trid=[makelist.param2]&trtype=[makelist.param3]</page> </regex> <regex> <name>videobee</name> <expres>sources.*?\".*?\"(.*?)"</expres> <page>$pyFunction:'$doregex[link]'.replace('https','http')</page> </regex> <thumbnail>http://blackaddon.com/gray/img/peliculas.png</thumbnail><fanart>http://blackaddon.com/gray/img/fanart.jpg</fanart> </item> <item> <!-- CUEVANA --> <title>[B]CUEVANA[/B] </title> <link>$doregex[makelist]</link> <regex> <name>makelist</name> <listrepeat><![CDATA[ <title>[COLOR skyblue][makelist.param2][/COLOR] ([makelist.param4])</title> <link>$doregex[makelist2]</link> <info>[makelist.param5]</info> <thumbnail>https:[makelist.param3]</thumbnail> ]]></listrepeat> <expres><![CDATA[#$pyFunction import re,requests def GetLSProData(page_data,Cookie_Jar,m): mlist=re.findall('(?s)"ml-item".+?href="([^"]+).+?title="([^"]+).+?src="([^"]+).+?quality">([^<]+).+?desc">([^<]+)',re.findall('movies-list-full"(?s)(.*?pagination)',page_data)[0]) count=re.findall('class=.extend.+?title.+?(\d+)',page_data)[0];pn=2;list=[] while pn <= int(count): pages='https://cuevana2.io/pelicula/page/'+str(pn)+'/';source=requests.get(pages).content list +=re.findall('(?s)"ml-item".+?href="([^"]+).+?title="([^"]+).+?src="([^"]+).+?quality">([^<]+).+?desc">([^<]+)',re.findall('movies-list-full"(?s)(.*?pagination)',source)[0]);pn +=1 return mlist+list ]]></expres> <page>https://cuevana2.io/pelicula/</page> </regex> <regex> <name>makelist2</name> <listrepeat><![CDATA[ <title>[COLOR skyblue][makelist.param2][/COLOR] ([makelist2.param2])</title> <link>$doregex[getUrl]</link> <info>[makelist.param5]</info> <thumbnail>https:[makelist.param3]</thumbnail> ]]></listrepeat> <expres><![CDATA[#$pyFunction import re def GetLSProData(page_data,Cookie_Jar,m): return re.findall('(reproductor\d+)">(.+?(?:Su|Pu)[^<]+)',re.findall('(?:"player"|"content_player")>(?s)(.*?h3>)',page_data)[0]) ]]></expres> <page>[makelist.param1]</page> <referer>https://cuevana2.io/pelicula/</referer> </regex> <regex> <name>getUrl</name> <expres><![CDATA[#$pyFunction import re,requests,cfscrape,urllib,json import urlresolver, resolveurl def GetLSProData(page_data,Cookie_Jar,m): scraper=cfscrape.create_scraper();serv='[makelist2.param2]';pUrl='https://player.cuevana2.io/' link='http://'+re.findall('[makelist2.param1].+?src.*?//([^"]+)',page_data)[0].replace('irgoto','goto') source=scraper.get(link,headers={'user-agent':'Mozilla/5.0'}).content php,tok,gsub=re.findall('(?s)form\s*action="([^"]+).*?value="([^"]+).+?value="([^"]+)',source)[0] url=scraper.post(pUrl+php,headers={'user-agent':'Mozilla/5.0'},data={'url':tok,'sub':gsub},allow_redirects=False).headers['Location'] if 'Purple' in serv: gurl=url.replace('v/','api/source/') source=scraper.post(gurl,headers={'user-agent':'Mozilla/5.0','referer':url,'x-requested-with':'XMLHttpRequest'},data={'r':'','d':'fembed.live'}).content list=re.findall('"data"(.*)',source)[0].replace('\\','') if '1080' in list: return re.findall('file":"([^"]+)"."label":"1080',list)[0]+'|user-agent=ipad&referer='+gurl elif '720' in list: return re.findall('.+"file":"(.*?)","label":"720',list)[0]+'|user-agent=ipad&referer='+gurl else: return re.findall('.+"file":"(.*?)","label":"480',list)[0]+'|user-agent=ipad&referer='+gurl else: source=scraper.get(link,headers={'user-agent':'Mozilla/5.0'}).content;list=re.findall('"file": "(.*?)"',source)[0].replace('https','http') return list+'|User-Agent=ipad' ]]></expres> <page>[makelist.param1]</page> <referer>https://cuevana2.io/pelicula/</referer> </regex> <thumbnail>http://blackaddon.com/gray/img/peliculas.png</thumbnail> <fanart>http://blackaddon.com/gray/img/fanart.jpg</fanart></item> <item> <!-- GNULA --> <title>[B]GNULA[/B] </title> <link>$doregex[makelist2]</link> <regex> <name>makelist2</name> <listrepeat><![CDATA[ <title>[B][makelist2.param3][/B] </title> <link>$doregex[makelist]</link> <thumbnail>[makelist2.param2]</thumbnail> ]]></listrepeat> <expres><![CDATA[#$pyFunction import re,requests def GetLSProData(page_data,Cookie_Jar,m): count=5;pn=1;data=[] while pn <= int(count): page='https://www.somosgnula.co/page/'+str(pn)+'/';source=requests.get(page).content.decode('ascii','ignore') data +=re.findall('(?s)class="item"[\w\W]*?href="(.*?)"[\w\W]*?data-lazy-src="(.*?)"[\w\W]*?class="tt">(.*?)<',source);pn +=1 return data ]]></expres> <page></page> </regex> <regex> <name>buscar</name> <expres><![CDATA[#$pyFunction import xbmc import xbmcaddon import xbmcgui def GetLSProData(page_data,Cookie_Jar,m): dialog = xbmcgui.Dialog() d = dialog.input('Busca tu pelicula:', type=xbmcgui.INPUT_ALPHANUM).replace(" ", "+") return d ]]></expres> <page></page> <cookieJar></cookieJar> </regex> <regex> <name>makelist</name> <listrepeat><![CDATA[ <title>[B][makelist2.param3][/B] [makelist.param3] ([makelist.param4]) - Server [makelist.param2] </title> <link>$doregex[id3]</link> <thumbnail>[makelist2.param2]</thumbnail> ]]></listrepeat> <expres><![CDATA[class="elemento"[\w\W]*?nofollow".*?href="(.*?)"[\w\W]*?domain=(clip.*?|vib.*?|gamo.*?|waaw.*?|vidoz.*?)\.[\w\W]*?c">(.*?)<[\w\W]*?d">(.*?)<]]></expres> <page>[makelist2.param1]</page> </regex> <regex> <name>id3</name> <expres><![CDATA[#$pyFunction import re,requests,xbmc,urlresolver,cookielib,urllib,urllib2 from urlresolver.plugins.lib import jsunpack def GetLSProData(page_data,Cookie_Jar,m,url='$doregex[enlace]'): if 'gamovideo' in url: try: ua = 'Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.131 Safari/537.36' s=requests.session() rsource=s.get(url, headers={'User-Agent': ua}, verify=False) source=s.get(url, headers={'User-Agent': ua}, verify=False) pack = re.findall('javascript.*?(eval\(function\(p,a,c,k,e,d.*)', source.text)[0] unpack=jsunpack.unpack(pack) u = re.findall('file:\s*"(http.*?)"', unpack)[0]+'|User-Agent='+ua except: u = xbmc.executebuiltin("XBMC.Notification(BlackGhost,enlace Gamovideo caido, 4000)") return u elif 'flix' in url: try: mozhdr4 = {'User-Agent': 'Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.131 Safari/537.36', 'Referer': '[makelist2.param1]'} html4 = requests.get(url, headers=mozhdr4, verify=False).text edata = re.findall('javascript.*?(eval\(function\(p,a,c,k,e,d.*)', html4)[0] epage = jsunpack.unpack(edata) u = re.findall('(?s)vplayer.*?file\s*.*?"(.*?)"', epage, re.DOTALL)[0] except: u = xbmc.executebuiltin("XBMC.Notification(BlackGhost,enlace Flix caido, 4000)") return u elif 'clipwatching' in url: try: ua = 'Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.131 Safari/537.36' u = re.findall('sources: ..src: "(.*?)"',requests.get(url,headers={'user-agent':ua},verify=False).content)[0] except: u = xbmc.executebuiltin("XBMC.Notification(BlackGhost,enlace Clipwatching caido, 4000)") return u elif 'vidoza' in url: try: mozhdr4 = {'User-Agent': 'Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.131 Safari/537.36', 'Referer': 'http://www.seriespapaya.net/'} html4 = requests.get(url, headers=mozhdr4, verify=False).text u = re.findall('["\']?\s*(?:file|src)\s*["\']?\s*[:=,]?\s*["\'](?P<url>[^"\']+)(?:[^}>\]]+)["\']?\s*res', html4)[0] + '|User-Agent=' + 'Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.131 Safari/537.36' except: u = xbmc.executebuiltin("XBMC.Notification(BlackGhost,enlace Vidoza caido, 4000)") return u elif 'openload' in url: try: mozhdr = {'User-Agent': 'Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.131 Safari/537.36', 'Referer': '[makelist2.param1]'} u = xbmc.executebuiltin("XBMC.Notification(BlackGhost,Servidor Openload muerto , 4000)") except: u = xbmc.executebuiltin("XBMC.Notification(BlackGhost,Servidor Openload muerto, 4000)") return u elif 'uptobox' in url: try: mozhdr3 = {'User-Agent': 'Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.131 Safari/537.36', 'Referer': '[makelist2.param1]'} html3 = requests.get(url, headers=mozhdr3, verify=False).text part1 = re.findall('(by its owner|uploaded with File Uploader)', html3)[0] u = xbmc.executebuiltin("XBMC.Notification(BlackGhost,enlace borrado , 4000)") except: H = xbmc.executebuiltin("XBMC.Notification(Blackghost Uptobox,Limite 120minutos diarios con esta ip, 5000)") u = resolveurl.resolve(url) return u else: try: u = urlresolver.resolve(url) except: u = xbmc.executebuiltin("XBMC.Notification(BlackGhost,enlace $doregex[enlace] caido, 4000)") return u ]]></expres> <page></page> </regex> <regex> <name>enlace</name> <expres>enlaceeee = \'(.*?)\'</expres> <page>https://www.somosgnula.co[makelist.param1]</page> </regex> <thumbnail>http://blackaddon.com/gray/img/peliculas.png</thumbnail><fanart>http://blackaddon.com/gray/img/fanart.jpg</fanart> </item> <item> <!-- OELISPEDIA --> <title>[B]PELISPEDIA[/B] </title> <link>$doregex[makelist]</link> <regex> <name>makelist</name> <listrepeat><![CDATA[ <title>[COLOR white][makelist.param3] [COLOR palegreen]([makelist.param4])[/COLOR]</title> <link>$doregex[makelist2]</link> <thumbnail>[makelist.param1]</thumbnail> ]]></listrepeat> <expres><![CDATA[#$pyFunction import re,requests def GetLSProData(page_data,Cookie_Jar,m): count=2;pn=1;data=[] while pn <= int(count): page='https://www.pelispedia.in/anio/2020/page/'+str(pn)+'/';source=requests.get(page).content.decode('ascii','ignore') data +=re.findall('class="item.*?src="(.*?)".*?href="(.*?)".*?h4>(.*?)<.*?<.*?<span>(.*?)<.*?">(.*?)<',source);pn +=1 return data ]]></expres> <page></page> </regex> <regex> <name>makelist2</name> <listrepeat><![CDATA[ <title>[COLOR white][makelist.param3] [COLOR palegreen]([makelist.param4]) [COLOR lightblue]Server:[makelist2.param2][/COLOR]</title> <link>$doregex[id3]</link> <thumbnail>[makelist.param1]</thumbnail> ]]></listrepeat> <expres><![CDATA[(https://(onlystream|www.fembed).*?)']]></expres> <page>[makelist.param2]</page> </regex> <regex> <name>id3</name> <expres><![CDATA[#$pyFunction import re,urlresolver def GetLSProData(page_data,Cookie_Jar,m): return urlresolver.resolve('[makelist2.param1]') ]]></expres> <page></page> </regex> <regex> <name>link</name> <expres>enlaceeee = \'(.*?)\'</expres> <page>https://www.somosgnula.co[makelist.param1]</page> </regex> <thumbnail>http://blackaddon.com/gray/img/peliculas.png</thumbnail><fanart>http://blackaddon.com/gray/img/fanart.jpg</fanart> </item> <item> <!-- PEPECINE --> <title>[B]PEPECINE[/B] Estrenos </title> <link>$doregex[list]</link> <regex> <name>list</name> <listrepeat><![CDATA[ <title>[B][COLOR lightblue][list.param3][/B] [COLOR lightgreen]([list.param4])[/COLOR][/COLOR] </title> <link>$doregex[url]</link>> <thumbnail>[list.param2]</thumbnail> ]]></listrepeat> <expres><![CDATA[class=\'online\'.*?titles\/(\w+)\s*.*?src=(.*?jpg)\s*.*?alt="(.*?)"[\w\W]*?s7\"\>.*?\-(.*?)<]]></expres> <page>https://verencasa.com/last/estrenos-peliculas-online.php</page> <referer>https://pepecine.com</referer> <agent>Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/533.20.25 (KHTML, like Gecko) Version/5.0.4 Safari/533.20.27</agent> </regex> <regex> <name>url</name> <listrepeat><![CDATA[ <title>$pyFunction:'[B][COLOR lightblue][list.param3][/B] [COLOR lightgreen] [/COLOR][/COLOR] [B][COLOR lightblue][url.param4][/B][/COLOR] [[COLOR lightyellow][B][url.param1][/B][/COLOR]] Server:[B][url.param3][/B]'.replace('\u00e1', 'a').replace('\u00e9', 'e').replace('\u00ed', 'i').replace('\u00f3', 'o').replace('\u00fa', 'u').replace('\u00f1', 'ñ')</title> <link>$doregex[id3]</link> <thumbnail>[list.param2]</thumbnail> ]]></listrepeat> <expres><![CDATA[\/(.*?)\.png.*?url\"\:\"(http.*?\/(\w+)\..*?)".*?quality\"\:\"(.*?)\"]]></expres> <page>https://pepecine.com/secure/titles/[list.param1]?titleId=[list.param1]</page> <referer>https://pepecine.com/titles/[list.param1]</referer> <agent>Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/533.20.25 (KHTML, like Gecko) Version/5.0.4 Safari/533.20.27</agent> </regex> <regex> <name>id3</name> <expres><![CDATA[#$pyFunction def GetLSProData(page_data,Cookie_Jar,m): import urlresolver, resolveurl url = '[url.param2]'.replace('\\','') try: u = urlresolver.resolve(url) except: u = '$doregex[dos]' return u ]]></expres> <page></page> </regex> <regex> <name>dos</name> <expres><![CDATA[#$pyFunction def GetLSProData(page_data, Cookie_Jar,m): import re,requests,xbmc,urlresolver from urlresolver.plugins.lib import jsunpack url='[url.param2]'.replace('\\','') ua ='Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.131 Safari/537.36' s=requests.session() rsource=s.get(url, headers={'User-Agent': ua}, verify=False) source=s.get(url, headers={'User-Agent': ua}, verify=False) pack = re.findall('javascript.*?(eval\(function\(p,a,c,k,e,d.*)', source.text)[0] unpack=jsunpack.unpack(pack).replace('\\','') u = re.findall('file:\s*"(http.*?)"', unpack)[0]+'|User-Agent='+ua return u ]]></expres> <page></page> </regex> <thumbnail>http://blackaddon.com/gray/img/peliculas.png</thumbnail><fanart>http://blackaddon.com/gray/img/fanart.jpg</fanart> </item> <item> <!-- PEPECINE Populares --> <title>[B]PEPECINE[/B] Populares </title> <link>$doregex[list]</link> <regex> <name>list</name> <listrepeat><![CDATA[ <title>$pyFunction:'[B][COLOR lightblue][list.param2][/B] [COLOR lightgreen]([list.param3])[/COLOR][/COLOR]'.replace('\u00e1', 'a').replace('\u00e9', 'e').replace('\u00ed', 'i').replace('\u00f3', 'o').replace('\u00fa', 'u')</title> <link>$doregex[url]</link>> <thumbnail>$pyFunction:'[list.param5]'.replace('\\','')</thumbnail> <fanart>$pyFunction:'[list.param6]'.replace('\\','')</fanart> <info>[list.param4]</info> ]]></listrepeat> <expres><![CDATA[#$pyFunction import re,requests def GetLSProData(page_data,Cookie_Jar,m): count=3;pn=1;data=[] while pn <= int(count): page='https://pepecine.com/secure/titles?type=movie&page='+str(pn)+'';source=requests.get(page).content.decode('ascii','ignore') data +=re.findall('"id":(.*?)\,"name":"(.*?)".*?year":(.*?)\,.*?description":"(.*?)".*?poster":"(.*?)".*?backdrop":"(.*?)"',source);pn +=1 return data ]]></expres> <page></page> <referer>https://pepecine.com</referer> <agent>Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/533.20.25 (KHTML, like Gecko) Version/5.0.4 Safari/533.20.27</agent> </regex> <regex> <name>url</name> <listrepeat><![CDATA[ <title>$pyFunction:'[B][COLOR lightblue][list.param2][/B] [COLOR lightgreen]([list.param3])[/COLOR][/COLOR] [B][COLOR lightblue][url.param4][/B][/COLOR] [[COLOR lightyellow][B][url.param1][/B][/COLOR]] Server:[B][url.param3][/B]'.replace('\u00e1', 'a').replace('\u00e9', 'e').replace('\u00ed', 'i').replace('\u00f3', 'o').replace('\u00fa', 'u').replace('\u00f1', 'ñ')</title> <link>$doregex[id3]</link> <thumbnail>$pyFunction:'[list.param5]'.replace('\\','')</thumbnail> <fanart>$pyFunction:'[list.param6]'.replace('\\','')</fanart> <info>[list.param4]</info> ]]></listrepeat> <expres><![CDATA[\/(.*?)\.png.*?url\"\:\"(http.*?\/(\w+)\..*?)".*?quality\"\:\"(.*?)\"]]></expres> <page>https://pepecine.com/secure/titles/[list.param1]?titleId=[list.param1]</page> <referer>https://pepecine.com/titles/[list.param1]</referer> <agent>Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/533.20.25 (KHTML, like Gecko) Version/5.0.4 Safari/533.20.27</agent> </regex> <regex> <name>id3</name> <expres><![CDATA[#$pyFunction def GetLSProData(page_data,Cookie_Jar,m): import urlresolver, resolveurl url = '[url.param2]'.replace('\\','') try: u = urlresolver.resolve(url) except: u = '$doregex[dos]' return u ]]></expres> <page></page> </regex> <regex> <name>dos</name> <expres><![CDATA[#$pyFunction def GetLSProData(page_data, Cookie_Jar,m): import re,requests,xbmc,urlresolver from urlresolver.plugins.lib import jsunpack url='[url.param2]'.replace('\\','') ua ='Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.131 Safari/537.36' s=requests.session() rsource=s.get(url, headers={'User-Agent': ua}, verify=False) source=s.get(url, headers={'User-Agent': ua}, verify=False) pack = re.findall('javascript.*?(eval\(function\(p,a,c,k,e,d.*)', source.text)[0] unpack=jsunpack.unpack(pack).replace('\\','') u = re.findall('file:\s*"(http.*?)"', unpack)[0]+'|User-Agent='+ua return u ]]></expres> <page></page> </regex> <thumbnail>http://blackaddon.com/gray/img/peliculas.png</thumbnail><fanart>http://blackaddon.com/gray/img/fanart.jpg</fanart> </item> <item> <!-- MIRA DE TODO --> <title>[B]MIRA DE TODO[/B]</title> <link>$doregex[makelist1]</link> <regex> <name>makelist1</name> movies (all pages) <listrepeat><![CDATA[ <title> [makelist1.param3] </title> <link>$doregex[makelist0]</link> <thumbnail>[makelist1.param2]</thumbnail> ]]></listrepeat> <expres><![CDATA[#$pyFunction import re, requests def GetLSProData(page_data,Cookie_Jar,m): ################################################################## FORMULARY ################################################################# starturl = 'https://miradetodo.net/' ### usually, ~ 'http://website.com/category/' ### categorylink = '' ### check the number of the param ### centerurl = 'page/' ### something like '/page/' ### firstpage = 1 ### probably = 1 ### endurl = '/?s=' ### can be empty ### ### endurl without final / (SLASH) ### # dataregex = 'class="item".*?\n.*?href="(.*?)".*?\n.*?\n.*?src="(.*?)".*?alt="(.*?)"' ### To adapt ### headers = {'User-Agent': 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:50.0) Gecko/20100101 Firefox/50.0', 'Referer': ''} ### To adapt ### ############################################################################################################################################## ############################## GENERIC PART ##################################### fullurl = starturl + centerurl + str(firstpage) + endurl + categorylink # source = requests.get(fullurl, headers= headers).text # data = [] # # last = 6 # while firstpage <= last: # try: # fullurl = starturl + centerurl + str(firstpage) + endurl + categorylink # source = requests.get(fullurl, headers=headers).text # data += re.findall(dataregex, source) # firstpage += 1 # except: # pass # return data # ]]></expres><page></page> </regex> <regex> <name>makelist0</name> <listrepeat><![CDATA[ <title>[makelist1.param3] opcion:[makelist0.param1] </title> <link>$doregex[makelist3]</link> <thumbnail>[makelist1.param2]</thumbnail> ]]></listrepeat> <expres><![CDATA[class="(movie.*?)".*?iframe.*?data-lazy-src="(.*?)"]]></expres> <page>[makelist1.param1]</page> </regex> <regex> <name>makelist3</name> <listrepeat><![CDATA[ <title>[makelist1.param3] - Server:[makelist3.param2] </title> <link>$doregex[id3]</link> <thumbnail>[makelist1.param2]</thumbnail> ]]></listrepeat> <expres><![CDATA[a\shref="(.*?)".*?\n.*?\n.*?\n.*?\n.*?span>(.*?)<]]></expres> <page>[makelist0.param2]</page> </regex> <regex> <name>id3</name> <expres><![CDATA[#$pyFunction def GetLSProData(page_data,Cookie_Jar,m): import urlresolver, resolveurl url = '$doregex[serv]' try: u = urlresolver.resolve(url) except: u = resolveurl.resolve(url) return u ]]></expres> <page></page> </regex> <regex> <name>serv</name> <expres><![CDATA[iframe src="(.*?)"]]></expres> <page>[makelist3.param1]</page> </regex> <thumbnail>http://blackaddon.com/gray/img/peliculas.png</thumbnail><fanart>http://blackaddon.com/gray/img/fanart.jpg</fanart> </item> <item> <!-- MEGALINK --> <title>[B]PELIS 1LINK[/B]</title> <link>$doregex[makelist]</link> <regex> <name>makelist</name> <listrepeat><![CDATA[ <title>[COLOR white] $doregex[name][/COLOR] </title> <link>$doregex[makelist3]</link> <thumbnail>[makelist.param1]</thumbnail> ]]></listrepeat> <expres><![CDATA[#$pyFunction import re,requests def GetLSProData(page_data,Cookie_Jar,m): count=3;pn=1;data=[] while pn <= int(count): page='https://mega1link.com/peliculas/page/'+str(pn)+'/';source=requests.get(page).content.decode('ascii','ignore') data +=re.findall('class="item movies".*?data-src="(.*?)" alt="(.*?)".*?star2">.*?(\d+.*?)<.*?href="(.*?)"',source);pn +=1 return data ]]></expres> <page></page> </regex> <regex> <name>makelist3</name> <listrepeat><![CDATA[ <title>$doregex[name] [COLOR lightyellow]Idioma:[makelist3.param4] [COLOR deepskyblue]Calidad:[makelist3.param3][/COLOR]</title> <link>$doregex[getUrl]</link> <thumbnail>[makelist.param2]</thumbnail> ]]></listrepeat> <expres><![CDATA[domain=(uptobox)\..*?href='(http.*?)'.*?quality'>(.*?)<.*?<td>(.*?)<]]></expres> <page>[makelist.param4]</page> </regex> <regex> <name>name</name> <expres>$pyFunction:('[makelist.param2]').replace('#8217;','\u2019').replace('#038;','').replace('#8211;','-').replace('&','')</expres> <page></page> </regex> <regex> <name>getUrl</name> <expres><![CDATA[#$pyFunction import re,resolveurl def GetLSProData(page_data,Cookie_Jar,m): return resolveurl.resolve('$doregex[makelist2]') ]]></expres> <page></page> </regex> <regex> <name>makelist2</name> <expres><![CDATA[rel="nofollow" href="(http.*?uptobox.com.*?)"]]></expres> <page>[makelist3.param2]</page> </regex> <thumbnail>http://blackaddon.com/gray/img/peliculas.png</thumbnail><fanart>http://blackaddon.com/gray/img/fanart.jpg</fanart> </item> <item> <!-- ALL PELICULAS --> <title>[B]CLIVER[/B] Estrenos </title> <link>$doregex[makelist]</link> <regex> <name>makelist</name> <listrepeat><![CDATA[ <title>[COLOR white][makelist.param3] [COLOR pink][makelist.param4] [/COLOR]</title> <link>$doregex[makelist2]</link> <thumbnail>[makelist.param2]<thumbnail> ]]></listrepeat> <expres><![CDATA[(?s)class="portada-p">.*?href="(.*?)"><img src="(.*?)"\salt="(.*?)".*?span>(\d+)<]]></expres> <page>https://www.cliver.to/peliculas/tendencias/</page> </regex> <regex> <name>makelist2</name> <listrepeat><![CDATA[ <title>[COLOR white][makelist2.param2] [COLOR lightpink]idioma:[makelist2.param3] [COLOR lightred]server:[makelist2.param5][/COLOR]</title> <link>$doregex[file]</link> <thumbnail>[makelist.param2]</thumbnail> ]]></listrepeat> <expres><![CDATA[id_pelicula":"(.*?)","titulo":"(.*?)","idioma":"(.*?)","token":"(.*?)","reproductor_nombre":"(.*?)"]]></expres> <page>https://www.cliver.to/frm/obtener-enlaces-pelicula.php</page> <rawpost>pelicula=$doregex[id]</rawpost> <referer>[makelist.param1]</referer> <agent>Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:74.0) Gecko/20100101 Firefox/74.0</agent> <connection>keep-alive</connection> <accept>application/json, text/javascript, */*; q=0.01</accept> <X-Req>XMLHttpRequest</X-Req> </regex> <regex> <name>id</name> <expres><![CDATA[Idpelicula = "(.*?)\"]]></expres> <page>[makelist.param1]</page> <referer>https://www.cliver.to/peliculas/mas-vistas/</referer> <agent>Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:74.0) Gecko/20100101 Firefox/74.0</agent> </regex> <regex> <name>file</name> <expres><![CDATA[#$pyFunction import re,urlresolver def GetLSProData(page_data,Cookie_Jar,m): return urlresolver.resolve('$doregex[link]') ]]></expres> <page></page> </regex> <regex> <name>link</name> <expres>$pyFunction:('$doregex[link2]').replace('\\/','/')</expres> <page></page> </regex> <regex> <name>link2</name> <expres><![CDATA[(?s)"url":"(.*?)"]]></expres> <page>https://directv.clivertv.com/getFile.php</page> <referer>[makelist.param1]</referer> <agent>Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:74.0) Gecko/20100101 Firefox/74.0</agent> <cookieJar></cookieJar> <rawpost>hash=[makelist2.param4]</rawpost> <connection>keep-alive</connection> <accept>*/*</accept> <X-Req>XMLHttpRequest</X-Req> </regex> <thumbnail>http://blackaddon.com/gray/img/peliculas.png</thumbnail><fanart>http://blackaddon.com/gray/img/fanart.jpg</fanart> </item> <item> <!-- ALL PELICULAS --> <title>[B]ALL PELICULAS[/B] Estrenos </title> <link>$doregex[makelist3]</link> <regex> <name>makelist3</name> movies (all pages) <listrepeat><![CDATA[ <title>[makelist3.param1] ([makelist3.param1]) </title> <link>$doregex[makelist2]</link> <thumbnail>http://allpeliculas.io/source/movies/poster/[makelist3.param4]/thumbs/poster-1.jpg</thumbnail> ]]></listrepeat> <expres><![CDATA[#$pyFunction import re, requests def GetLSProData(page_data,Cookie_Jar,m): ################################################################## FORMULARY ################################################################# starturl = 'http://allpeliculas.io/movies/newmovies?' ### usually, ~ 'http://website.com/category/' ### categorylink = '' ### check the number of the param ### centerurl = 'page=' ### something like '/page/' ### firstpage = 1 ### probably = 1 ### endurl = '/' ### can be empty ### ### endurl without final / (SLASH) ### # dataregex = '\"title\"\:\"(.*?)\".*?origin_name\"\:\"(.*?)\".*?slug\"\:\"(.*?)\".*?img_dir\"\:\"(tt.*?)\"' ### To adapt ### headers = {'User-Agent': 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:50.0) Gecko/20100101 Firefox/50.0', 'Referer': ''} ### To adapt ### ############################################################################################################################################## ############################## GENERIC PART ##################################### fullurl = starturl + centerurl + str(firstpage) + endurl + categorylink # source = requests.get(fullurl, headers= headers).text # data = [] # # last = 6 # while firstpage <= last: # try: # fullurl = starturl + centerurl + str(firstpage) + endurl + categorylink # source = requests.get(fullurl, headers=headers).text # data += re.findall(dataregex, source) # firstpage += 1 # except: # pass # return data # ]]></expres><page></page> </regex> <regex> <name>makelist2</name> <listrepeat><![CDATA[ <title>[B][makelist3.param1][/B] [makelist2.param2]</title> <link>$doregex[id3]</link> <thumbnail>http://allpeliculas.io/source/movies/poster/[makelist3.param4]/thumbs/poster-1.jpg</thumbnail> ]]></listrepeat> <expres><![CDATA[data-link="(.*?)">(.*?)<]]></expres> <page>http://allpeliculas.io/pelicula/[makelist3.param3]</page> </regex> <regex> <name>id3</name> <expres><![CDATA[#$pyFunction def GetLSProData(page_data,Cookie_Jar,m): import urlresolver, resolveurl url = '[makelist2.param1]' try: u = urlresolver.resolve(url) except: u = resolveurl.resolve(url) return u ]]></expres> <page></page> </regex> <thumbnail>http://blackaddon.com/gray/img/peliculas.png</thumbnail> </item> <item><!-- CineTUX--> <title>[B]CINETUX[/B]</title> <link>$doregex[makelist]</link> <regex> <name>makelist</name> <listrepeat><![CDATA[ <title>[makelist.param2]</title> <urlsolve>[makelist.param3]</urlsolve> <thumbnail>[makelist.param1]</thumbnail> ]]></listrepeat> <expres><![CDATA[******.*?logo="(.*?)"\s\,(.*?)\n(http.*?)\n]]></expres> <page>http://blackaddon.com/scr/cinetux.php?file=***</page> <referer>http://cinetux.tv/</referer> </regex> <thumbnail>http://blackaddon.com/gray/img/peliculas.png</thumbnail> </item> <item> <!-- DOS PELIS --> <title>[B]DOSPELIS[/B] [S] </title> <link>$doregex[makelist2]</link> <regex> <name>makelist2</name> <listrepeat><![CDATA[ <title>[COLOR white][makelist2.param2][/COLOR] [COLOR lightskyblue][makelist2.param3][/COLOR]</title> <link>$doregex[makelist]</link> <thumbnail>[makelist2.param1]</thumbnail> ]]></listrepeat> <expres><![CDATA[#$pyFunction import re,requests def GetLSProData(page_data,Cookie_Jar,m): count=4;pn=1;data=[] while pn <= int(count): page='http://www.dospelis.online/genre/estrenos/page/'+str(pn)+'/';source=requests.get(page).content.decode('ascii','ignore') data +=re.findall('(?s)class="poster".*?\n.*?src="(.*?)".*?alt="(.*?)".*?\n.*?\n.*?\n.*?quality">(.*?)<.*?\n.*?href="(.*?)"',source);pn +=1 return data ]]></expres> <page></page> </regex> <regex> <name>makelist</name> <listrepeat><![CDATA[ <title>[B][COLOR white][makelist2.param2][/COLOR] [/B] Idioma:[COLOR lightsalmon][makelist.param4] [/COLOR][COLOR lightyellow][makelist.param5][/COLOR] </title> <link>$doregex[id3]</link> <thumbnail>[makelist2.param1]</thumbnail> ]]></listrepeat> <expres><![CDATA[data-type='(.*?)'\s*data-post='(.*?)'\s*data-nume='(.*?)'.*?title'>(.*?)<.*?server'>(.*?)<]]></expres> <page>[makelist2.param4]</page> </regex> <regex> <name>id3</name> <expres><![CDATA[#$pyFunction import re,requests,urlresolver def GetLSProData(page_data,Cookie_Jar,m): source=requests.post('https://www.dospelis.online/wp-admin/admin-ajax.php',headers={'user-agent':'Mozilla/5.0','host':'www.dospelis.online','referer':'https://www.dospelis.online/','x-requested-with':'XMLHttpRequest','accept':'*/*'},data={'action':'doo_player_ajax','post':'[makelist.param2]','nume':'[makelist.param3]','type':'[makelist.param1]'}).content.decode('ascii','ignore') return urlresolver.resolve(re.findall('iframe.+?src=.(h[^\'"]+)',source)[0]) ]]></expres> <page></page> </regex> <thumbnail>http://blackaddon.com/gray/img/peliculas.png</thumbnail> </item> <item> <!-- LEGALGRATIS--> <title>[B]LEGALMENTE GRATIS[/B] (peliculas retro) </title> <link>$doregex[list]</link> <regex> <name>list</name> <listrepeat><![CDATA[ <title>[COLOR skyblue][list.param2][/COLOR]</title> <link>$doregex[makelist]</link> ]]></listrepeat> <expres><![CDATA[href="h.*?legalmentegratis.*?(category/.*?/)">(.*?)<]]></expres> <page>http://legalmentegratis.com/</page> </regex> <regex> <name>makelist</name> <listrepeat><![CDATA[ <title>[COLOR white][makelist.param3][/COLOR]</title> <link>$doregex[makelist2]</link> <thumbnail>[makelist.param2]</thumbnail> <info>[makelist.param4]</info> ]]></listrepeat> <expres><![CDATA[(?s)<figure class="visual[\w\W]*?href="(.*?)"[\w\W]*?src="(.*?)"[\w\W]*?bookmark">(.*?)<[\w\W]*?<p>(.*?)\[.*?<]]></expres> <page>http://legalmentegratis.com/[list.param1]</page> </regex> <regex> <name>makelist2</name> <listrepeat><![CDATA[ <title>[COLOR white] [makelist2.param1] [COLOR skyblue][makelist2.param2][/COLOR]</title> <link>$doregex[id3]</link> <thumbnail>[makelist.param2]</thumbnail> <info>[makelist.param4]</info> ]]></listrepeat> <expres><![CDATA[(?s)<p><strong>Ver(.*?)<.*?>(.*?)<.*?src="(.*?)"]]></expres> <page>[makelist.param1]</page> </regex> <regex> <name>id3</name> <expres><![CDATA[#$pyFunction import re,urlresolver def GetLSProData(page_data,Cookie_Jar,m): return urlresolver.resolve('[makelist2.param3]') ]]></expres> <page></page> </regex> <thumbnail>http://blackaddon.com/gray/img/peliculas.png</thumbnail><fanart>http://blackaddon.com/gray/img/fanart.jpg</fanart> </item> <item> <!-- PELISPLANET--> <title>[B]PELISPLANET[/B] </title> <link>$doregex[makelist2]</link> <regex> <name>makelist2</name> movies (all pages) <listrepeat><![CDATA[ <title> [makelist2.param2] [I]Idioma: [makelist2.param4] [/I] </title> <link>$doregex[makelist]</link> <thumbnail>[makelist2.param5]</thumbnail> <fanart>[makelist2.param5]</fanart> ]]></listrepeat> <expres><![CDATA[#$pyFunction import re, requests def GetLSProData(page_data,Cookie_Jar,m): ################################################################## FORMULARY ################################################################# starturl = 'http://www.pelisplanet.com/genero/estrenos/' ### usually, ~ 'http://website.com/category/' ### categorylink = '' ### check the number of the param ### centerurl = 'page/' ### something like '/page/' ### firstpage = 1 ### probably = 1 ### endurl = '/' ### can be empty ### ### endurl without final / (SLASH) ### # dataregex = 'href="(.*?)"[\w\W\s]{0,510}one-line">(.*?)<[\w\W\s]{0,350}flags/(.*?).png.*?title="(.*?)"[\w\W\s]{0,240}src="(.*?)"' ### To adapt ### headers = {'User-Agent': 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:50.0) Gecko/20100101 Firefox/50.0', 'Referer': ''} ### To adapt ### ############################################################################################################################################## ############################## GENERIC PART ##################################### fullurl = starturl + centerurl + str(firstpage) + endurl + categorylink # source = requests.get(fullurl, headers= headers).text # data = [] # # last = 6 # while firstpage <= last: # try: # fullurl = starturl + centerurl + str(firstpage) + endurl + categorylink # source = requests.get(fullurl, headers=headers).text # data += re.findall(dataregex, source) # firstpage += 1 # except: # pass # return data # ]]></expres><page></page> </regex> <regex> <name>makelist</name> <listrepeat><![CDATA[ <title>[makelist2.param2] Server:[makelist.param1] Idioma:[makelist.param2]</title> <link>$doregex[id3]</link> <thumbnail>[makelist2.param5]</thumbnail> <fanart>[makelist2.param5]</fanart> ]]></listrepeat> <expres><![CDATA[rel="(http.*?)".*?optxt"><span>(.*?)<]]></expres> <page>[makelist2.param1]</page> <cookieJar></cookieJar> </regex> <regex> <name>id3</name> <expres><![CDATA[#$pyFunction def GetLSProData(page_data,Cookie_Jar,m): import urlresolver, resolveurl url = '[makelist.param1]' try: u = urlresolver.resolve(url) except: u = 'no' return u ]]></expres> <page></page> </regex> <thumbnail>http://blackaddon.com/gray/img/peliculas.png</thumbnail><fanart>http://blackaddon.com/gray/img/fanart.jpg</fanart></item> <item> <!-- PELICULAS TODAY--> <title>[B]PELICULAS TODAY[/B] Ultimas Agregadas</title> <link>$doregex[makelist2]</link> <regex> <name>makelist2</name> movies (all pages) <listrepeat><![CDATA[ <title> [makelist2.param3] </title> <link>$doregex[makelist3]</link> <fanart>[makelist2.param2]</fanart> <thumbnail>[makelist2.param2]</thumbnail> ]]></listrepeat> <expres><![CDATA[#$pyFunction import re, requests def GetLSProData(page_data,Cookie_Jar,m): ################################################################## FORMULARY ################################################################# starturl = 'https://www.peliculastoday.com/' ### usually, ~ 'http://website.com/category/' ### categorylink = '' ### check the number of the param ### centerurl = 'page/' ### something like '/page/' ### firstpage = 1 ### probably = 1 ### endurl = '/' ### can be empty ### ### endurl without final / (SLASH) ### # dataregex = 'href="([^"]+)[\W\w\s]{0,10}class="image[\W\w\s]{0,10}src="([^"]+).*?alt="([^"]+)' ### To adapt ### headers = {'User-Agent': 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:50.0) Gecko/20100101 Firefox/50.0', 'Referer': ''} ### To adapt ### ############################################################################################################################################## ############################## GENERIC PART ##################################### fullurl = starturl + centerurl + str(firstpage) + endurl + categorylink # source = requests.get(fullurl, headers= headers).text # data = [] # # last = 7 # while firstpage <= last: # try: # fullurl = starturl + centerurl + str(firstpage) + endurl + categorylink # source = requests.get(fullurl, headers=headers).text # data += re.findall(dataregex, source) # firstpage += 1 # except: # pass # return data # ]]></expres><page></page> </regex> <regex> <name>makelist3</name> <listrepeat><![CDATA[ <title>[makelist2.param3] Server:[makelist3.param1]</title> <link>$doregex[id3]</link> <fanart>[makelist2.param2]</fanart> <thumbnail>[makelist2.param2]</thumbnail> ]]></listrepeat> <expres><![CDATA[\"(https://streamango.*?|http://xvidstage.*?|http://uptobox.*?|https://openload.*?|https://userscloud.*?|https://ok.*?|https://uptostream.*?|https://www.rapidvideo.*?|https://filescdn.net.*?|https://fastplay.*?|https://www.yourupload.*?)"]]></expres> <page>[makelist2.param1]</page> <agent>Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36</agent> </regex> <regex> <name>id3</name> <expres><![CDATA[#$pyFunction def GetLSProData(page_data,Cookie_Jar,m): import urlresolver, resolveurl url = '[makelist3.param1]' try: u = urlresolver.resolve(url) except: u = resolveurl.resolve(url) return u ]]></expres> <page></page> </regex> <thumbnail>http://blackaddon.com/gray/img/peliculas.png</thumbnail><fanart>http://blackaddon.com/gray/img/fanart.jpg</fanart> </item> <item><!-- PELICULAS TODAY--> <title>[B]PELICULAS TODAY[/B] por Año</title> <link>$doregex[makelist2]</link> <regex> <name>makelist2</name> movies (all pages) <listrepeat><![CDATA[ <title> [makelist2.param3] </title> <link>$doregex[makelist3]</link> <fanart>[makelist2.param2]</fanart> <thumbnail>[makelist2.param2]</thumbnail> ]]></listrepeat> <expres><![CDATA[#$pyFunction import re, requests def GetLSProData(page_data,Cookie_Jar,m): ################################################################## FORMULARY ################################################################# starturl = 'https://www.peliculastoday.com/fecha-estreno/$doregex[select]/' ### usually, ~ 'http://website.com/category/' ### categorylink = '' ### check the number of the param ### centerurl = 'page/' ### something like '/page/' ### firstpage = 1 ### probably = 1 ### endurl = '/' ### can be empty ### ### endurl without final / (SLASH) ### # dataregex = 'href="([^"]+)[\W\w\s]{0,10}class="image[\W\w\s]{0,10}src="([^"]+).*?alt="([^"]+)' ### To adapt ### headers = {'User-Agent': 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:50.0) Gecko/20100101 Firefox/50.0', 'Referer': ''} ### To adapt ### ############################################################################################################################################## ############################## GENERIC PART ##################################### fullurl = starturl + centerurl + str(firstpage) + endurl + categorylink # source = requests.get(fullurl, headers= headers).text # data = [] # # last = 7 # while firstpage <= last: # try: # fullurl = starturl + centerurl + str(firstpage) + endurl + categorylink # source = requests.get(fullurl, headers=headers).text # data += re.findall(dataregex, source) # firstpage += 1 # except: # pass # return data # ]]></expres><page></page> </regex> <regex> <name>select</name> <expres><![CDATA[#$pyFunction def GetLSProData(page_data,Cookie_Jar,m): import xbmcgui dialog = xbmcgui.Dialog() ret = dialog.select('Elige un Año ', ['2014', '2015', '2016', '2017', '2018', '2019']) lists = ['2014', '2015', '2016', '2017', '2018', '2019'] return lists[ret] ]]></expres> <page></page> </regex> <regex> <name>makelist3</name> <listrepeat><![CDATA[ <title>[makelist2.param3] Server:[makelist3.param1]</title> <link>$doregex[id3]</link> <fanart>[makelist2.param2]</fanart> <thumbnail>[makelist2.param2]</thumbnail> ]]></listrepeat> <expres><![CDATA[\"(https://streamango.*?|http://xvidstage.*?|http://uptobox.*?|https://openload.*?|https://userscloud.*?|https://ok.*?|https://uptostream.*?|https://www.rapidvideo.*?|https://filescdn.net.*?|https://fastplay.*?|https://www.yourupload.*?)"]]></expres> <page>[makelist2.param1]</page> <agent>Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36</agent> </regex> <regex> <name>id3</name> <expres><![CDATA[#$pyFunction def GetLSProData(page_data,Cookie_Jar,m): import urlresolver, resolveurl url = '[makelist3.param1]' try: u = urlresolver.resolve(url) except: u = resolveurl.resolve(url) return u ]]></expres> <page></page> </regex> <thumbnail>http://blackaddon.com/gray/img/peliculas.png</thumbnail><fanart>http://blackaddon.com/gray/img/fanart.jpg</fanart> </item> <item> <!-- PELISMEDIA--> <title>[B]PELISMEDIA[/B] </title> <link>$doregex[makelist2]</link> <regex> <name>makelist2</name> movies (all pages) <listrepeat><![CDATA[ <title> [makelist2.param3] </title> <link>$doregex[makelist3]</link> <fanart>[makelist2.param2]</fanart> <thumbnail>[makelist2.param2]</thumbnail> ]]></listrepeat> <expres><![CDATA[#$pyFunction import re, requests def GetLSProData(page_data,Cookie_Jar,m): ################################################################## FORMULARY ################################################################# starturl = 'http://www.pelismedia.com/genero/estrenos/' ### usually, ~ 'http://website.com/category/' ### categorylink = '' ### check the number of the param ### centerurl = 'page/' ### something like '/page/' ### firstpage = 1 ### probably = 1 ### endurl = '/' ### can be empty ### ### endurl without final / (SLASH) ### # dataregex = 'item.*?\n.*?href="(.*?)"[\w\W\s]{0,35}src="(.*?)".*?alt="(.*?)"' ### To adapt ### headers = {'User-Agent': 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:50.0) Gecko/20100101 Firefox/50.0', 'Referer': ''} ### To adapt ### ############################################################################################################################################## ############################## GENERIC PART ##################################### fullurl = starturl + centerurl + str(firstpage) + endurl + categorylink # source = requests.get(fullurl, headers= headers).text # data = [] # # last = 6 # while firstpage <= last: # try: # fullurl = starturl + centerurl + str(firstpage) + endurl + categorylink # source = requests.get(fullurl, headers=headers).text # data += re.findall(dataregex, source) # firstpage += 1 # except: # pass # return data # ]]></expres><page></page> </regex> <regex> <name>makelist3</name> <listrepeat><![CDATA[ <title>[makelist2.param3] Server:[makelist3.param1]</title> <link>$doregex[id3]</link> <fanart>[makelist2.param2]</fanart> <thumbnail>[makelist2.param2]</thumbnail> ]]></listrepeat> <expres><![CDATA[(https://streamango.*?|http://xvidstage.*?|https://www.fembed.*?|https://www.rapidvideo.*?|http://uptobox.*?|https://openload.*?|https://userscloud.*?|https://ok.*?|https://uptostream.*?|https://vidoza.*?)"]]></expres> <page>[makelist2.param1]</page> <agent>Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36</agent> </regex> <regex> <name>id3</name> <expres><![CDATA[#$pyFunction def GetLSProData(page_data,Cookie_Jar,m): import urlresolver, resolveurl url = '[makelist3.param1]' try: u = urlresolver.resolve(url) except: u = resolveurl.resolve(url) return u ]]></expres> <page></page> </regex> <thumbnail>http://blackaddon.com/gray/img/peliculas.png</thumbnail><fanart>http://blackaddon.com/gray/img/fanart.jpg</fanart> </item> <item> <!-- ESTRENOS GO--> <title>[B]ESTRENOS GO[/B] Castellano </title> <link>$doregex[makelist3]</link> <regex> <name>makelist3</name> <listrepeat><![CDATA[ <title>[makelist3.param1]</title> <link>$doregex[makelist2]</link> <thumbnail>https://estrenosflix.com[makelist3.param2]</thumbnail> <info>[makelist3.param4]</info> ]]></listrepeat> <expres><![CDATA[#$pyFunction import re,requests def GetLSProData(page_data,Cookie_Jar,m): count=2;pn=1;data=[] while pn <= int(count): page='https://estrenosflix.com/descarga-0-58126-0-0-fx-1-'+str(pn)+'-.fx';source=requests.get(page).content.decode('ascii','ignore') data +=re.findall('MiniFicha"[\w\W]*?title="(.*?)en\s.*?src="(.*?)"[\w\W]*?OpcionesDescargasMini.*?href="(.*?)"[\w\W]*?versinp[\w\W]*?\;\">(.*?)<',source);pn +=1 return data ]]></expres> <page></page> </regex> <regex> <name>makelist2</name> <listrepeat><![CDATA[ <title>[makelist2.param2]</title> <link>$doregex[makelist]</link> <thumbnail>https://estrenosflix.com[makelist3.param2]</thumbnail> <info>[makelist3.param4]</info> ]]></listrepeat> <expres><![CDATA[content"><a href="(.*?)" title="(.*?)"]]></expres> <page>[makelist3.param3]</page> </regex> <regex> <name>makelist</name> <listrepeat><![CDATA[ <title>[makelist2.param2]</title> <link>http://m3ukodi.com/****/mega_play.php?v=$doregex[mega]</link> <thumbnail>https://estrenosflix.com[makelist3.param2]</thumbnail> <info>[makelist3.param4]</info> ]]></listrepeat> <expres><![CDATA[id="mega.nz"[\w\W]*?href="(.*?)"]]></expres> <page>[makelist2.param1]</page> </regex> <regex> <name>mega</name> <expres>$pyFunction:'[makelist.param1]'.replace('https://mega.nz/#','')</expres> <page></page> <cookieJar></cookieJar> </regex> <thumbnail>http://blackaddon.com/gray/img/peliculas.png</thumbnail> </item> <item> <!-- RE PELIS --> <title>[B]REPELIS[/B]</title> <link>$doregex[makelist0]</link> <regex> <name>makelist0</name> <listrepeat><![CDATA[ <title>[COLOR skyblue][makelist0.param1][/COLOR]</title> <link>$doregex[makelist]</link> <thumbnail>http://blackaddon.com/gray/img/peliculas.png</thumbnail> ]]></listrepeat> <expres><![CDATA[-(.*?)=(.*?)"]]></expres> <page> -Estrenos=https://www.repelisplus.vip/peliculas/estrenos/" -Especiales=https://www.repelisplus.vip/especiales/" -Tendencia=https://www.repelisplus.vip/tendencias/"</page> </regex> <regex> <name>makelist</name> <listrepeat><![CDATA[ <title>[COLOR skyblue][makelist.param3][/COLOR]</title> <link>$doregex[makelist2]</link> <thumbnail>[makelist.param2]</thumbnail> ]]></listrepeat> <expres><![CDATA[class="ksaj"><a href="https:\/\/(.*?)".*?src="(.*?)".*?h4>(.*?)<.*?]]></expres> <page>[makelist0.param2]</page> </regex> <regex> <name>makelist2</name> <listrepeat><![CDATA[ <title>[COLOR lightpink] [makelist2.param1] [COLOR white][makelist2.param3][/COLOR]</title> <link>$doregex[id3]</link> <thumbnail>[makelist.param2]</thumbnail> ]]></listrepeat> <expres><![CDATA[div class="adag.*?p>(.*?)<.*?|href="(.*?)".*?n>(.*?)<]]></expres> <page>https://[makelist.param1]online/</page> </regex> <regex> <name>id3</name> <expres><![CDATA[#$pyFunction def GetLSProData(page_data,Cookie_Jar,m): import urlresolver, resolveurl url = '$doregex[play]' try: u = urlresolver.resolve(url) except: u = resolveurl.resolve(url) return u ]]></expres> <page></page> </regex> <regex> <name>play</name> <expres><![CDATA[src="(.*?)"]]></expres> <page>[makelist2.param2]</page> </regex> <thumbnail>http://blackaddon.com/gray/img/peliculas.png</thumbnail> </item> <item><!-- INKAPELIS --> <title>[B]INKAPELIS[/B]</title> <link>$doregex[makelist]</link> <regex> <name>makelist</name> <listrepeat><![CDATA[ <title>[makelist.param2]</title> <urlsolve>[makelist.param3]</urlsolve> <thumbnail>[makelist.param1]</thumbnail> ]]></listrepeat> <expres><![CDATA[******.*?logo="(.*?)"\s\,(.*?)\n(http.*?)\n]]></expres> <page>http://blackaddon.com/web/inkapelis.php?file=***</page> <referer>http://inkapelis.tv/</referer> </regex> <thumbnail>http://blackaddon.com/gray/img/peliculas.png</thumbnail> </item> <item><!-- PelisForthe --> <title>[B]ULTRAPE[/B]</title> <link>$doregex[makelist]</link> <regex> <name>makelist</name> <listrepeat><![CDATA[ <title>[makelist.param2]</title> <urlsolve>[makelist.param3]</urlsolve> <thumbnail>[makelist.param1]</thumbnail> ]]></listrepeat> <expres><![CDATA[******.*?logo="(.*?)"\s\,(.*?)\n(http.*?)\n]]></expres> <page>http://blackaddon.com/scr/ultrape.php?file=***</page> <referer>http://inkapelis.tv/</referer> </regex> <thumbnail>http://blackaddon.com/gray/img/peliculas.png</thumbnail> </item> <item> <!-- UltraPelis --> <title>[B]PELISULTRA[/B]</title> <link>$doregex[makelist0]</link> <regex> <name>makelist0</name> <listrepeat><![CDATA[ <title>[COLOR skyblue][makelist0.param2][/COLOR]</title> <link>$doregex[makelist]</link> <thumbnail>http://blackaddon.com/gray/img/peliculas.png</thumbnail> ]]></listrepeat> <expres><![CDATA[-(.*?)"(.*?)"]]></expres> <page> -/xfsearch/iframe-subtitulada/"Subtituladas" -/xfsearch/iframe-espanol/"Español" -/xfsearch/iframe-latino/"Latino" -/xfsearch/mas-vistas/"Más vistas" -/lastnews/"Todas las películas" -/accion/"[B]Genero[/B]" -/accion/"Acción" -/animacion/"Animación" -/drama/"Drama" -/aventura/"Aventura" -/ciencia-ficcion/"Ciencia Ficción" -/comedia/"Comedia" -/accion/"[B]Año[/B]" -/xfsearch/peliculas-2020/"2020" -/xfsearch/peliculas-2019/"2019" -/xfsearch/peliculas-2018/"2018" -/xfsearch/peliculas-2017/"2017" -/xfsearch/peliculas-2016/"2016"</page> </regex> <regex> <name>makelist</name> <listrepeat><![CDATA[ <title>[COLOR white][makelist.param3][/COLOR] [COLOR gray][makelist.param7][/COLOR]</title> <link>$doregex[makelist2]</link> <thumbnail>https://verpeliculasultra.com[makelist.param2]</thumbnail> <fanart>https://verpeliculasultra.com[makelist.param2]</fanart> <info>[makelist.param6]</info> ]]></listrepeat> <expres><![CDATA[#$pyFunction import re,requests def GetLSProData(page_data,Cookie_Jar,m): count=6;pn=1;data=[] while pn <= int(count): page='https://verpeliculasultra.com[makelist0.param1]page/'+str(pn)+'/';source=requests.get(page).content.decode('ascii','ignore') data +=re.findall('(?s)shortf-img.*?href="(.*?)".*?src="(.*?)" alt="(.*?)".*?(\d+).*?">(.*?)<.*?ptext">(.*?)<.*?pquality">(.*?)<',source);pn +=1 return data ]]></expres> <page></page> </regex> <regex> <name>makelist2</name> <listrepeat><![CDATA[ <title>[COLOR white][makelist.param3][/COLOR] [COLOR gray][makelist.param7][/COLOR] server:[COLOR white][makelist2.param2][/COLOR]</title> <link>$doregex[id3]</link> <thumbnail>https://verpeliculasultra.com[makelist.param2]</thumbnail> <fanart>https://verpeliculasultra.com[makelist.param2]</fanart> ]]></listrepeat> <expres><![CDATA[(?s)class="video-responsive".*?data-src="(https:\/\/(www.fembed|verystream|waaw|drive|www.youtube).*?)"]]></expres> <page>[makelist.param1]</page> </regex> <regex> <name>id3</name> <expres><![CDATA[#$pyFunction def GetLSProData(page_data,Cookie_Jar,m): import urlresolver, resolveurl url = '[makelist2.param1]' try: u = urlresolver.resolve(url) except: u = resolveurl.resolve(url) return u ]]></expres> <page></page> </regex> <thumbnail>http://blackaddon.com/gray/img/peliculas.png</thumbnail> </item> <!-- BUSCADORES --> <item> <title>[COLOR skyblue][B]BUSCAR [/B] CineCalidad Castellano[/COLOR]</title> <link>$doregex[makelist0]</link> <regex> <name>makelist0</name> <listrepeat><![CDATA[ <title>[makelist0.param3]</title> <link>$doregex[makelist]</link> <thumbnail>[makelist0.param2]</thumbnail> ]]></listrepeat> <expres><![CDATA[post_box.*?href=([^>]+).*?src=([^\s*]+).*?alt="([^"]+).*?title="([^"]+)]]></expres> <page>https://www.cinecalidad.to/espana/?s=$doregex[buscar]</page> </regex> <regex> <name>buscar</name> <expres><![CDATA[#$pyFunction import xbmc import xbmcaddon import xbmcgui def GetLSProData(page_data,Cookie_Jar,m): dialog = xbmcgui.Dialog() d = dialog.input('Busca tu pelicula:', type=xbmcgui.INPUT_ALPHANUM).replace(" ", "+") return d ]]></expres> <page></page> <cookieJar></cookieJar> </regex> <regex> <name>makelist</name> <listrepeat><![CDATA[ <title>[makelist0.param3] server:[makelist.param1]</title> <urlsolve>[makelist.param2]</urlsolve> <thumbnail>[makelist0.param2]</thumbnail> ]]></listrepeat> <expres><![CDATA[#$pyFunction def GetLSProData(page_data,Cookie_Jar,m): import re def dec(strdata): d='' strdata=strdata.split(' ') for strchar in strdata: d += chr(int(strchar)-2) return d embeds = {'OnlineUpToBox' : 'https://uptobox.com/%s', 'OnlinePR' : 'https://player.openplay.vip/player.php?id=%s', 'TheVideoMe' : 'https://thevideo.me/embed-%s.html', 'OnlineFilesCDN' : 'https://filescdn.com/%s', 'OnlineGD' : '/protect/gdredirect.php?l=%s', 'OnlineUsersCloud' : 'https://userscloud.com/%s', 'OnlineUsersFiles' : 'https://usersfiles.com/%s', 'OnlineOkRu' : 'https://ok.ru/video/%s', 'OnlineJetload' : 'https://jetload.net/p/%s', 'OnlineVidoza' : 'https://vidoza.net/%s', 'OnlineClipwatching' : 'https://clipwatching.com/%s', 'OnlineStreamango' : 'https://streamango.com/f/%s', 'OnlineRapidVideo' : 'https://www.rapidvideo.com/v/%s', 'OnlineMega': 'https://mega.nz/#!%s', 'OnlineVidcloud' : 'https://vidcloud.co/v/%s', 'OnlineGounlimited' : 'https://gounlimited.to/%s', 'OnlineVerystream' : 'https://verystream.com/stream/%s', 'OnlineNetu' : 'https://netu.tv/watch_video.php?v=%s', 'OnlineFembed': 'https://www.fembeder.com/f/%s', 'Trailer' : 'https://www.youtube.com/watch?v=%s'} srcs = [] items = re.findall('class=\"link\sonlinelink\"\sservice=(.*?)\sdata="(.*?)"',page_data) for embed,sdata in items: srcs.append((embed.replace('Online',''), embeds[embed]%dec(sdata))) return srcs ]]></expres> <page>[makelist0.param1]</page> </regex> <thumbnail>http://blackaddon.com/gray/img/peliculas.png</thumbnail><fanart>http://blackaddon.com/gray/img/fanart.jpg</fanart> </item> <item> <title>[COLOR skyblue][B]BUSCAR [/B] Rincon Castellano [/COLOR]</title> <link>$doregex[makelist2]</link> <regex> <name>makelist2</name> <listrepeat><![CDATA[ <title>[B][makelist2.param3][/B] [COLOR gray]([makelist2.param4])[/COLOR] </title> <link>$doregex[makelist]</link> <thumbnail>[makelist2.param2]</thumbnail> ]]></listrepeat> <expres><![CDATA[class="TPost C".*?href="([^"]+).*?data-src="([^"]+).*?Title">(.+?)<.*?Year">(.*?)<]]></expres> <page>https://elhogardelaprendiz.es/?s=$doregex[buscar]</page> </regex> <regex> <name>buscar</name> <expres><![CDATA[#$pyFunction import xbmc import xbmcaddon import xbmcgui def GetLSProData(page_data,Cookie_Jar,m): dialog = xbmcgui.Dialog() d = dialog.input('Busca tu pelicula:', type=xbmcgui.INPUT_ALPHANUM).replace(" ", "+") return d ]]></expres> <page></page> <cookieJar></cookieJar> </regex> <regex> <name>makelist</name> <listrepeat><![CDATA[ <title>[B][makelist2.param3][/B] [COLOR gray]([makelist2.param4])[/COLOR] - Server [makelist.param1] </title> <link>$doregex[id3]</link> <thumbnail>[makelist2.param2]</thumbnail> ]]></listrepeat> <expres><![CDATA[trembed\=(.*?)\&.*?\=(.*?)\&.*?\=([0-9]+)]]></expres> <page>[makelist2.param1]</page> </regex> <regex> <name>id3</name> <expres><![CDATA[#$pyFunction def GetLSProData(page_data,Cookie_Jar,m): import urlresolver, resolveurl url = '$doregex[link]' try: u = urlresolver.resolve(url) except: u = resolveurl.resolve(url) return u ]]></expres> <page></page> </regex> <regex> <name>link</name> <expres>\=\"(http.*?)\"</expres> <page>https://elhogardelaprendiz.es/?trembed=[makelist.param1]&trid=[makelist.param2]&trtype=[makelist.param3]</page> </regex> <thumbnail>http://blackaddon.com/gray/img/peliculas.png</thumbnail><fanart>http://blackaddon.com/gray/img/fanart.jpg</fanart> </item> <item> <title>[COLOR skyblue][B]BUSCAR [/B] Pelis 1Link [/COLOR]</title> <link>$doregex[makelist]</link> <regex> <name>makelist</name> <listrepeat><![CDATA[ <title>[COLOR white] $doregex[name][/COLOR] </title> <link>$doregex[makelist3]</link> <thumbnail>[makelist.param2]</thumbnail> ]]></listrepeat> <expres><![CDATA[class="thumbnail.*?href="(.*?)".*?src="(.*?)".*?alt="(.*?)"]]></expres> <page>https://mega1link.com/?s=$doregex[buscar]</page> </regex> <regex> <name>buscar</name> <expres><![CDATA[#$pyFunction import xbmc import xbmcaddon import xbmcgui def GetLSProData(page_data,Cookie_Jar,m): dialog = xbmcgui.Dialog() d = dialog.input('Busca tu pelicula:', type=xbmcgui.INPUT_ALPHANUM).replace(" ", "+") return d ]]></expres> <page></page> <cookieJar></cookieJar> </regex> <regex> <name>makelist3</name> <listrepeat><![CDATA[ <title>$doregex[name] [COLOR lightyellow]Idioma:[makelist3.param4] [COLOR deepskyblue]Calidad:[makelist3.param3][/COLOR]</title> <link>$doregex[getUrl]</link> <thumbnail>[makelist.param2]</thumbnail> ]]></listrepeat> <expres><![CDATA[domain=(uptobox)\..*?href='(http.*?)'.*?quality'>(.*?)<.*?<td>(.*?)<]]></expres> <page>[makelist.param1]</page> </regex> <regex> <name>name</name> <expres>$pyFunction:('[makelist.param3]').replace('#8217;','\u2019').replace('#038;','').replace('#8211;','-').replace('&','')</expres> <page></page> </regex> <regex> <name>getUrl</name> <expres><![CDATA[#$pyFunction import re,resolveurl def GetLSProData(page_data,Cookie_Jar,m): return resolveurl.resolve('$doregex[makelist2]') ]]></expres> <page></page> </regex> <regex> <name>makelist2</name> <expres><![CDATA[rel="nofollow" href="(http.*?uptobox.com.*?)"]]></expres> <page>[makelist3.param2]</page> </regex> <thumbnail>http://blackaddon.com/gray/img/peliculas.png</thumbnail><fanart>http://blackaddon.com/gray/img/fanart.jpg</fanart> </item> <item> <title>[COLOR skyblue][B]BUSCAR [/B] RePelis [/COLOR]</title> <link>$doregex[makelist]</link> <regex> <name>makelist</name> <listrepeat><![CDATA[ <title>[COLOR skyblue][makelist.param3][/COLOR]</title> <link>$doregex[makelist2]</link> <thumbnail>[makelist.param2]</thumbnail> ]]></listrepeat> <expres><![CDATA[class="ksaj"><a href="https:\/\/(.*?)".*?src="(.*?)".*?h4>(.*?)<.*?]]></expres> <page>https://www.repelisplus.vip/buscar/$doregex[buscar]</page> </regex> <regex> <name>buscar</name> <expres><![CDATA[#$pyFunction import xbmc import xbmcaddon import xbmcgui def GetLSProData(page_data,Cookie_Jar,m): dialog = xbmcgui.Dialog() d = dialog.input('Busca tu pelicula:', type=xbmcgui.INPUT_ALPHANUM).replace(" ", "%20") return d ]]></expres> <page></page> <cookieJar></cookieJar> </regex> <regex> <name>makelist2</name> <listrepeat><![CDATA[ <title>[COLOR lightpink] [makelist2.param1] [COLOR white][makelist2.param3][/COLOR]</title> <link>$doregex[id3]</link> <thumbnail>[makelist.param2]</thumbnail> ]]></listrepeat> <expres><![CDATA[div class="adag.*?p>(.*?)<.*?|href="(.*?)".*?n>(.*?)<]]></expres> <page>https://[makelist.param1]online/</page> </regex> <regex> <name>id3</name> <expres><![CDATA[#$pyFunction def GetLSProData(page_data,Cookie_Jar,m): import urlresolver, resolveurl url = '$doregex[play]' try: u = urlresolver.resolve(url) except: u = resolveurl.resolve(url) return u ]]></expres> <page></page> </regex> <regex> <name>play</name> <expres><![CDATA[src="(.*?)"]]></expres> <page>[makelist2.param2]</page> </regex> <thumbnail>http://blackaddon.com/gray/img/peliculas.png</thumbnail> </item> <item> <title>[COLOR skyblue][B]BUSCAR [/B] CineCalidad lATINO[/COLOR]</title> <link>$doregex[makelist0]</link> <regex> <name>makelist0</name> <listrepeat><![CDATA[ <title>[makelist0.param3]</title> <link>$doregex[makelist]</link> <thumbnail>[makelist0.param2]</thumbnail> ]]></listrepeat> <expres><![CDATA[post_box.*?href=([^>]+).*?src=(.*?jpg).*?alt="([^"]+).*?title="([^"]+)]]></expres> <page>https://www.cinecalidad.to/?s=$doregex[buscar]</page> </regex> <regex> <name>buscar</name> <expres><![CDATA[#$pyFunction import xbmc import xbmcaddon import xbmcgui def GetLSProData(page_data,Cookie_Jar,m): dialog = xbmcgui.Dialog() d = dialog.input('Busca tu pelicula:', type=xbmcgui.INPUT_ALPHANUM).replace(" ", "+") return d ]]></expres> <page></page> <cookieJar></cookieJar> </regex> <regex> <name>makelist</name> <listrepeat><![CDATA[ <title>[makelist0.param3] server:[makelist.param1]</title> <urlsolve>[makelist.param2]</urlsolve> <thumbnail>[makelist0.param2]</thumbnail> ]]></listrepeat> <expres><![CDATA[#$pyFunction def GetLSProData(page_data,Cookie_Jar,m): import re def dec(strdata): d='' strdata=strdata.split(' ') for strchar in strdata: d += chr(int(strchar)-2) return d embeds = {'OnlineUpToBox' : 'https://uptobox.com/%s', 'OnlinePR' : 'http://player.openplay.vip/player.php?id=%s', 'TheVideoMe' : 'https://thevideo.me/embed-%s.html', 'OnlineFilesCDN' : 'https://filescdn.com/%s', 'OnlineGD' : '/protect/gdredirect.php?l=%s', 'OnlineUsersCloud' : 'https://userscloud.com/%s', 'OnlineUsersFiles' : 'https://usersfiles.com/%s', 'OnlineOkRu' : 'https://ok.ru/video/%s', 'OnlineJetload' : 'https://jetload.net/p/%s', 'OnlineVidoza' : 'https://vidoza.net/%s', 'OnlineClipwatching' : 'https://clipwatching.com/%s', 'OnlineStreamango' : 'https://streamango.com/f/%s', 'OnlineRapidVideo' : 'https://www.rapidvideo.com/v/%s', 'OnlineMega': 'https://mega.nz/#!%s', 'OnlineVidcloud' : 'https://vidcloud.co/v/%s', 'OnlineGounlimited' : 'https://gounlimited.to/%s', 'OnlineVerystream' : 'https://verystream.com/stream/%s', 'OnlineNetu' : 'https://netu.tv/watch_video.php?v=%s', 'OnlineFembed': 'https://www.fembeder.com/f/%s', 'Trailer' : 'https://www.youtube.com/watch?v=%s'} srcs = [] items = re.findall('class=\"link\sonlinelink\"\sservice=(.*?)\sdata="(.*?)"',page_data) for embed,sdata in items: srcs.append((embed.replace('Online',''), embeds[embed]%dec(sdata))) return srcs ]]></expres> <page>[makelist0.param1]</page> </regex> <thumbnail>http://blackaddon.com/gray/img/peliculas.png</thumbnail><fanart>http://blackaddon.com/gray/img/fanart.jpg</fanart> </item> <item> <title>[COLOR skyblue][B]BUSCAR [/B] Cliver [I][/I][/COLOR]</title> <link>$doregex[makelist]</link> <regex> <name>makelist</name> <listrepeat><![CDATA[ <title>[COLOR white][makelist.param3] [COLOR pink][makelist.param4] [/COLOR]</title> <link>$doregex[makelist2]</link> <thumbnail>[makelist.param2]<thumbnail> ]]></listrepeat> <expres><![CDATA[(?s)class="portada-p">.*?href="(.*?)"><img src="(.*?)"\salt="(.*?)".*?span>(\d+)<]]></expres> <page>https://www.cliver.to/buscar/?txt=$doregex[buscar]</page> </regex> <regex> <name>buscar</name> <expres><![CDATA[#$pyFunction import xbmc import xbmcaddon import xbmcgui def GetLSProData(page_data,Cookie_Jar,m): dialog = xbmcgui.Dialog() d = dialog.input('Busca tu pelicula:', type=xbmcgui.INPUT_ALPHANUM).replace(" ", "+") return d ]]></expres> <page></page> <cookieJar></cookieJar> </regex> <regex> <name>makelist2</name> <listrepeat><![CDATA[ <title>[COLOR white][makelist2.param2] [COLOR lightpink]idioma:[makelist2.param3] [COLOR lightred]server:[makelist2.param5][/COLOR]</title> <link>$doregex[file]</link> <thumbnail>[makelist.param2]</thumbnail> ]]></listrepeat> <expres><![CDATA[id_pelicula":"(.*?)","titulo":"(.*?)","idioma":"(.*?)","token":"(.*?)","reproductor_nombre":"(.*?)"]]></expres> <page>https://www.cliver.to/frm/obtener-enlaces-pelicula.php</page> <rawpost>pelicula=$doregex[id]</rawpost> <referer>[makelist.param1]</referer> <agent>Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:74.0) Gecko/20100101 Firefox/74.0</agent> <connection>keep-alive</connection> <accept>application/json, text/javascript, */*; q=0.01</accept> <X-Req>XMLHttpRequest</X-Req> </regex> <regex> <name>id</name> <expres><![CDATA[Idpelicula = "(.*?)\"]]></expres> <page>[makelist.param1]</page> <referer>https://www.cliver.to/peliculas/mas-vistas/</referer> <agent>Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:74.0) Gecko/20100101 Firefox/74.0</agent> </regex> <regex> <name>file</name> <expres><![CDATA[#$pyFunction import re,urlresolver def GetLSProData(page_data,Cookie_Jar,m): return urlresolver.resolve('$doregex[link]') ]]></expres> <page></page> </regex> <regex> <name>link</name> <expres>$pyFunction:('$doregex[link2]').replace('\\/','/')</expres> <page></page> </regex> <regex> <name>link2</name> <expres><![CDATA[(?s)"url":"(.*?)"]]></expres> <page>https://directv.clivertv.com/getFile.php</page> <referer>[makelist.param1]</referer> <agent>Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:74.0) Gecko/20100101 Firefox/74.0</agent> <cookieJar></cookieJar> <rawpost>hash=[makelist2.param4]</rawpost> <connection>keep-alive</connection> <accept>*/*</accept> <X-Req>XMLHttpRequest</X-Req> </regex> <thumbnail>http://blackaddon.com/gray/img/peliculas.png</thumbnail><fanart>http://blackaddon.com/gray/img/fanart.jpg</fanart> </item> <item> <title>[COLOR skyblue][B]BUSCAR [/B] EstrenosGo [I][/I][/COLOR]</title> <link>$doregex[makelist]</link> <regex> <name>makelist</name> <listrepeat><![CDATA[ <title>[makelist.param2]</title> <urlsolve>[makelist.param3]</urlsolve> <thumbnail>[makelist.param1]</thumbnail> ]]></listrepeat> <expres><![CDATA[******.*?logo="(.*?)"\s\,(.*?$doregex[capi].*?)\n(http.*?)\n]]></expres> <page>https://blackaddon.com/web/estrenosgo.php?file=***</page> </regex> <regex> <name>capi</name> <expres><![CDATA[#$pyFunction import xbmc import xbmcaddon import xbmcgui def GetLSProData(page_data,Cookie_Jar,m): busca = '$doregex[buscador]' return busca.title() ]]></expres> <page></page> </regex> <regex> <name>buscador</name> <expres><![CDATA[#$pyFunction import xbmc import xbmcaddon import xbmcgui def GetLSProData(page_data,Cookie_Jar,m): dialog = xbmcgui.Dialog() d = dialog.input('Busca tu Pelicula:', type=xbmcgui.INPUT_ALPHANUM).replace(" ", " ") return d ]]></expres> <page></page> <cookieJar></cookieJar> </regex> <thumbnail>http://blackaddon.com/gray/img/deportes.png</thumbnail> </item> <item> <title>[COLOR skyblue][B]BUSCAR [/B] Cuevana [/COLOR]</title> <link>$doregex[makelist2]</link> <regex> <name>makelist2</name> <listrepeat><![CDATA[ <title>[makelist2.param3] </title> <link>$doregex[makelist]</link> <thumbnail>[makelist2.param2]</thumbnail> ]]></listrepeat> <expres><![CDATA[TPost\s*C\s*post.*?\n.*?href="(.*?)".*?\n.*?data\-src\=\"(.*?)\"[\w\W\s]{0,116}Title\"\>(.*?)\<\/h2>]]></expres> <page>https://www.cuevana3.co/?s=$doregex[buscar]</page> </regex> <regex> <name>buscar</name> <expres><![CDATA[#$pyFunction import xbmc import xbmcaddon import xbmcgui def GetLSProData(page_data,Cookie_Jar,m): dialog = xbmcgui.Dialog() d = dialog.input('Busca tu pelicula:', type=xbmcgui.INPUT_ALPHANUM).replace(" ", "+") return d ]]></expres> <page></page> <cookieJar></cookieJar> </regex> <regex> <name>select</name> <expres><![CDATA[#$pyFunction def GetLSProData(page_data,Cookie_Jar,m): import xbmcgui dialog = xbmcgui.Dialog() ret = dialog.select('Elige una Seccion ', ['Estrenos', 'Mas Votadas', 'Mas Vistas', 'Todas']) lists = ['estrenos', 'peliculas-mas-valoradas', 'peliculas-mas-vistas', 'listado-completo'] return lists[ret] ]]></expres> <page></page> </regex> <regex> <name>makelist</name> <listrepeat><![CDATA[ <title>[makelist2.param3] - [makelist.param2] [I][makelist.param1] [/I]</title> <link>$doregex[id3]</link> <thumbnail>[makelist2.param2]</thumbnail> ]]></listrepeat> <expres><![CDATA[domain=(.*?)"[\w\W\w]{0,130}<span>(.*?)<]]></expres> <page>[makelist2.param1]</page> </regex> <regex> <name>id3</name> <expres><![CDATA[#$pyFunction def GetLSProData(page_data,Cookie_Jar,m): import urlresolver, resolveurl url = '[makelist.param1]' try: u = urlresolver.resolve(url) except: u = resolveurl.resolve(url) return u ]]></expres> <page></page> </regex> <thumbnail>http://blackaddon.com/gray/img/peliculas.png</thumbnail> <fanart>http://blackaddon.com/gray/img/fanart.jpg</fanart></item> <item> <title>[COLOR skyblue][B]BUSCAR [/B] PepeCine [/COLOR]</title> <link>$doregex[list]</link> <regex> <name>list</name> <listrepeat><![CDATA[ <title>$pyFunction:'[B][COLOR lightblue][list.param3][/B] [COLOR lightgreen]([list.param5])[/COLOR][/COLOR]'.replace('\u00e1', 'a').replace('\u00e9', 'e').replace('\u00ed', 'i').replace('\u00f3', 'o').replace('\u00fa', 'u').replace('\u00f1', 'ñ')</title> <link>$doregex[url]</link>> <thumbnail>$pyFunction:'[list.param2]'.replace('\\','')</thumbnail> <info>[list.param4]</info> ]]></listrepeat> <expres><![CDATA["id":"(.*?)".*?title.*?poster":"(.*?)".*?name":"(.*?)".*?description":"(.*?)".*?year":(.*?),"]]></expres> <page>https://pepecine.com/secure/search/$doregex[buscar]</page> <referer>https://pepecine.com</referer> <agent>Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/533.20.25 (KHTML, like Gecko) Version/5.0.4 Safari/533.20.27</agent> </regex> <regex> <name>buscar</name> <expres><![CDATA[#$pyFunction import xbmc import xbmcaddon import xbmcgui def GetLSProData(page_data,Cookie_Jar,m): dialog = xbmcgui.Dialog() d = dialog.input('Busca tu pelicula:', type=xbmcgui.INPUT_ALPHANUM).replace(" ", "%20") return d ]]></expres> <page></page> <cookieJar></cookieJar> </regex> <regex> <name>url</name> <listrepeat><![CDATA[ <title>$pyFunction:'[B][COLOR lightblue][list.param3][/B] [COLOR lightgreen]([list.param5])[/COLOR][/COLOR] [B][COLOR lightblue][url.param4][/B][/COLOR] [[COLOR lightyellow][B][url.param1][/B][/COLOR]] Server:[B][url.param3][/B]'.replace('\u00e1', 'a').replace('\u00e9', 'e').replace('\u00ed', 'i').replace('\u00f3', 'o').replace('\u00fa', 'u').replace('\u00f1', 'ñ')</title> <link>$doregex[id3]</link> <thumbnail>$pyFunction:'[list.param2]'.replace('\\','')</thumbnail> <info>[list.param4]</info> ]]></listrepeat> <expres><![CDATA[\/(.*?)\.png.*?url\"\:\"(http.*?\/(\w+)\..*?)".*?quality\"\:\"(.*?)\"]]></expres> <page>https://pepecine.com/secure/titles/[list.param1]?titleId=[list.param1]</page> <referer>https://pepecine.com/[list.param1]</referer> <agent>Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/533.20.25 (KHTML, like Gecko) Version/5.0.4 Safari/533.20.27</agent> </regex> <regex> <name>id3</name> <expres><![CDATA[#$pyFunction def GetLSProData(page_data,Cookie_Jar,m): import urlresolver, resolveurl url = '[url.param2]'.replace('\\','') try: u = urlresolver.resolve(url) except: u = '$doregex[dos]' return u ]]></expres> <page></page> </regex> <regex> <name>dos</name> <expres><![CDATA[#$pyFunction def GetLSProData(page_data, Cookie_Jar,m): import re,requests,xbmc,urlresolver from urlresolver.plugins.lib import jsunpack url='[url.param2]'.replace('\\','') ua ='Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.131 Safari/537.36' s=requests.session() rsource=s.get(url, headers={'User-Agent': ua}, verify=False) source=s.get(url, headers={'User-Agent': ua}, verify=False) pack = re.findall('javascript.*?(eval\(function\(p,a,c,k,e,d.*)', source.text)[0] unpack=jsunpack.unpack(pack).replace('\\','') u = re.findall('file:\s*"(http.*?)"', unpack)[0]+'|User-Agent='+ua return u ]]></expres> <page></page> </regex> <thumbnail>http://blackaddon.com/gray/img/peliculas.png</thumbnail><fanart>http://blackaddon.com/gray/img/fanart.jpg</fanart> </item> <item> <title>[COLOR skyblue][B]BUSCAR [/B] Gnula [/COLOR]</title> <link>$doregex[makelist2]</link> <regex> <name>makelist2</name> <listrepeat><![CDATA[ <title>[B][makelist2.param3][/B] </title> <link>$doregex[makelist]</link> <thumbnail>[makelist2.param2]</thumbnail> ]]></listrepeat> <expres><![CDATA[(?s)class="item"[\w\W]*?href="(.*?)"[\w\W]*?src="(.*?)"[\w\W]*?alt="(.*?)"]]></expres> <page>https://www.somosgnula.co/?s=$doregex[buscar]</page> </regex> <regex> <name>buscar</name> <expres><![CDATA[#$pyFunction import xbmc import xbmcaddon import xbmcgui def GetLSProData(page_data,Cookie_Jar,m): dialog = xbmcgui.Dialog() d = dialog.input('Busca tu pelicula:', type=xbmcgui.INPUT_ALPHANUM).replace(" ", "+") return d ]]></expres> <page></page> <cookieJar></cookieJar> </regex> <regex> <name>makelist</name> <listrepeat><![CDATA[ <title>[B][makelist2.param3][/B] [makelist.param3] ([makelist.param4]) - Server [makelist.param2] </title> <link>$doregex[id3]</link> <thumbnail>[makelist2.param2]</thumbnail> ]]></listrepeat> <expres><![CDATA[class="elemento"[\w\W]*?nofollow".*?href="(.*?)"[\w\W]*?domain=(.*?)\.[\w\W]*?c">(.*?)<[\w\W]*?d">(.*?)<]]></expres> <page>[makelist2.param1]</page> </regex> <regex> <name>id3</name> <expres><![CDATA[#$pyFunction def GetLSProData(page_data,Cookie_Jar,m): import urlresolver, resolveurl url = '$doregex[link]' try: u = urlresolver.resolve(url) except: u = '$doregex[dos]' return u ]]></expres> <page></page> </regex> <regex> <name>dos</name> <expres><![CDATA[#$pyFunction def GetLSProData(page_data, Cookie_Jar,m,url='$doregex[link]'): import re,requests,xbmc,urlresolver from urlresolver.plugins.lib import jsunpack ua ='Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.131 Safari/537.36' s=requests.session() rsource=s.get(url, headers={'User-Agent': ua}, verify=False) source=s.get(url, headers={'User-Agent': ua}, verify=False) pack = re.findall('javascript.*?(eval\(function\(p,a,c,k,e,d.*)', source.text)[0] unpack=jsunpack.unpack(pack).replace('\\','') u = re.findall('file:\s*"(http.*?)"', unpack)[0]+'|User-Agent='+ua return u ]]></expres> <page></page> </regex> <regex> <name>link</name> <expres>enlaceeee = \'(.*?)\'</expres> <page>https://www.somosgnula.co[makelist.param1]</page> </regex> <thumbnail>http://blackaddon.com/gray/img/peliculas.png</thumbnail><fanart>http://blackaddon.com/gray/img/fanart.jpg</fanart> </item> <item> <title>[COLOR skyblue][B]BUSCAR [/B] AllPeliculas [/COLOR]</title> <link>$doregex[makelist3]</link> <regex> <name>makelist3</name> movies (all pages) <listrepeat><![CDATA[ <title>[makelist3.param1] ([makelist3.param3]) </title> <link>$doregex[makelist2]</link> <thumbnail>http://allpeliculas.io/source/movies/poster/[makelist3.param4]/thumbs/poster-1.jpg</thumbnail> ]]></listrepeat> <expres><![CDATA[title":"(.*?)".*?slug":"(.*?)".*?year":"(.*?)".*?img_dir\"\:\"(tt.*?)\"]]></expres> <page>https://allpeliculas.io/movies/search/$doregex[buscar]</page> </regex> <regex> <name>buscar</name> <expres><![CDATA[#$pyFunction import xbmc import xbmcaddon import xbmcgui def GetLSProData(page_data,Cookie_Jar,m): dialog = xbmcgui.Dialog() d = dialog.input('Busca tu pelicula:', type=xbmcgui.INPUT_ALPHANUM).replace(" ", "%20") return d ]]></expres> <page></page> <cookieJar></cookieJar> </regex> <regex> <name>makelist2</name> <listrepeat><![CDATA[ <title>[B][makelist3.param1][/B] [makelist2.param2]</title> <link>$doregex[id3]</link> <thumbnail>http://allpeliculas.io/source/movies/poster/[makelist3.param4]/thumbs/poster-1.jpg</thumbnail> ]]></listrepeat> <expres><![CDATA[data-link="(http.*?)">(.*?)<]]></expres> <page>http://allpeliculas.io/pelicula/[makelist3.param2]</page> </regex> <regex> <name>id3</name> <expres><![CDATA[#$pyFunction def GetLSProData(page_data,Cookie_Jar,m): import urlresolver, resolveurl url = '[makelist2.param1]' try: u = urlresolver.resolve(url) except: u = resolveurl.resolve(url) return u ]]></expres> <page></page> </regex> <thumbnail>http://blackaddon.com/gray/img/peliculas.png</thumbnail> </item> <item> <title>[COLOR skyblue][B]BUSCAR [/B] PelisPedia [/COLOR]</title> <link>$doregex[makelist]</link> <regex> <name>makelist</name> <listrepeat><![CDATA[ <title>[COLOR white][makelist.param3] [/COLOR]</title> <link>$doregex[makelist2]</link> <thumbnail>[makelist.param2]</thumbnail> <info>[makelist.param4]</info> ]]></listrepeat> <expres><![CDATA[class="thumbnail.*?href="(.*?)".*?src="(.*?)".*?alt="(.*?)"[\w\W]*?class="contenido.*?p>(.*?)<]]></expres> <page>https://www.pelispedia.biz/?s=$doregex[buscar]</page> </regex> <regex> <name>buscar</name> <expres><![CDATA[#$pyFunction import xbmc import xbmcaddon import xbmcgui def GetLSProData(page_data,Cookie_Jar,m): dialog = xbmcgui.Dialog() d = dialog.input('Busca tu pelicula:', type=xbmcgui.INPUT_ALPHANUM).replace(" ", "+") return d ]]></expres> <page></page> <cookieJar></cookieJar> </regex> <regex> <name>makelist2</name> <listrepeat><![CDATA[ <title>[COLOR white][makelist.param3] [COLOR lightblue]Server:[makelist2.param2][/COLOR]</title> <link>$doregex[id3]</link> <thumbnail>[makelist.param2]</thumbnail> <info>[makelist.param4]</info> ]]></listrepeat> <expres><![CDATA[(https://(onlystream|www.fembed).*?)']]></expres> <page>[makelist.param1]</page> </regex> <regex> <name>id3</name> <expres><![CDATA[#$pyFunction import re,urlresolver def GetLSProData(page_data,Cookie_Jar,m): return urlresolver.resolve('[makelist2.param1]') ]]></expres> <page></page> </regex> <thumbnail>http://blackaddon.com/gray/img/peliculas.png</thumbnail><fanart>http://blackaddon.com/gray/img/fanart.jpg</fanart> </item> <itm> <title>[COLOR skyblue][B]BUSCAR[/B] [COLOR red] [YOUTUBE][/COLOR][/COLOR]</title> <link>$doregex[makelist0]</link> <regex> <name>makelist0</name> <listrepeat><![CDATA[ <title>[makelist0.param1]</title> <link>$doregex[getvideo]</link> <thumbnail>[makelist0.param4]</thumbnail> <info>[makelist0.param3]</info> ]]></listrepeat> <expres><![CDATA["videoId": "(.*?)"[\w\W]*?"title": "(.*?)"[\w\W]*?"description": "(.*?)"[\w\W]*?"url": "(.*?)",]]></expres> <page>https://content.googleapis.com/youtube/v3/search?maxResults=50&part=snippet&q=$doregex[buscar]&key=AIzaSyCZT5_PmXzgn3qpZuAaY3-g7-YyB7B4S48</page> <agent>Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/533.20.25 (KHTML, like Gecko) Version/5.0.4 Safari/533.20.27</agent> </regex> <regex> <name>getvideo</name> <listrepeat><![CDATA[ <title>[COLOR yellow][getvideo.param2][/COLOR] [makelist0.param1] </title> <link>$doregex[video]</link> ]]></listrepeat> <expres><![CDATA["url": "(.*?video\%2F(.*?)\&.*?)"]]></expres> <page>http://blackaddon.com/gray/yt.php?url=https://www.youtube.com/watch?v=[makelist0.param1]</page> </regex> <regex> <name>video</name> <expres>$pyFunction:'[getvideo.param1]'.replace('\/','/')</expres> <page></page> </regex> <regex> <name>buscar</name> <expres><![CDATA[#$pyFunction import xbmc import xbmcaddon import xbmcgui def GetLSProData(page_data,Cookie_Jar,m): dialog = xbmcgui.Dialog() d = dialog.input('Busca en Youtube:', type=xbmcgui.INPUT_ALPHANUM).replace(" ", "+") return d ]]></expres> <page></page> <cookieJar></cookieJar> </regex> </item> <item> <!--youtube--> <title>[COLOR skyblue][B]BUSCAR[/B] [COLOR red] [YOUTUBE][/COLOR][/COLOR]</title> <link>$doregex[makelist]</link> <regex> <name>makelist</name> <listrepeat><![CDATA[ <title>[COLOR white][makelist.param3][/COLOR]</title> <link>$doregex[makelist2]</link> <thumbnail>https://i.ytimg.com/vi/[makelist.param1]/hqdefault.jpg</thumbnail> <fanart>https://i.ytimg.com/vi/[makelist.param1]/hqdefault.jpg</fanart> ]]></listrepeat> <expres><![CDATA[videoRenderer":{"videoId":"(.*?)".*?"thumbnails":.{"url":"(.*?)".*?text":"(.*?)".*?simpleText":".*?simpleText":"(.*?)"]]></expres> <page>https://www.youtube.com/results?search_query=$doregex[buscador]</page> <connection>keep-alive</connection> <accept>*/*</accept> <X-Req>XMLHttpRequest</X-Req> <agent>Mozilla/5.0 (Windows NT 10.0; rv:69.0) Gecko/20100101 Firefox/69.0</agent> <cookieJar></cookieJar> </regex> <regex> <name>makelist2</name> <listrepeat><![CDATA[ <title>$doregex[DASH]</title> <inputstream>[makelist2.param2]</inputstream> <thumbnail>https://i.ytimg.com/vi/[makelist.param1]/hqdefault.jpg</thumbnail> <fanart>https://i.ytimg.com/vi/[makelist.param1]/hqdefault.jpg</fanart> ]]></listrepeat> <expres><![CDATA[#$pyFunction def GetLSProData(page_data,Cookie_Jar,m): import xbmc, xbmcaddon, youtube_resolver id_video = 'https://www.youtube.com/watch?v=[makelist.param1]' items = youtube_resolver.resolve(id_video) videos = [] for item in items: title = item['title'] url = item['url'] videos.append((title, url)) return videos ]]></expres> <page></page> </regex> <regex> <name>DASH</name> <expres><![CDATA[#$pyFunction import re,requests,xbmc def GetLSProData(page_data,Cookie_Jar,m,url='[makelist2.param1]'):#cPrLItsLTfakl if 'DASH' in url: return '[COLOR red]Enlace corrupto, use los otros enlaces[/COLOR]' if '@' in '$doregex[calidades]': return '[makelist.param3] [makelist.param4] [COLOR gold]*^[/COLOR][COLOR white]Calidad Audio[/COLOR]' else: return '[makelist.param3] [makelist.param4] [COLOR gold]*^[/COLOR][COLOR white]Calidad $doregex[calidades][/COLOR]' ]]></expres> <page></page> </regex> <regex> <name>calidades</name> <expres><![CDATA[#$pyFunction import re def GetLSProData(page_data,Cookie_Jar,m,url='[makelist2.param1]'): return re.findall('(.*?) ', url)[0] ]]></expres> <page></page> </regex> <regex> <name>buscador</name> <expres><![CDATA[#$pyFunction import xbmc import xbmcaddon import xbmcgui def GetLSProData(page_data,Cookie_Jar,m): dialog = xbmcgui.Dialog() d = dialog.input('[COLOR red]Buscador Youtube[/COLOR] [Peliculas Cantinflas] ', type=xbmcgui.INPUT_ALPHANUM).replace(" ", "+").replace("\xe1", "a").replace("\xe9", "e").replace("\xed", "i").replace("\xe1", "a").replace("\xfa", "u") return d ]]></expres> <page></page> <cookieJar></cookieJar> </regex> <thumbnail>http://blackaddon.com/gray/img/peliculas.png</thumbnail><fanart>http://blackaddon.com/gray/img/fanart.jpg</fanart> </item> <item> <title>[COLOR skyblue][B]BUSCAR [/B] [govie PELIS Castellano][/COLOR]</title> <link>$doregex[makelist2]</link> <regex> <name>makelist2</name> <listrepeat><![CDATA[ <title>[B][makelist2.param3][/B] [COLOR gray]([makelist2.param4])[/COLOR] </title> <link>$doregex[makelist]</link> <thumbnail>[makelist2.param2]</thumbnail> ]]></listrepeat> <expres><![CDATA[class="Item"[\w\W]*?href="(.*?)"[\w\W]*?src="(.*?)"[\w\W]*?h2>(.*?)<[\w\W]*?">(.*?)<]]></expres> <page>https://goovie.co/search?go=$doregex[buscar]</page> </regex> <regex> <name>buscar</name> <expres><![CDATA[#$pyFunction import xbmc import xbmcaddon import xbmcgui def GetLSProData(page_data,Cookie_Jar,m): dialog = xbmcgui.Dialog() d = dialog.input('Busca tu pelicula:', type=xbmcgui.INPUT_ALPHANUM).replace(" ", "+") return d ]]></expres> <page></page> <cookieJar></cookieJar> </regex> <regex> <name>makelist</name> <listrepeat><![CDATA[ <title>[B][makelist2.param3][/B] [makelist.param3] ([makelist.param2]) - Server [makelist.param1] </title> <link>$doregex[id3]</link> <thumbnail>[makelist2.param2]</thumbnail> ]]></listrepeat> <expres><![CDATA[domain=(.*?)".*?10\%\'\>(.*?)<.*?10\%\'\>(.*?)<.*?href=\'(.*?)\']]></expres> <page>[makelist2.param1]</page> </regex> <regex> <name>id3</name> <expres><![CDATA[#$pyFunction def GetLSProData(page_data,Cookie_Jar,m): import urlresolver, resolveurl url = '$doregex[link]' try: u = urlresolver.resolve(url) except: u = '$doregex[dos]' return u ]]></expres> <page></page> </regex> <regex> <name>dos</name> <expres><![CDATA[#$pyFunction def GetLSProData(page_data, Cookie_Jar,m,url='$doregex[link]'): import re,requests,xbmc,urlresolver from urlresolver.plugins.lib import jsunpack ua ='Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.131 Safari/537.36' s=requests.session() rsource=s.get(url, headers={'User-Agent': ua}, verify=False) source=s.get(url, headers={'User-Agent': ua}, verify=False) pack = re.findall('javascript.*?(eval\(function\(p,a,c,k,e,d.*)', source.text)[0] unpack=jsunpack.unpack(pack).replace('\\','') u = re.findall('file:\s*"(http.*?)"', unpack)[0]+'|User-Agent='+ua return u ]]></expres> <page></page> </regex> <regex> <name>link</name> <expres>enlaceeee = \'(.*?)\'</expres> <page>https://goovie.co[makelist.param4]</page> </regex> <thumbnail>http://blackaddon.com/gray/img/peliculas.png</thumbnail><fanart>http://blackaddon.com/gray/img/fanart.jpg</fanart> </item> <item> <title>Seleccion de Peliculas </title> <link>$doregex[makelist2]</link> <regex> <name>makelist2</name> <listrepeat><![CDATA[ <title>[B][makelist2.param3][/B] </title> <link>$doregex[makelist]</link> <thumbnail>https:[makelist2.param2]</thumbnail> ]]></listrepeat> <expres><![CDATA[#$pyFunction import re,requests,urlresolver def GetLSProData(page_data,Cookie_Jar,m): source=requests.post('https://ok.ru/video/c1694410',headers={'user-agent':'Mozilla/5.0','host':'ok.ru','referer':'https://ok.ru/video/c1694410','x-requested-with':'XMLHttpRequest','accept':'*/*'},data={'fetch':'false','st.page':'5','st.lastelem':'1574659327553','gwt.requested':'686a69a5T1583943592355'}).content.decode('ascii','ignore') return re.findall('class="video-card_img-w"><a href="(.*?)\?[\w\W]*?src="(.*?)"[\w\W]*?video-card_n ellip">(.*?)<',source)[0] ]]></expres> <page></page> </regex> <thumbnail>http://blackaddon.com/gray/img/peliculas.png</thumbnail><fanart>http://blackaddon.com/gray/img/fanart.jpg</fanart> </item> <itm> <!-- UltraPelis --> <title>[B]PELIPEDIA[/B]</title> <link>$doregex[makelist]</link> <regex> <name>makelist</name> <listrepeat><![CDATA[ <title>[COLOR white][makelist.param1] [COLOR pink]([makelist.param2])[/COLOR] [makelist.param4]</title> <link>$doregex[dos]</link> <thumbnail>https:[makelist.param3]</thumbnail> ]]></listrepeat> <expres><![CDATA[#$pyFunction import re,requests def GetLSProData(page_data,Cookie_Jar,m): count=3;pn=1;data=[] while pn <= int(count): page='https://www.pelispedia2.tv/pelicula/page/'+str(pn)+'/';source=requests.get(page).content.decode('ascii','ignore') data +=re.findall('entry\-title">(.*?)<[\w\W]*?year">(.*?)<[\w\W]*?src="(.*?)"[\w\W]*?quality">(.*?)<[\w\W]*?href="(.*?)"',source);pn +=1 return data ]]></expres> <page></page> </regex> <regex> <name>makelist2</name> <listrepeat><![CDATA[ <title>[COLOR white][makelist.param1] [COLOR pink]([makelist.param2])[/COLOR] [makelist.param4] [COLOR white][makelist2.param2][/COLOR]</title> <link>$doregex[dos]</link> <thumbnail>https:[makelist.param3]</thumbnail> ]]></listrepeat> <expres><![CDATA[(?s)play" data-playerid=".*?irgoto.*?url=(a.*?)\&.*?>(O.*?)<]]></expres> <page>[makelist.param5]</page> </regex> <regex> <name>id3</name> <expres><![CDATA[#$pyFunction def GetLSProData(page_data,Cookie_Jar,m): import urlresolver, resolveurl url = '$doregex[getdecode]'.replace('https','http') try: u = urlresolver.resolve(url) except: u = '$doregex[dos]' return u ]]></expres> <page></page> </regex> <regex> <name>getdecode</name> <expres>$pyFunction:base64.b64decode("[makelist2.param1]")</expres> <page></page> </regex> <thumbnail>http://blackaddon.com/gray/img/peliculas.png</thumbnail> </item> <item> <!-- Peticiones --> <title>[B]PETICIONES[/B]</title> <link>$doregex[peticiones]</link> <regex> <name>peticiones</name> <listrepeat><![CDATA[ <title>[peticiones.param1]</title> <urlsolve>[peticiones.param3]</urlsolve> <thumbnail>[peticiones.param2]</thumbnail> ]]></listrepeat> <expres>name="(.*?)"[\w\W]*?img="(.*?)"[\w\W]*?link="(.*?)"</expres> <page>http://blackaddon.com/gray/peticiones.php</page> </regex> <thumbnail>http://blackaddon.com/gray/img/peliculas.png</thumbnail> </item> <item> <!-- DOS PELIS --> <title>[B]testst[/B]---- [S] </title> <link>$doregex[makelist2]</link> <regex> <name>makelist2</name> <listrepeat><![CDATA[ <title>[COLOR white] [/COLOR] [COLOR lightskyblue][makelist2.param2][/COLOR]</title> <link>$doregex[makelist]</link> <thumbnail>[makelist2.param3]</thumbnail> ]]></listrepeat> <expres><![CDATA[#$pyFunction import re,requests def GetLSProData(page_data,Cookie_Jar,m): count=2;pn=1;data=[] while pn <= int(count): page='http://gnula.blog/categoria/estrenos/page/'+str(pn)+'/';source=requests.get(page).content.decode('ascii','ignore') data +=re.findall('(?s)ml-item>.*?href=(htt.*?)\sd.*?oldtitle="(.*?)".*?img.*?"(.*?)"',source);pn +=1 return data ]]></expres> <page></page> </regex> <regex> <name>makelist</name> <listrepeat><![CDATA[ <title>[B][COLOR white] [/COLOR] [COLOR lightskyblue][makelist2.param2][/COLOR] [/B] server:[COLOR lightyellow][makelist.param1][/COLOR] </title> <link>$doregex[makelist3]</link> <thumbnail>[makelist2.param1]</thumbnail> <info>'streaming':'[makelist.param2]','validtime':'[makelist.param3]','token':'[makelist.param4]'</info> ]]></listrepeat> <expres><![CDATA[option\sservers.*?title="(.+?)".*?embed="(.+?)\=.*?issuer="(.+?)".*?signature="(.+?)\="]]></expres> <page>$doregex[links]</page> <agent>Mozilla/5.0 (Windows NT 10.0; rv:69.0) Gecko/20100101 Firefox/69.0</agent> <cookieJar></cookieJar> <referer>http://gnula.blog/categoria/estrenos/</referer> </regex> <regex> <name>links</name> <expres><![CDATA[iframe\ssrc=\"(http.*?embed.*?)\"]]></expres> <page>[makelist2.param1]</page> <agent>Mozilla/5.0 (Windows NT 10.0; rv:69.0) Gecko/20100101 Firefox/69.0</agent> <cookieJar></cookieJar> <referer>http://gnula.blog/categoria/estrenos/</referer> </regex> <regex> <name>makelist3</name> <listrepeat><![CDATA[ <title>[COLOR white][makelist3.param1] [COLOR lightpink]idioma:[makelist2.param3] [COLOR lightred]server:[makelist2.param5][/COLOR]</title> <urlsolve>[makelist2.param1]</urlsolve> <thumbnail>[makelist.param2]</thumbnail> ]]></listrepeat> <expres><![CDATA[url\":\s\"([^\'"]+)]]></expres> <page>http://stream.gnula.blog/edge-data/</page> <rawpost>streaming=[makelist.param2]&validtime=[makelist.param3]&token=[makelist.param4]</rawpost> <referer>https://stream.gnula.blog/embed/MEZWVHB5MlF4eHJEUnJtUW9QV3NsSEpoTlNPUXQyK1cwa3R2SjlCMFN5VT0=</referer> <agent>Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:74.0) Gecko/20100101 Firefox/74.0</agent> <connection>keep-alive</connection> <accept>application/json, text/javascript, */*; q=0.01</accept> <X-Req>XMLHttpRequest</X-Req> </regex> <thumbnail>http://blackaddon.com/gray/img/peliculas.png</thumbnail> </item>
Configurações do Texto
Título do Texto :
[Opcional]
Guardar na Pasta :
[Opcional]
Selecionar
Syntax Highlighting :
[Opcional]
Selecionar
Markup
CSS
JavaScript
Bash
C
C#
C++
Java
JSON
Lua
Plaintext
C-like
ABAP
ActionScript
Ada
Apache Configuration
APL
AppleScript
Arduino
ARFF
AsciiDoc
6502 Assembly
ASP.NET (C#)
AutoHotKey
AutoIt
Basic
Batch
Bison
Brainfuck
Bro
CoffeeScript
Clojure
Crystal
Content-Security-Policy
CSS Extras
D
Dart
Diff
Django/Jinja2
Docker
Eiffel
Elixir
Elm
ERB
Erlang
F#
Flow
Fortran
GEDCOM
Gherkin
Git
GLSL
GameMaker Language
Go
GraphQL
Groovy
Haml
Handlebars
Haskell
Haxe
HTTP
HTTP Public-Key-Pins
HTTP Strict-Transport-Security
IchigoJam
Icon
Inform 7
INI
IO
J
Jolie
Julia
Keyman
Kotlin
LaTeX
Less
Liquid
Lisp
LiveScript
LOLCODE
Makefile
Markdown
Markup templating
MATLAB
MEL
Mizar
Monkey
N4JS
NASM
nginx
Nim
Nix
NSIS
Objective-C
OCaml
OpenCL
Oz
PARI/GP
Parser
Pascal
Perl
PHP
PHP Extras
PL/SQL
PowerShell
Processing
Prolog
.properties
Protocol Buffers
Pug
Puppet
Pure
Python
Q (kdb+ database)
Qore
R
React JSX
React TSX
Ren'py
Reason
reST (reStructuredText)
Rip
Roboconf
Ruby
Rust
SAS
Sass (Sass)
Sass (Scss)
Scala
Scheme
Smalltalk
Smarty
SQL
Soy (Closure Template)
Stylus
Swift
TAP
Tcl
Textile
Template Toolkit 2
Twig
TypeScript
VB.Net
Velocity
Verilog
VHDL
vim
Visual Basic
WebAssembly
Wiki markup
Xeora
Xojo (REALbasic)
XQuery
YAML
HTML
Expiração do Texto :
[Opcional]
Nunca
Auto Destruir
10 Minutos
1 Hora
1 Dia
1 Semana
2 Semanas
1 Mês
6 Meses
1 Ano
Status do Texto :
[Opcional]
Público
Não Listado
Privado (somente membros)
Senha :
[Opcional]
Descrição:
[Opcional]
Tags:
[Opcional]
Criptografar Texto
(
?
)
Criar Novo Texto
No momento você não está logado, isso significa que você não pode editar ou excluir nada que você poste.
Cadastre-se
ou faça o
Login
Idiomas do site
×
English
Português
Você gosta de cookies?
🍪 Usamos cookies para garantir que você obtenha a melhor experiência em nosso site.
Saber mais
Concordo