mirror of
https://github.com/doms9/iptv.git
synced 2026-06-06 02:43:05 +02:00
e
- remove dami.py - misc edits.
This commit is contained in:
parent
469dd02839
commit
00000d9b7c
3 changed files with 0 additions and 85 deletions
|
|
@ -6,7 +6,6 @@ from pathlib import Path
|
|||
from playwright.async_api import async_playwright
|
||||
from scrapers import (
|
||||
cdnlivetv,
|
||||
dami,
|
||||
embedhd,
|
||||
fawa,
|
||||
fsports,
|
||||
|
|
@ -66,7 +65,6 @@ 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()),
|
||||
|
|
@ -95,7 +93,6 @@ 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