Skip to content

Commit

Permalink
0.2.35~beta05 [France TV - FR] Fix Catchup TV
Browse files Browse the repository at this point in the history
  • Loading branch information
wwark committed May 5, 2021
1 parent 741aa88 commit f7dbd9c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 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.catchuptvandmore" name="Catch-up TV &amp; More" version="0.2.35~beta04" provider-name="SylvainCecchetto,wwark">
<addon id="plugin.video.catchuptvandmore" name="Catch-up TV &amp; More" version="0.2.35~beta05" provider-name="SylvainCecchetto,wwark">
<requires>
<!-- xbmc.python -->
<import addon="script.module.codequick" version="0.9.13"/>
Expand Down Expand Up @@ -46,6 +46,7 @@
[Live TV] - Fix addon TV guide on Kodi 17 and 18
[France Info - FR] Fix Live TV
[Sport en France - FR] Fix Live TV
[France TV - FR] Fix Catchup TV
----
Visit WebSite - http://mpdb.tv/#home which host the french forum used by users of CU TV and More
</news>
Expand Down
1 change: 1 addition & 0 deletions resources/lib/resolver_proxy.py
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,7 @@ def get_francetv_video_stream(plugin,
resp3 = urlquick.get(json_parser2['url'], headers=headers, max_age=-1, allow_redirects=False)
location_url = resp3.headers['location']
item.path = location_url
item.property['inputstream.adaptive.stream_headers'] = 'User-Agent=%s' % web_utils.get_random_ua()
if download_mode:
return download.download_video(item.path)
return item
Expand Down

0 comments on commit f7dbd9c

Please sign in to comment.