Skip to content

Commit

Permalink
[BE - FOCUSWTV] Fix live
Browse files Browse the repository at this point in the history
  • Loading branch information
joaopa00 committed Oct 24, 2023
1 parent 44aa5e7 commit 5443e95
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion resources/lib/channels/be/focuswtv.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,12 @@
from __future__ import unicode_literals

from codequick import Resolver
from resources.lib import resolver_proxy


@Resolver.register
def get_live_url(plugin, item_id, **kwargs):

return 'https://hls-origin01-focus-wtv.cdn01.rambla.be/main/adliveorigin-focus-wtv/_definst_/ARXpX7.smil/playlist.m3u8|referer=http://player.clevercast.com/players/video-js/'
video_url = 'https://hls-origin01-focus-wtv.cdn01.rambla.be/main/adliveorigin-focus-wtv/_definst_/WqY7Y3.smil/playlist.m3u8'
return resolver_proxy.get_stream_with_quality(plugin, video_url)

Check failure on line 18 in resources/lib/channels/be/focuswtv.py

View workflow job for this annotation

GitHub Actions / Flake8

resources/lib/channels/be/focuswtv.py#L18

Blank line at end of file (W391)

0 comments on commit 5443e95

Please sign in to comment.