mirror of
https://github.com/doms9/iptv.git
synced 2026-06-13 12:26:26 +02:00
e
- re-add ovogoal.py
This commit is contained in:
parent
d82546ac02
commit
00000d9522
2 changed files with 147 additions and 0 deletions
|
|
@ -12,6 +12,7 @@ from scrapers import (
|
|||
istreameast,
|
||||
livetvsx,
|
||||
mainportal,
|
||||
ovogoal,
|
||||
pawa,
|
||||
roxie,
|
||||
shark,
|
||||
|
|
@ -71,6 +72,7 @@ async def main() -> None:
|
|||
asyncio.create_task(istreameast.scrape()),
|
||||
# asyncio.create_task(livetvsx.scrape()),
|
||||
asyncio.create_task(mainportal.scrape()),
|
||||
asyncio.create_task(ovogoal.scrape()),
|
||||
asyncio.create_task(pawa.scrape()),
|
||||
asyncio.create_task(shark.scrape()),
|
||||
asyncio.create_task(streamcenter.scrape()),
|
||||
|
|
@ -103,6 +105,7 @@ async def main() -> None:
|
|||
| istreameast.urls
|
||||
| livetvsx.urls
|
||||
| mainportal.urls
|
||||
| ovogoal.urls
|
||||
| pawa.urls
|
||||
| roxie.urls
|
||||
| shark.urls
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue