mirror of
https://github.com/doms9/iptv.git
synced 2026-06-06 02:43:05 +02:00
e
- add footfast.py - misc edits.
This commit is contained in:
parent
46b7e9985e
commit
00000d9b2c
5 changed files with 166 additions and 3 deletions
|
|
@ -8,6 +8,7 @@ from scrapers import (
|
|||
cdnlivetv,
|
||||
embedhd,
|
||||
fawa,
|
||||
footfast,
|
||||
fsports,
|
||||
istreameast,
|
||||
mainportal,
|
||||
|
|
@ -59,6 +60,7 @@ async def main() -> None:
|
|||
|
||||
pw_tasks = [
|
||||
asyncio.create_task(embedhd.scrape(hdl_brwsr)),
|
||||
asyncio.create_task(footfast.scrape(xtrnl_brwsr)),
|
||||
asyncio.create_task(fsports.scrape(xtrnl_brwsr)),
|
||||
asyncio.create_task(roxie.scrape(hdl_brwsr)),
|
||||
# asyncio.create_task(streamhub.scrape(xtrnl_brwsr)),
|
||||
|
|
@ -95,6 +97,7 @@ async def main() -> None:
|
|||
cdnlivetv.urls
|
||||
| embedhd.urls
|
||||
| fawa.urls
|
||||
| footfast.urls
|
||||
| fsports.urls
|
||||
| istreameast.urls
|
||||
| mainportal.urls
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue