diff --git a/plugin.video.alfa/channels/tvseriesdk.json b/plugin.video.alfa/channels/tvseriesdk.json
new file mode 100644
index 00000000..142994b6
--- /dev/null
+++ b/plugin.video.alfa/channels/tvseriesdk.json
@@ -0,0 +1,40 @@
+{
+ "id": "tvseriesdk",
+ "name": "TVSeriesdk",
+ "active": true,
+ "adult": false,
+ "language": "es",
+ "thumbnail": "https://s13.postimg.org/jrvqmqfnb/tvseriesdk.png",
+ "banner": "https://s16.postimg.org/r6mbel0f9/tvseriesdk-banner.png",
+ "version": 1,
+ "categories": [
+ "latino",
+ "tvshow"
+ ],
+ "settings": [
+ {
+ "id": "include_in_global_search",
+ "type": "bool",
+ "label": "Incluir en busqueda global",
+ "default": false,
+ "enabled": false,
+ "visible": false
+ },
+ {
+ "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
+ }
+ ]
+}
\ No newline at end of file
diff --git a/plugin.video.alfa/channels/tvseriesdk.py b/plugin.video.alfa/channels/tvseriesdk.py
new file mode 100644
index 00000000..eb577489
--- /dev/null
+++ b/plugin.video.alfa/channels/tvseriesdk.py
@@ -0,0 +1,204 @@
+# -*- coding: utf-8 -*-
+# -*- Channel TVSeriesdk -*-
+# -*- Created for Alfa-addon -*-
+# -*- By the Alfa Develop Group -*-
+
+import re
+from core import logger
+from core import config
+from core import scrapertools
+from core.item import Item
+from core import servertools
+from core import httptools
+from core import tmdb
+
+host = 'http://www.tvseriesdk.com/'
+
+def mainlist(item):
+ logger.info()
+
+ itemlist = []
+
+ itemlist.append(item.clone(title="Ultimos",
+ action="last_episodes",
+ url=host
+ ))
+
+ itemlist.append(item.clone(title="Todas",
+ action="list_all",
+ url = host
+ ))
+
+ itemlist.append(item.clone(title="Buscar",
+ action="search",
+ url='http://www.tvseriesdk.com/index.php?s='
+ ))
+
+ return itemlist
+
+def get_source(url):
+ logger.info()
+ data = httptools.downloadpage(url).data
+ data = re.sub(r'"|\n|\r|\t| |
|\s{2,}', "", data)
+ return data
+
+def list_all (item):
+ logger.info ()
+ global i
+ itemlist = []
+ templist =[]
+ data = get_source(item.url)
+
+ patron = '