mirror of
https://github.com/doms9/iptv.git
synced 2026-06-06 02:43:05 +02:00
e
- add dami.py
This commit is contained in:
parent
1291aa98b4
commit
00000d9ad8
2 changed files with 83 additions and 0 deletions
|
|
@ -6,6 +6,7 @@ from pathlib import Path
|
|||
from playwright.async_api import async_playwright
|
||||
from scrapers import (
|
||||
cdnlivetv,
|
||||
dami,
|
||||
embedhd,
|
||||
fawa,
|
||||
fsports,
|
||||
|
|
@ -65,6 +66,7 @@ async def main() -> None:
|
|||
]
|
||||
|
||||
httpx_tasks = [
|
||||
asyncio.create_task(dami.scrape()),
|
||||
asyncio.create_task(fawa.scrape()),
|
||||
asyncio.create_task(istreameast.scrape()),
|
||||
asyncio.create_task(mainportal.scrape()),
|
||||
|
|
@ -93,6 +95,7 @@ async def main() -> None:
|
|||
|
||||
additions = (
|
||||
cdnlivetv.urls
|
||||
| dami.urls
|
||||
| embedhd.urls
|
||||
| fawa.urls
|
||||
| fsports.urls
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue