e
This commit is contained in:
parent
fd1605a6a6
commit
00000d98aa
2 changed files with 2 additions and 4 deletions
|
|
@ -55,9 +55,7 @@ async def main() -> None:
|
||||||
):
|
):
|
||||||
live_events.extend(
|
live_events.extend(
|
||||||
(
|
(
|
||||||
f'\n#EXTINF:-1 tvg-chno="{chnl_num}" tvg-id="{info["id"]}" ',
|
f'\n#EXTINF:-1 tvg-chno="{chnl_num}" tvg-id="{info["id"]}" tvg-name="{event}" tvg-logo="{info["logo"]}" group-title="Live Events",{event}',
|
||||||
f'tvg-name="{event}" tvg-logo="{info["logo"]}" ',
|
|
||||||
f'group-title="Live Events",{event}',
|
|
||||||
f'#EXTVLCOPT:http-referrer={info["base"]}',
|
f'#EXTVLCOPT:http-referrer={info["base"]}',
|
||||||
f'#EXTVLCOPT:http-origin={info["base"]}',
|
f'#EXTVLCOPT:http-origin={info["base"]}',
|
||||||
f"#EXTVLCOPT:http-user-agent={network.UA}",
|
f"#EXTVLCOPT:http-user-agent={network.UA}",
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@ import httpx
|
||||||
|
|
||||||
from .utils import Cache, Time, get_logger, leagues
|
from .utils import Cache, Time, get_logger, leagues
|
||||||
|
|
||||||
log = get_logger()
|
log = get_logger(__name__)
|
||||||
|
|
||||||
urls: dict[str, dict[str, str]] = {}
|
urls: dict[str, dict[str, str]] = {}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue