Skip to content

Commit 169032e

Browse files
committed
Version 3.0.1+matrix.1 - use tubed instead of youtube
1 parent 2f30ffe commit 169032e

3 files changed

Lines changed: 8 additions & 7 deletions

File tree

addon.xml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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" />
@@ -14,10 +14,8 @@
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>

changelog.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
3.0.1+matrix.1 (25.01.2021)
2+
- Use tubed instead of youtube for matrix
3+
14
3.0.0+matrix.1 (12.04.2020)
25
- Automatic submissions to matrix
36
- Adjust language files

resources/lib/plugin.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
import os
2121
from 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

2626
plugin = Plugin()
2727

0 commit comments

Comments
 (0)