Skip to content

Commit

Permalink
Version 3.0.1+matrix.1 - use tubed instead of youtube
Browse files Browse the repository at this point in the history
  • Loading branch information
enen92 committed Jan 25, 2021
1 parent 2f30ffe commit 169032e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
8 changes: 3 additions & 5 deletions addon.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.nasa" name="Nasa" provider-name="Tristan Fischer ([email protected]), enen92" version="3.0.0+matrix.1">
<addon id="plugin.video.nasa" name="Nasa" provider-name="Tristan Fischer ([email protected]), enen92" version="3.0.1+matrix.1">
<requires>
<import addon="xbmc.python" version="3.0.0" />
<import addon="script.module.xbmcswift2" version="2.5.0" />
Expand All @@ -14,10 +14,8 @@
<forum>https://forum.kodi.tv/showthread.php?tid=123001</forum>
<license>GPL-2.0-only</license>
<news>
3.0.0 (12.04.2020)
- Automatic submissions to matrix
- Adjust language files
- Addon.xml fixes
3.0.1 (25.01.2021)
- Use tubed instead of youtube for matrix
</news>
<summary lang="af_ZA">Video plugin om toegang na nasa.gov te bekom</summary>
<summary lang="ar_SA">ملحق يساعدك للوصول الى المقاطع المرئيه من موقع ناسا nasa.gov</summary>
Expand Down
3 changes: 3 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
3.0.1+matrix.1 (25.01.2021)
- Use tubed instead of youtube for matrix

3.0.0+matrix.1 (12.04.2020)
- Automatic submissions to matrix
- Adjust language files
Expand Down
4 changes: 2 additions & 2 deletions resources/lib/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
import os
from xbmcswift2 import Plugin

YOUTUBE_URL = 'plugin://plugin.video.youtube/channel/%s/?page=1'
YOUTUBE_VIDEO_URL = 'plugin://plugin.video.youtube/play/?video_id=%s'
YOUTUBE_URL = 'plugin://plugin.video.tubed/?channel_id=%s&mode=channel'
YOUTUBE_VIDEO_URL = 'plugin://plugin.video.tubed/?mode=play&video_id=%s'

plugin = Plugin()

Expand Down

0 comments on commit 169032e

Please sign in to comment.