diff --git a/plugin.video.alfa/channels/txibitsoft.json b/plugin.video.alfa/channels/txibitsoft.json
deleted file mode 100755
index 0bd81b94..00000000
--- a/plugin.video.alfa/channels/txibitsoft.json
+++ /dev/null
@@ -1,43 +0,0 @@
-{
- "id": "txibitsoft",
- "name": "Txibitsoft",
- "active": true,
- "adult": false,
- "language": "es",
- "banner": "txibitsoft.png",
- "thumbnail": "http://s27.postimg.org/hx5ohryxf/tblogo.jpg",
- "version": 1,
- "changes": [
- {
- "date": "07/12/2016",
- "description": "Correciones código. Adaptación a Infoplus"
- },
- {
- "date": "04/04/2017",
- "description": "Migración a Httptools.Algunas mejoras código"
- },
- {
- "date": "08/05/2017",
- "description": "Workaround en error certificado ssl en algunos OS. Mejoras secciones de peliculas"
- },
- {
- "date": "28/06/2017",
- "description": "Corrección código y algunas mejoras"
- }
- ],
- "categories": [
- "torrent",
- "tvshow",
- "movie"
- ],
- "settings": [
- {
- "label": "Incluir en busqueda global",
- "type": "bool",
- "id": "include_in_global_search",
- "default": true,
- "enabled": true,
- "visible": true
- }
- ]
-}
\ No newline at end of file
diff --git a/plugin.video.alfa/channels/txibitsoft.py b/plugin.video.alfa/channels/txibitsoft.py
deleted file mode 100755
index 1732546b..00000000
--- a/plugin.video.alfa/channels/txibitsoft.py
+++ /dev/null
@@ -1,1479 +0,0 @@
-# -*- coding: utf-8 -*-
-
-import os
-import re
-import unicodedata
-import urllib
-
-import xbmc
-import xbmcgui
-from core import config
-from core import httptools
-from core import logger
-from core import scrapertools
-from core.item import Item
-from core.scrapertools import decodeHtmlentities as dhe
-
-ACTION_SHOW_FULLSCREEN = 36
-ACTION_GESTURE_SWIPE_LEFT = 511
-ACTION_SELECT_ITEM = 7
-ACTION_PREVIOUS_MENU = 10
-ACTION_MOVE_LEFT = 1
-ACTION_MOVE_RIGHT = 2
-ACTION_MOVE_DOWN = 4
-ACTION_MOVE_UP = 3
-OPTION_PANEL = 6
-OPTIONS_OK = 5
-
-api_key = "2e2160006592024ba87ccdf78c28f49f"
-api_fankey = "dffe90fba4d02c199ae7a9e71330c987"
-
-host = "http://www.txibitsoft.com/"
-
-
-def mainlist(item):
- logger.info()
-
- itemlist = []
-
- itemlist.append(Item(channel=item.channel, title="[COLOR white][B]Peliculas[/B][/COLOR]", action="peliculas",
- url="http://www.txibitsoft.com/torrents.php?procesar=1&categorias=%27Otras%20Peliculas%27&subcategoria=peliculas&pagina=1",
- thumbnail="http://imgur.com/v6iC6Er.jpg", fanart="http://imgur.com/tJUbfeC.jpg"))
- itemlist.append(Item(channel=item.channel, title="[COLOR orange][B]Alta Calidad[/B][/COLOR]", action="", url="",
- thumbnail="http://imgur.com/KXhvWIc.jpg", fanart="http://imgur.com/4kTqOKE.jpg"))
-
- itemlist.append(Item(channel=item.channel, title=" [COLOR white][B]1080[/B][/COLOR]", action="peliculas",
- url="http://www.txibitsoft.com/torrents.php?procesar=1&categorias='Cine%20Alta%20Definicion%20HD'&subcategoria=1080p&pagina=1",
- thumbnail="http://imgur.com/KXhvWIc.jpg", fanart="http://imgur.com/4kTqOKE.jpg"))
- itemlist.append(Item(channel=item.channel, title=" [COLOR white][B]720[/B][/COLOR]", action="peliculas",
- url="http://www.txibitsoft.com/torrents.php?procesar=1&categorias=%27Peliculas%20x264%20MKV%27&pagina=1",
- thumbnail="http://imgur.com/KXhvWIc.jpg", fanart="http://imgur.com/4kTqOKE.jpg"))
- itemlist.append(Item(channel=item.channel, title=" [COLOR white][B]4k[/B][/COLOR]", action="peliculas",
- url="http://www.txibitsoft.com/torrents.php?procesar=1&categorias=%27Cine%20Alta%20Definicion%20HD%27&subcategoria=4KULTRAHD&pagina=1",
- thumbnail="http://imgur.com/KXhvWIc.jpg", fanart="http://imgur.com/4kTqOKE.jpg"))
- title = "[COLOR white][B]Series[/B][/COLOR]"
- itemlist.append(
- Item(channel=item.channel, title=" [COLOR white][B]BdRemux[/B][/COLOR]", action="peliculas",
- url="http://www.txibitsoft.com/torrents.php?procesar=1&categorias=%27Cine%20Alta%20Definicion%20HD%27&subcategoria=BdRemux%201080p&pagina=1",
- thumbnail="http://imgur.com/KXhvWIc.jpg", fanart="http://imgur.com/4kTqOKE.jpg"))
-
- itemlist.append(
- Item(channel=item.channel, title=" [COLOR white][B]FullBluRay[/B][/COLOR]", action="peliculas",
- url="http://www.txibitsoft.com/torrents.php?procesar=1&categorias=%27Cine%20Alta%20Definicion%20HD%27&subcategoria=FULLBluRay&pagina=1",
- thumbnail="http://imgur.com/KXhvWIc.jpg", fanart="http://imgur.com/4kTqOKE.jpg"))
-
- itemlist.append(Item(channel=item.channel, title="[COLOR white][B]Series[/B][/COLOR]", action="peliculas",
- url="http://www.txibitsoft.com/torrents.php?procesar=1&categorias='Series'&pagina=1",
- thumbnail="http://imgur.com/qTqX9nU.jpg", fanart="http://imgur.com/rwjtkYj.jpg"))
- title = "[COLOR white][B]Buscar...[/B][/COLOR]"
- itemlist.append(
- Item(channel=item.channel, title=title, action="search", url="", fanart="http://imgur.com/wmkgcCC.jpg",
- thumbnail="http://imgur.com/b9xCys8.png"))
- return itemlist
-
-
-def search(item, texto):
- logger.info()
- texto = texto.replace(" ", "+")
-
- item.url = "http://www.txibitsoft.com/torrents.php?procesar=1&texto=%s" % (texto)
- item.extra = "1"
- try:
- return buscador(item)
- # Se captura la excepciÛn, para no interrumpir al buscador global si un canal falla
- except:
- import sys
- for line in sys.exc_info():
- logger.error("%s" % line)
- return []
-
-
-def buscador(item):
- logger.info()
- itemlist = []
-
- # Descarga la página
- data = httptools.downloadpage(item.url).data
- data = re.sub(r"\n|\r|\t|\s{2}| |&", "", data)
- item.url = re.sub(r"&", "", item.url)
- # corrige la falta de imagen
- data = re.sub(r'
', data) - - #
19-12-2014
Subido por: TorrentEstrenos en Peliculas MICROHD
Descargas 46

', data) - - #
19-12-2014
Subido por: TorrentEstrenos en Peliculas MICROHD
Descargas 46