mirror of
https://github.com/doms9/iptv.git
synced 2026-06-06 02:43:05 +02:00
update M3U8
This commit is contained in:
parent
210c95d83b
commit
3c865646e6
6 changed files with 490 additions and 681 deletions
|
|
@ -16,7 +16,6 @@ from scrapers import (
|
|||
roxie,
|
||||
shark,
|
||||
streamcenter,
|
||||
streamhub,
|
||||
streamsgate,
|
||||
streamtpnew,
|
||||
totalsportek,
|
||||
|
|
@ -63,7 +62,6 @@ async def main() -> None:
|
|||
# asyncio.create_task(footfast.scrape(xtrnl_brwsr)),
|
||||
asyncio.create_task(fsports.scrape(xtrnl_brwsr)),
|
||||
asyncio.create_task(roxie.scrape(hdl_brwsr)),
|
||||
# asyncio.create_task(streamhub.scrape(xtrnl_brwsr)),
|
||||
]
|
||||
|
||||
httpx_tasks = [
|
||||
|
|
@ -105,7 +103,6 @@ async def main() -> None:
|
|||
| roxie.urls
|
||||
| shark.urls
|
||||
| streamcenter.urls
|
||||
| streamhub.urls
|
||||
| streamsgate.urls
|
||||
| streamtpnew.urls
|
||||
| totalsportek.urls
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue