Skip to content

Commit

Permalink
6.8.21
Browse files Browse the repository at this point in the history
  • Loading branch information
anxdpanic committed Dec 1, 2022
1 parent e6d4aad commit 6a470e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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.youtube" name="YouTube" version="6.8.21~alpha5" provider-name="anxdpanic, bromix">
<addon id="plugin.video.youtube" name="YouTube" version="6.8.21" provider-name="anxdpanic, bromix">
<requires>
<import addon="xbmc.python" version="2.20.0"/>
<import addon="script.module.six" version="1.11.0"/>
Expand Down
3 changes: 2 additions & 1 deletion resources/lib/youtube_plugin/youtube/client/youtube.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,8 @@ def update_watch_history(self, video_id, url):
params['access_token'] = self._access_token

try:
_ = requests.get(url, params=params, headers=headers, verify=self._verify, allow_redirects=True)
# _ = requests.get(url, params=params, headers=headers, verify=self._verify, allow_redirects=True)
pass
except:
_context.log_error('Failed to update watch history |%s|' % traceback.print_exc())

Expand Down

0 comments on commit 6a470e5

Please sign in to comment.