summaryrefslogtreecommitdiff
path: root/plugin.video.trekyards/default.py
diff options
context:
space:
mode:
authorLunatixz <Kgraer@gmail.com>2017-11-04 01:30:11 -0400
committerLunatixz <Kgraer@gmail.com>2017-11-04 01:45:04 -0400
commitf1f811703730d465d34dc635429c295413b185f8 (patch)
tree1f3651732f660222e7d3d83ddc02f2f4456afb91 /plugin.video.trekyards/default.py
parent4b45a2ea025f7b91a8c0d6df47eff23329869088 (diff)
[plugin.video.trekyards] 1.0.0
Ultralight youtube plugin. Ultralight youtube plugin.
Diffstat (limited to 'plugin.video.trekyards/default.py')
-rw-r--r--plugin.video.trekyards/default.py22
1 files changed, 22 insertions, 0 deletions
diff --git a/plugin.video.trekyards/default.py b/plugin.video.trekyards/default.py
new file mode 100644
index 0000000..a2b14a0
--- /dev/null
+++ b/plugin.video.trekyards/default.py
@@ -0,0 +1,22 @@
+# Copyright (C) 2017 Lunatixz
+#
+#
+# This file is part of TrekYards.
+#
+# TrekYards is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# TrekYards is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with TrekYards. If not, see <http://www.gnu.org/licenses/>.
+
+# -*- coding: utf-8 -*-
+import xbmc
+if __name__ == '__main__':
+ xbmc.executebuiltin("ActivateWindow(10025,plugin://plugin.video.youtube/user/knightstalker666/)") \ No newline at end of file