update M3U8
This commit is contained in:
parent
700c63e532
commit
565a42331e
4 changed files with 2034 additions and 1410 deletions
|
|
@ -5,7 +5,6 @@ from pathlib import Path
|
|||
|
||||
from scrapers import (
|
||||
fawa,
|
||||
hdstrmx,
|
||||
lotus,
|
||||
pixel,
|
||||
ppv,
|
||||
|
|
@ -46,7 +45,6 @@ async def main() -> None:
|
|||
|
||||
tasks = [
|
||||
asyncio.create_task(fawa.scrape(network.client)),
|
||||
#asyncio.create_task(hdstrmx.scrape(network.client)),
|
||||
asyncio.create_task(lotus.scrape(network.client)),
|
||||
asyncio.create_task(pixel.scrape()),
|
||||
asyncio.create_task(ppv.scrape(network.client)),
|
||||
|
|
@ -64,7 +62,6 @@ async def main() -> None:
|
|||
|
||||
additions = (
|
||||
fawa.urls
|
||||
| hdstrmx.urls
|
||||
| lotus.urls
|
||||
| pixel.urls
|
||||
| ppv.urls
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue