mirror of
https://github.com/doms9/iptv.git
synced 2026-01-20 03:49:03 +01:00
update M3U8
This commit is contained in:
parent
64cad5e0a8
commit
ad1ca748bb
4 changed files with 1142 additions and 770 deletions
954
M3U8/TV.m3u8
954
M3U8/TV.m3u8
File diff suppressed because it is too large
Load diff
954
M3U8/events.m3u8
954
M3U8/events.m3u8
File diff suppressed because it is too large
Load diff
|
|
@ -64,7 +64,7 @@ async def main() -> None:
|
|||
asyncio.create_task(roxie.scrape()),
|
||||
asyncio.create_task(shark.scrape()),
|
||||
asyncio.create_task(sport9.scrape()),
|
||||
# asyncio.create_task(streambtw.scrape()),
|
||||
asyncio.create_task(streambtw.scrape()),
|
||||
asyncio.create_task(streamcenter.scrape()),
|
||||
asyncio.create_task(streamfree.scrape()),
|
||||
asyncio.create_task(streamhub.scrape()),
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ TAG = "STRMSGATE"
|
|||
|
||||
CACHE_FILE = Cache(f"{TAG.lower()}.json", exp=10_800)
|
||||
|
||||
API_FILE = Cache(f"{TAG.lower()}-api.json", exp=28_800)
|
||||
API_FILE = Cache(f"{TAG.lower()}-api.json", exp=19_800)
|
||||
|
||||
BASE_URL = "https://streamingon.org"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue