mirror of
https://github.com/doms9/iptv.git
synced 2026-01-21 03:59:03 +01:00
e
add cdnlivetv.py misc. edits
This commit is contained in:
parent
cbd1a073c5
commit
00000d975d
3 changed files with 164 additions and 12 deletions
|
|
@ -4,6 +4,7 @@ import re
|
|||
from pathlib import Path
|
||||
|
||||
from scrapers import (
|
||||
cdnlivetv,
|
||||
embedhd,
|
||||
fawa,
|
||||
istreameast,
|
||||
|
|
@ -50,6 +51,7 @@ async def main() -> None:
|
|||
base_m3u8, tvg_chno = load_base()
|
||||
|
||||
tasks = [
|
||||
asyncio.create_task(cdnlivetv.scrape()),
|
||||
asyncio.create_task(embedhd.scrape()),
|
||||
asyncio.create_task(fawa.scrape()),
|
||||
asyncio.create_task(istreameast.scrape()),
|
||||
|
|
@ -74,7 +76,8 @@ async def main() -> None:
|
|||
await watchfooty.scrape()
|
||||
|
||||
additions = (
|
||||
embedhd.urls
|
||||
cdnlivetv.urls
|
||||
| embedhd.urls
|
||||
| fawa.urls
|
||||
| istreameast.urls
|
||||
| pixel.urls
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue