diff --git a/plugin.video.alfa/channels/LIKUOO.json b/plugin.video.alfa/channels/LIKUOO.json
new file mode 100644
index 00000000..593db20f
--- /dev/null
+++ b/plugin.video.alfa/channels/LIKUOO.json
@@ -0,0 +1,16 @@
+{
+ "id": "LIKUOO",
+ "name": "LIKUOO",
+ "active": true,
+ "adult": true,
+ "language": ["*"],
+ "thumbnail": "https://likuoo.video/files_static/images/logo.jpg",
+ "banner": "",
+ "categories": [
+ "adult"
+ ],
+ "settings": [
+
+ ]
+}
+
diff --git a/plugin.video.alfa/channels/LIKUOO.py b/plugin.video.alfa/channels/LIKUOO.py
new file mode 100644
index 00000000..a293fed5
--- /dev/null
+++ b/plugin.video.alfa/channels/LIKUOO.py
@@ -0,0 +1,88 @@
+# -*- coding: utf-8 -*-
+#------------------------------------------------------------
+import urlparse,urllib2,urllib,re
+import os, sys
+from platformcode import config, logger
+from core import scrapertools
+from core.item import Item
+from core import servertools
+from core import httptools
+from core import tmdb
+from core import jsontools
+
+host = 'http://www.likuoo.video'
+
+
+def mainlist(item):
+ logger.info()
+ itemlist = []
+ itemlist.append( Item(channel=item.channel, title="Ultimos" , action="peliculas", url=host))
+ itemlist.append( Item(channel=item.channel, title="Categorias" , action="categorias", url=host + "/all-channels/"))
+ itemlist.append( Item(channel=item.channel, title="Buscar", action="search"))
+ return itemlist
+
+
+def search(item, texto):
+ logger.info()
+ texto = texto.replace(" ", "+")
+ item.url = host + "/search/?s=%s" % texto
+ try:
+ return peliculas(item)
+ except:
+ import sys
+ for line in sys.exc_info():
+ logger.error("%s" % line)
+ return []
+
+
+def categorias(item):
+ logger.info()
+ itemlist = []
+ data = httptools.downloadpage(item.url).data
+ data = re.sub(r"\n|\r|\t| |
", "", data)
+ patron = '