mirror of
https://github.com/doms9/iptv.git
synced 2026-04-21 19:46:59 +02:00
update M3U8
This commit is contained in:
parent
753a7735a1
commit
7404ccc624
4 changed files with 436 additions and 376 deletions
404
M3U8/TV.m3u8
404
M3U8/TV.m3u8
File diff suppressed because it is too large
Load diff
404
M3U8/events.m3u8
404
M3U8/events.m3u8
File diff suppressed because it is too large
Load diff
|
|
@ -67,7 +67,7 @@ async def main() -> None:
|
|||
asyncio.create_task(roxie.scrape(hdl_brwsr)),
|
||||
asyncio.create_task(sportzone.scrape(xtrnl_brwsr)),
|
||||
asyncio.create_task(streamcenter.scrape(hdl_brwsr)),
|
||||
# asyncio.create_task(streamhub.scrape(xtrnl_brwsr)),
|
||||
asyncio.create_task(streamhub.scrape(xtrnl_brwsr)),
|
||||
asyncio.create_task(streamsgate.scrape(xtrnl_brwsr)),
|
||||
asyncio.create_task(timstreams.scrape(xtrnl_brwsr)),
|
||||
]
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ API_CACHE = Cache(f"{TAG}-api", exp=28_800)
|
|||
|
||||
API_URL = "https://s2watch.me/api/v1/schedule/list"
|
||||
|
||||
BASE_URL = "https://gopst.link"
|
||||
BASE_URL = "https://zarviro.link"
|
||||
|
||||
|
||||
async def process_event(event_id: int, url_num: int) -> tuple[str | None, str | None]:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue