From f1f811703730d465d34dc635429c295413b185f8 Mon Sep 17 00:00:00 2001 From: Lunatixz Date: Sat, 4 Nov 2017 01:30:11 -0400 Subject: [plugin.video.trekyards] 1.0.0 Ultralight youtube plugin. Ultralight youtube plugin. --- plugin.video.trekyards/default.py | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 plugin.video.trekyards/default.py (limited to 'plugin.video.trekyards/default.py') 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 . + +# -*- coding: utf-8 -*- +import xbmc +if __name__ == '__main__': + xbmc.executebuiltin("ActivateWindow(10025,plugin://plugin.video.youtube/user/knightstalker666/)") \ No newline at end of file -- cgit v1.2.3