e
This commit is contained in:
parent
8ed4482bfb
commit
00000d9296
4 changed files with 166 additions and 129 deletions
|
|
@ -4,6 +4,7 @@ import re
|
|||
from pathlib import Path
|
||||
|
||||
from scrapers import (
|
||||
fawa,
|
||||
fstv,
|
||||
lotus,
|
||||
pixel,
|
||||
|
|
@ -43,6 +44,7 @@ async def main() -> None:
|
|||
base_m3u8, tvg_chno = load_base()
|
||||
|
||||
tasks = [
|
||||
asyncio.create_task(fawa.scrape(network.client)),
|
||||
asyncio.create_task(fstv.scrape(network.client)),
|
||||
asyncio.create_task(lotus.scrape(network.client)),
|
||||
asyncio.create_task(pixel.scrape(network.client)),
|
||||
|
|
@ -59,7 +61,8 @@ async def main() -> None:
|
|||
await asyncio.gather(*tasks)
|
||||
|
||||
additions = (
|
||||
fstv.urls
|
||||
fawa.urls
|
||||
| fstv.urls
|
||||
| lotus.urls
|
||||
| pixel.urls
|
||||
| ppv.urls
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue