mirror of
https://github.com/doms9/iptv.git
synced 2026-03-07 11:18:25 +01:00
e
re-add livetvsx.py
This commit is contained in:
parent
3a14fc06d8
commit
00000d9d52
2 changed files with 247 additions and 0 deletions
|
|
@ -9,6 +9,7 @@ from scrapers import (
|
|||
embedhd,
|
||||
fawa,
|
||||
istreameast,
|
||||
livetvsx,
|
||||
pawa,
|
||||
pixel,
|
||||
ppv,
|
||||
|
|
@ -62,6 +63,7 @@ async def main() -> None:
|
|||
pw_tasks = [
|
||||
asyncio.create_task(cdnlivetv.scrape(hdl_brwsr)),
|
||||
asyncio.create_task(embedhd.scrape(hdl_brwsr)),
|
||||
asyncio.create_task(livetvsx.scrape(hdl_brwsr)),
|
||||
asyncio.create_task(pixel.scrape(hdl_brwsr)),
|
||||
asyncio.create_task(ppv.scrape(xtrnl_brwsr)),
|
||||
asyncio.create_task(sport9.scrape(xtrnl_brwsr)),
|
||||
|
|
@ -98,6 +100,7 @@ async def main() -> None:
|
|||
| embedhd.urls
|
||||
| fawa.urls
|
||||
| istreameast.urls
|
||||
| livetvsx.urls
|
||||
| pawa.urls
|
||||
| pixel.urls
|
||||
| ppv.urls
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue