update M3U8
This commit is contained in:
parent
b90f6651d8
commit
ac01f3572c
5 changed files with 925 additions and 717 deletions
818
M3U8/TV.m3u8
818
M3U8/TV.m3u8
File diff suppressed because it is too large
Load diff
818
M3U8/events.m3u8
818
M3U8/events.m3u8
File diff suppressed because it is too large
Load diff
|
|
@ -15,7 +15,6 @@ from scrapers import (
|
||||||
streamfree,
|
streamfree,
|
||||||
strmd,
|
strmd,
|
||||||
tvpass,
|
tvpass,
|
||||||
volo,
|
|
||||||
watchfooty,
|
watchfooty,
|
||||||
)
|
)
|
||||||
from scrapers.utils import get_logger, network
|
from scrapers.utils import get_logger, network
|
||||||
|
|
@ -56,7 +55,6 @@ async def main() -> None:
|
||||||
asyncio.create_task(streamfree.scrape(network.client)),
|
asyncio.create_task(streamfree.scrape(network.client)),
|
||||||
asyncio.create_task(strmd.scrape(network.client)),
|
asyncio.create_task(strmd.scrape(network.client)),
|
||||||
asyncio.create_task(tvpass.scrape(network.client)),
|
asyncio.create_task(tvpass.scrape(network.client)),
|
||||||
# asyncio.create_task(volo.scrape(network.client)),
|
|
||||||
asyncio.create_task(watchfooty.scrape(network.client)),
|
asyncio.create_task(watchfooty.scrape(network.client)),
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
@ -74,7 +72,6 @@ async def main() -> None:
|
||||||
| strmd.urls
|
| strmd.urls
|
||||||
| streamfree.urls
|
| streamfree.urls
|
||||||
| tvpass.urls
|
| tvpass.urls
|
||||||
| volo.urls
|
|
||||||
| watchfooty.urls
|
| watchfooty.urls
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -12,12 +12,7 @@ urls: dict[str, dict[str, str | float]] = {}
|
||||||
|
|
||||||
CACHE_FILE = Cache("fstv.json", exp=10_800)
|
CACHE_FILE = Cache("fstv.json", exp=10_800)
|
||||||
|
|
||||||
MIRRORS = [
|
MIRRORS = ["https://fstv.zip", "https://fstv.space"]
|
||||||
"https://fstv.online",
|
|
||||||
"https://fstv.zip",
|
|
||||||
"https://fstv.space",
|
|
||||||
"https://fstv.us",
|
|
||||||
]
|
|
||||||
|
|
||||||
|
|
||||||
async def process_event(
|
async def process_event(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue