mirror of
https://github.com/doms9/iptv.git
synced 2026-03-07 11:18:25 +01:00
e
add ovogoal.py
This commit is contained in:
parent
7aeec4363c
commit
00000d9959
4 changed files with 194 additions and 22 deletions
|
|
@ -10,6 +10,7 @@ from scrapers import (
|
|||
fawa,
|
||||
istreameast,
|
||||
livetvsx,
|
||||
ovogoal,
|
||||
pawa,
|
||||
pixel,
|
||||
ppv,
|
||||
|
|
@ -78,6 +79,7 @@ async def main() -> None:
|
|||
httpx_tasks = [
|
||||
asyncio.create_task(fawa.scrape()),
|
||||
asyncio.create_task(istreameast.scrape()),
|
||||
asyncio.create_task(ovogoal.scrape()),
|
||||
asyncio.create_task(pawa.scrape()),
|
||||
asyncio.create_task(shark.scrape()),
|
||||
asyncio.create_task(streambtw.scrape()),
|
||||
|
|
@ -103,6 +105,7 @@ async def main() -> None:
|
|||
| fawa.urls
|
||||
| istreameast.urls
|
||||
| livetvsx.urls
|
||||
| ovogoal.urls
|
||||
| pawa.urls
|
||||
| pixel.urls
|
||||
| ppv.urls
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue