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
7dcbc88fc1
commit
7a5724f165
4 changed files with 1219 additions and 2911 deletions
2062
M3U8/TV.m3u8
2062
M3U8/TV.m3u8
File diff suppressed because it is too large
Load diff
2062
M3U8/events.m3u8
2062
M3U8/events.m3u8
File diff suppressed because it is too large
Load diff
|
|
@ -61,7 +61,7 @@ async def main() -> None:
|
||||||
xtrnl_brwsr = await network.browser(p, external=True)
|
xtrnl_brwsr = await network.browser(p, external=True)
|
||||||
|
|
||||||
pw_tasks = [
|
pw_tasks = [
|
||||||
asyncio.create_task(cdnlivetv.scrape(hdl_brwsr)),
|
# asyncio.create_task(cdnlivetv.scrape(hdl_brwsr)),
|
||||||
asyncio.create_task(embedhd.scrape(hdl_brwsr)),
|
asyncio.create_task(embedhd.scrape(hdl_brwsr)),
|
||||||
asyncio.create_task(fsports.scrape(xtrnl_brwsr)),
|
asyncio.create_task(fsports.scrape(xtrnl_brwsr)),
|
||||||
asyncio.create_task(ppv.scrape(xtrnl_brwsr)),
|
asyncio.create_task(ppv.scrape(xtrnl_brwsr)),
|
||||||
|
|
@ -72,7 +72,7 @@ async def main() -> None:
|
||||||
httpx_tasks = [
|
httpx_tasks = [
|
||||||
asyncio.create_task(fawa.scrape()),
|
asyncio.create_task(fawa.scrape()),
|
||||||
asyncio.create_task(istreameast.scrape()),
|
asyncio.create_task(istreameast.scrape()),
|
||||||
asyncio.create_task(listapreta.scrape()),
|
# asyncio.create_task(listapreta.scrape()),
|
||||||
asyncio.create_task(ovogoal.scrape()),
|
asyncio.create_task(ovogoal.scrape()),
|
||||||
asyncio.create_task(pawa.scrape()),
|
asyncio.create_task(pawa.scrape()),
|
||||||
asyncio.create_task(shark.scrape()),
|
asyncio.create_task(shark.scrape()),
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,7 @@ CACHE_FILE = Cache(TAG, exp=10_800)
|
||||||
|
|
||||||
XML_CACHE = Cache(f"{TAG}-xml", exp=28_000)
|
XML_CACHE = Cache(f"{TAG}-xml", exp=28_000)
|
||||||
|
|
||||||
BASE_URL = "https://cdn.livetv873.me/rss/upcoming_en.xml"
|
BASE_URL = "https://cdn.livetv872.me/rss/upcoming_en.xml"
|
||||||
|
|
||||||
VALID_SPORTS = [
|
VALID_SPORTS = [
|
||||||
"MLB. Preseason",
|
"MLB. Preseason",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue