Skip to content

Commit

Permalink
Version 0.9.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Paco8 committed Oct 1, 2024
1 parent 70702fd commit 2a8157c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion addon.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.movistarplus"
name="Movistar+"
version="0.9.11"
version="0.9.12"
provider-name="Paco8">
<requires>
<!--- <import addon="xbmc.python" version="2.25.0"/> -->
Expand Down
3 changes: 3 additions & 0 deletions resources/lib/proxy.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,9 @@ def do_GET(self):
content = content.replace('lang="{}"'.format(key), 'lang="{}"'.format(value))
content = re.sub(r'lang="q([^"]*)"', r'lang="es-[q\1]"', content)

# For U7D
content = content.replace('timeShiftBufferDepth="PT3600S"', 'timeShiftBufferDepth="PT10800S"')

#LOG('content: {}'.format(content))
manifest_data = content
self.send_response(200)
Expand Down

0 comments on commit 2a8157c

Please sign in to comment.