mirror of
https://github.com/doms9/iptv.git
synced 2026-06-13 12:26:26 +02:00
e
- remove ovogoal.py - re-add mainportal.py
This commit is contained in:
parent
5f5dada4d8
commit
00000d927c
3 changed files with 194 additions and 147 deletions
|
|
@ -10,7 +10,7 @@ from scrapers import (
|
|||
fawa,
|
||||
fsports,
|
||||
istreameast,
|
||||
ovogoal,
|
||||
mainportal,
|
||||
roxie,
|
||||
shark,
|
||||
streamcenter,
|
||||
|
|
@ -64,7 +64,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(mainportal.scrape()),
|
||||
asyncio.create_task(shark.scrape()),
|
||||
asyncio.create_task(streamcenter.scrape()),
|
||||
asyncio.create_task(streamsgate.scrape()),
|
||||
|
|
@ -93,7 +93,7 @@ async def main() -> None:
|
|||
| fawa.urls
|
||||
| fsports.urls
|
||||
| istreameast.urls
|
||||
| ovogoal.urls
|
||||
| mainportal.urls
|
||||
| roxie.urls
|
||||
| shark.urls
|
||||
| streamcenter.urls
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue