File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" standalone =" yes" ?>
2- <addon id =" plugin.video.nasa" name =" Nasa" provider-name =" Tristan Fischer (sphere@dersphere.de), enen92" version =" 3.0.0 +matrix.1" >
2+ <addon id =" plugin.video.nasa" name =" Nasa" provider-name =" Tristan Fischer (sphere@dersphere.de), enen92" version =" 3.0.1 +matrix.1" >
33 <requires >
44 <import addon =" xbmc.python" version =" 3.0.0" />
55 <import addon =" script.module.xbmcswift2" version =" 2.5.0" />
1414 <forum >https://forum.kodi.tv/showthread.php?tid=123001</forum >
1515 <license >GPL-2.0-only</license >
1616 <news >
17- 3.0.0 (12.04.2020)
18- - Automatic submissions to matrix
19- - Adjust language files
20- - Addon.xml fixes
17+ 3.0.1 (25.01.2021)
18+ - Use tubed instead of youtube for matrix
2119 </news >
2220 <summary lang =" af_ZA" >Video plugin om toegang na nasa.gov te bekom</summary >
2321 <summary lang =" ar_SA" >ملحق يساعدك للوصول الى المقاطع المرئيه من موقع ناسا nasa.gov</summary >
Original file line number Diff line number Diff line change 1+ 3.0.1+matrix.1 (25.01.2021)
2+ - Use tubed instead of youtube for matrix
3+
143.0.0+matrix.1 (12.04.2020)
25 - Automatic submissions to matrix
36 - Adjust language files
Original file line number Diff line number Diff line change 2020import os
2121from xbmcswift2 import Plugin
2222
23- YOUTUBE_URL = 'plugin://plugin.video.youtube/channel/%s/?page=1 '
24- YOUTUBE_VIDEO_URL = 'plugin://plugin.video.youtube/play/? video_id=%s'
23+ YOUTUBE_URL = 'plugin://plugin.video.tubed/?channel_id=%s&mode=channel '
24+ YOUTUBE_VIDEO_URL = 'plugin://plugin.video.tubed/?mode=play& video_id=%s'
2525
2626plugin = Plugin ()
2727
You can’t perform that action at this time.
0 commit comments