mirror of
https://github.com/doms9/iptv.git
synced 2026-01-21 03:59:03 +01:00
e
add pawa.py edit cache duration for istreameast
This commit is contained in:
parent
7506dd5366
commit
00000d9128
5 changed files with 175 additions and 2 deletions
|
|
@ -8,6 +8,7 @@ from scrapers import (
|
|||
embedhd,
|
||||
fawa,
|
||||
istreameast,
|
||||
pawa,
|
||||
pixel,
|
||||
ppv,
|
||||
roxie,
|
||||
|
|
@ -55,6 +56,7 @@ async def main() -> None:
|
|||
asyncio.create_task(embedhd.scrape()),
|
||||
asyncio.create_task(fawa.scrape()),
|
||||
asyncio.create_task(istreameast.scrape()),
|
||||
asyncio.create_task(pawa.scrape()),
|
||||
asyncio.create_task(pixel.scrape()),
|
||||
asyncio.create_task(ppv.scrape()),
|
||||
asyncio.create_task(roxie.scrape()),
|
||||
|
|
@ -80,6 +82,7 @@ async def main() -> None:
|
|||
| embedhd.urls
|
||||
| fawa.urls
|
||||
| istreameast.urls
|
||||
| pawa.urls
|
||||
| pixel.urls
|
||||
| ppv.urls
|
||||
| roxie.urls
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue