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
db015d6ff8
commit
84aa62328d
4 changed files with 883 additions and 451 deletions
664
M3U8/TV.m3u8
664
M3U8/TV.m3u8
File diff suppressed because it is too large
Load diff
664
M3U8/events.m3u8
664
M3U8/events.m3u8
File diff suppressed because it is too large
Load diff
|
|
@ -70,7 +70,7 @@ async def main() -> None:
|
||||||
asyncio.create_task(sportzone.scrape(xtrnl_brwsr)),
|
asyncio.create_task(sportzone.scrape(xtrnl_brwsr)),
|
||||||
asyncio.create_task(streamcenter.scrape(hdl_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(streamsgate.scrape(xtrnl_brwsr)),
|
||||||
asyncio.create_task(timstreams.scrape(xtrnl_brwsr)),
|
asyncio.create_task(timstreams.scrape(xtrnl_brwsr)),
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
@ -85,7 +85,7 @@ async def main() -> None:
|
||||||
asyncio.create_task(totalsportek1.scrape()),
|
asyncio.create_task(totalsportek1.scrape()),
|
||||||
asyncio.create_task(totalsportek3.scrape()),
|
asyncio.create_task(totalsportek3.scrape()),
|
||||||
asyncio.create_task(tvapp.scrape()),
|
asyncio.create_task(tvapp.scrape()),
|
||||||
asyncio.create_task(volokit.scrape()),
|
# asyncio.create_task(volokit.scrape()),
|
||||||
asyncio.create_task(webcast.scrape()),
|
asyncio.create_task(webcast.scrape()),
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -56,7 +56,7 @@ async def get_events(cached_keys: list[str]) -> list[dict[str, str]]:
|
||||||
|
|
||||||
sport = "Live Event"
|
sport = "Live Event"
|
||||||
|
|
||||||
for card in soup.css(".stream-row"):
|
for card in soup.css(".main-content .stream-row"):
|
||||||
if (not (watch_btn_elem := card.css_first(".watch-btn"))) or (
|
if (not (watch_btn_elem := card.css_first(".watch-btn"))) or (
|
||||||
not (onclick := watch_btn_elem.attributes.get("onclick"))
|
not (onclick := watch_btn_elem.attributes.get("onclick"))
|
||||||
):
|
):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue