- remove pixel.py
- misc edits
This commit is contained in:
doms9 2026-03-11 15:22:15 -04:00
parent b52a847b57
commit 00000d9224
3 changed files with 3 additions and 117 deletions

View file

@ -12,7 +12,6 @@ from scrapers import (
livetvsx,
ovogoal,
pawa,
pixel,
ppv,
roxie,
shark,
@ -66,7 +65,6 @@ async def main() -> None:
pw_tasks = [
asyncio.create_task(cdnlivetv.scrape(hdl_brwsr)),
asyncio.create_task(embedhd.scrape(hdl_brwsr)),
# asyncio.create_task(pixel.scrape(hdl_brwsr)),
asyncio.create_task(ppv.scrape(xtrnl_brwsr)),
asyncio.create_task(roxie.scrape(hdl_brwsr)),
asyncio.create_task(sportzone.scrape(xtrnl_brwsr)),
@ -111,7 +109,6 @@ async def main() -> None:
| livetvsx.urls
| ovogoal.urls
| pawa.urls
| pixel.urls
| ppv.urls
| roxie.urls
| shark.urls