mirror of
https://github.com/doms9/iptv.git
synced 2026-06-16 12:56:26 +02:00
e
- re-add ovogoal.py - misc edits.
This commit is contained in:
parent
d5ef30d5bd
commit
00000d9675
4 changed files with 202 additions and 2 deletions
|
|
@ -11,6 +11,7 @@ from scrapers import (
|
|||
fsports,
|
||||
istreameast,
|
||||
mainportal,
|
||||
ovogoal,
|
||||
pelotalibre,
|
||||
resportz,
|
||||
roxie,
|
||||
|
|
@ -68,6 +69,7 @@ async def main() -> None:
|
|||
asyncio.create_task(fawa.scrape()),
|
||||
asyncio.create_task(istreameast.scrape()),
|
||||
asyncio.create_task(mainportal.scrape()),
|
||||
asyncio.create_task(ovogoal.scrape()),
|
||||
asyncio.create_task(pelotalibre.scrape()),
|
||||
# asyncio.create_task(resportz.scrape()),
|
||||
asyncio.create_task(shark.scrape()),
|
||||
|
|
@ -98,6 +100,7 @@ async def main() -> None:
|
|||
| fsports.urls
|
||||
| istreameast.urls
|
||||
| mainportal.urls
|
||||
| ovogoal.urls
|
||||
| pelotalibre.urls
|
||||
| resportz.urls
|
||||
| roxie.urls
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue