diff --git a/cuevana3.json b/cuevana3.json deleted file mode 100644 index 97c0d751..00000000 --- a/cuevana3.json +++ /dev/null @@ -1,69 +0,0 @@ -{ - "id": "cuevana3", - "name": "Cuevana 3", - "active": true, - "adult": false, - "language": ["lat", "cast"], - "thumbnail": "https://www.cuevana3.co/wp-content/themes/cuevana3/public/img/cnt/cuevana3.png", - "banner": "", - "version": 1, - "categories": [ - "movie" - ], - "settings": [ - { - "id": "include_in_global_search", - "type": "bool", - "label": "Incluir en busqueda global", - "default": false, - "enabled": false, - "visible": false - }, - { - "id": "filter_languages", - "type": "list", - "label": "Mostrar enlaces en idioma...", - "default": 0, - "enabled": true, - "visible": true, - "lvalues": [ - "No filtrar", - "LAT", - "CAST", - "VOSE" - ] - }, - { - "id": "include_in_newest_peliculas", - "type": "bool", - "label": "Incluir en Novedades - Peliculas", - "default": true, - "enabled": true, - "visible": true - }, - { - "id": "include_in_newest_infantiles", - "type": "bool", - "label": "Incluir en Novedades - Infantiles", - "default": true, - "enabled": true, - "visible": true - }, - { - "id": "include_in_newest_terror", - "type": "bool", - "label": "Incluir en Novedades - Terror", - "default": true, - "enabled": true, - "visible": true - }, - { - "id": "include_in_newest_documentales", - "type": "bool", - "label": "Incluir en Novedades - Documentales", - "default": true, - "enabled": true, - "visible": true - } - ] -} diff --git a/plugin.video.alfa/addon.xml b/plugin.video.alfa/addon.xml old mode 100755 new mode 100644 index e6a45882..6eb64831 --- a/plugin.video.alfa/addon.xml +++ b/plugin.video.alfa/addon.xml @@ -1,44 +1,43 @@ - - - - - - - - video - - - Navega con Kodi por páginas web. - - logo-cumple.png - fanart1.jpg - resources/media/themes/ss/1.jpg - resources/media/themes/ss/2.jpg - resources/media/themes/ss/3.jpg - resources/media/themes/ss/4.jpg - - [B]Estos son los cambios para esta versión:[/B] - [COLOR green][B]Arreglos[/B][/COLOR] - ¤ allpelicuas ¤ asialiveaction ¤ danimados - ¤ MixToon ¤ pack +18 ¤ AbToon - ¤ hdfull - - [COLOR green][B]Novedades[/B][/COLOR] - ¤ uploadmp4 ¤ HomeCine ¤ CinemaUpload - - - - Navega con Kodi por páginas web para ver sus videos de manera fácil. - Browse web pages using Kodi - Browse web pages using Kodi, you can easily watch their video content. - [COLOR red]The owners and submitters to this addon do not host or distribute any of the content displayed by these addons nor do they have any affiliation with the content providers.[/COLOR] - all - GNU GPL v3 - foro - web - my@email.com - https://github.com/alfa-addon/addon - - - - + + + + + + + + video + + + Navega con Kodi por páginas web. + + logo-cumple.png + fanart1.jpg + resources/media/themes/ss/1.jpg + resources/media/themes/ss/2.jpg + resources/media/themes/ss/3.jpg + resources/media/themes/ss/4.jpg + + [B]Estos son los cambios para esta versión:[/B] + [COLOR green][B]Arreglos[/B][/COLOR] + ¤ allcalidad ¤ animeflv ¤ streamcloud + ¤ pack +18 ¤ divxtotal ¤ elitetorrent + ¤ estrenosgo ¤ mejortorrent ¤ mejortorrent1 + ¤ newpct1 ¤ pelismagnet + + Agradecimientos a @shlibidon y @nyicris por colaborar con esta versión + + + Navega con Kodi por páginas web para ver sus videos de manera fácil. + Browse web pages using Kodi + Browse web pages using Kodi, you can easily watch their video content. + [COLOR red]The owners and submitters to this addon do not host or distribute any of the content displayed by these addons nor do they have any affiliation with the content providers.[/COLOR] + all + GNU GPL v3 + foro + web + my@email.com + https://github.com/alfa-addon/addon + + + + diff --git a/plugin.video.alfa/channels/alsoporn.py b/plugin.video.alfa/channels/alsoporn.py index 72415420..fb3b0288 100644 --- a/plugin.video.alfa/channels/alsoporn.py +++ b/plugin.video.alfa/channels/alsoporn.py @@ -14,6 +14,7 @@ host = 'http://www.alsoporn.com' def mainlist(item): logger.info() itemlist = [] + # itemlist.append( Item(channel=item.channel, title="Nuevos" , action="lista", url=host + "/en/g/All/new/1")) itemlist.append( Item(channel=item.channel, title="Top" , action="lista", url=host + "/g/All/top/1")) itemlist.append( Item(channel=item.channel, title="Categorias" , action="categorias", url=host)) itemlist.append( Item(channel=item.channel, title="Buscar", action="search")) @@ -33,23 +34,6 @@ def search(item, texto): return [] -def catalogo(item): - logger.info() - itemlist = [] - data = httptools.downloadpage(item.url).data - data = scrapertools.get_match(data,'

CLIPS

(.*?)

FILM

') - data = re.sub(r"\n|\r|\t| |
", "", data) - patron = '
  • .*?' - patron += '([^"]+)([^"]+)' - matches = re.compile(patron,re.DOTALL).findall(data) - for scrapedurl,cantidad,scrapedtitle in matches: - scrapedplot = "" - scrapedthumbnail = "" - itemlist.append( Item(channel=item.channel, action="lista", title=scrapedtitle, url=scrapedurl, - thumbnail=scrapedthumbnail, plot=scrapedplot) ) - return itemlist - - def categorias(item): logger.info() itemlist = [] @@ -96,10 +80,10 @@ def play(item): itemlist = [] data = httptools.downloadpage(item.url).data scrapedurl = scrapertools.find_single_match(data,'