mirror of
https://github.com/doms9/iptv.git
synced 2026-04-21 19:46:59 +02:00
e
- add listapreta.py
This commit is contained in:
parent
f9821b6ad5
commit
00000d9288
3 changed files with 187 additions and 1 deletions
|
|
@ -10,6 +10,7 @@ from scrapers import (
|
|||
fawa,
|
||||
fsports,
|
||||
istreameast,
|
||||
listapreta,
|
||||
livetvsx,
|
||||
ovogoal,
|
||||
pawa,
|
||||
|
|
@ -73,6 +74,7 @@ async def main() -> None:
|
|||
httpx_tasks = [
|
||||
asyncio.create_task(fawa.scrape()),
|
||||
asyncio.create_task(istreameast.scrape()),
|
||||
asyncio.create_task(listapreta.scrape()),
|
||||
# asyncio.create_task(ovogoal.scrape()),
|
||||
asyncio.create_task(pawa.scrape()),
|
||||
asyncio.create_task(shark.scrape()),
|
||||
|
|
@ -101,6 +103,7 @@ async def main() -> None:
|
|||
| fawa.urls
|
||||
| fsports.urls
|
||||
| istreameast.urls
|
||||
| listapreta.urls
|
||||
| livetvsx.urls
|
||||
| ovogoal.urls
|
||||
| pawa.urls
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue