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
9f466cad28
commit
3018367f2e
4 changed files with 606 additions and 776 deletions
|
|
@ -11,7 +11,6 @@ from scrapers import (
|
|||
footfast,
|
||||
fsports,
|
||||
istreameast,
|
||||
mainportal,
|
||||
ovogoal,
|
||||
roxie,
|
||||
shark,
|
||||
|
|
@ -68,7 +67,6 @@ async def main() -> None:
|
|||
httpx_tasks = [
|
||||
asyncio.create_task(fawa.scrape()),
|
||||
asyncio.create_task(istreameast.scrape()),
|
||||
# asyncio.create_task(mainportal.scrape()),
|
||||
# asyncio.create_task(ovogoal.scrape()),
|
||||
asyncio.create_task(shark.scrape()),
|
||||
asyncio.create_task(streamcenter.scrape()),
|
||||
|
|
@ -100,7 +98,6 @@ async def main() -> None:
|
|||
| footfast.urls
|
||||
| fsports.urls
|
||||
| istreameast.urls
|
||||
| mainportal.urls
|
||||
| ovogoal.urls
|
||||
| roxie.urls
|
||||
| shark.urls
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue