Skip to content

Commit 13e1379

Browse files
authored
Merge pull request #174 from anxdpanic/pr_matrix
1.0.1
2 parents 0f7e37c + 26c2cb1 commit 13e1379

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

addon.xml

+1-1
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.tubed" name="Tubed" version="1.0.0" provider-name="anxdpanic">
2+
<addon id="plugin.video.tubed" name="Tubed" version="1.0.1" provider-name="anxdpanic">
33
<requires>
44
<import addon="xbmc.python" version="3.0.0"/>
55
<import addon="inputstream.adaptive"/>

resources/lib/src/api/api.py

+1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ def __init__(self, language='en-US', region='US'):
4242
self._api.CLIENT_ID = str(CREDENTIALS.ID)
4343
self._api.CLIENT_SECRET = str(CREDENTIALS.SECRET)
4444
self._api.API_KEY = str(CREDENTIALS.KEY)
45+
self._api.HTTP_REFERRER = 'https://tubedaddon.panicked.xyz/'
4546

4647
self._api.ACCESS_TOKEN = self.users.access_token
4748

0 commit comments

Comments
 (0)