mirror of
https://github.com/doms9/iptv.git
synced 2026-04-21 19:46:59 +02:00
e
- add mainportal.py
This commit is contained in:
parent
6a059706a5
commit
00000d955d
2 changed files with 196 additions and 0 deletions
|
|
@ -12,6 +12,7 @@ from scrapers import (
|
|||
istreameast,
|
||||
listapreta,
|
||||
livetvsx,
|
||||
mainportal,
|
||||
ovogoal,
|
||||
pawa,
|
||||
ppv,
|
||||
|
|
@ -73,6 +74,7 @@ async def main() -> None:
|
|||
asyncio.create_task(fawa.scrape()),
|
||||
asyncio.create_task(istreameast.scrape()),
|
||||
# asyncio.create_task(listapreta.scrape()),
|
||||
asyncio.create_task(mainportal.scrape()),
|
||||
asyncio.create_task(ovogoal.scrape()),
|
||||
asyncio.create_task(pawa.scrape()),
|
||||
asyncio.create_task(shark.scrape()),
|
||||
|
|
@ -105,6 +107,7 @@ async def main() -> None:
|
|||
| istreameast.urls
|
||||
| listapreta.urls
|
||||
| livetvsx.urls
|
||||
| mainportal.urls
|
||||
| ovogoal.urls
|
||||
| pawa.urls
|
||||
| ppv.urls
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue