Skip to content

Commit

Permalink
[WO - FRANCE24] Fix live
Browse files Browse the repository at this point in the history
  • Loading branch information
joaopa00 committed Nov 2, 2024
1 parent e2bf13e commit 82f56bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/lib/channels/wo/france24.py
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,6 @@ def get_live_url(plugin, item_id, **kwargs):
language = kwargs.get('language', LANG)

root = urlquick.get(URL_LIVE % (language, live_translation[language]), headers=GENERIC_HEADERS, max_age=-1)
video_id = root.parse('video-player').get('video-id')
video_id = root.parse('youtube-player').get('video-id')

return resolver_proxy.get_stream_youtube(plugin, video_id)

0 comments on commit 82f56bc

Please sign in to comment.