mirror of
https://github.com/anxdpanic/plugin.video.youtube.git
synced 2025-12-15 15:10:34 -08:00
6.8.13
This commit is contained in:
parent
a862d565a8
commit
847756ab8d
2 changed files with 1 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<addon id="plugin.video.youtube" name="YouTube" version="6.8.12" provider-name="anxdpanic, bromix">
|
||||
<addon id="plugin.video.youtube" name="YouTube" version="6.8.13" provider-name="anxdpanic, bromix">
|
||||
<requires>
|
||||
<import addon="xbmc.python" version="2.20.0"/>
|
||||
<import addon="script.module.six" version="1.11.0"/>
|
||||
|
|
|
|||
|
|
@ -740,7 +740,6 @@ class VideoInfo(object):
|
|||
data = result.text
|
||||
params = dict(urllib.parse.parse_qsl(data))
|
||||
player_response = json.loads(params.get('player_response', '{}'))
|
||||
break
|
||||
|
||||
playability_status = player_response.get('playabilityStatus', {})
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue