mirror of
https://github.com/doms9/iptv.git
synced 2026-04-21 19:46:59 +02:00
e
- remove pixel.py - misc edits
This commit is contained in:
parent
b52a847b57
commit
00000d9224
3 changed files with 3 additions and 117 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue