mirror of
https://github.com/doms9/iptv.git
synced 2026-06-14 12:36:27 +02:00
update M3U8
This commit is contained in:
parent
3c3cbdaa93
commit
ab89aaa123
4 changed files with 499 additions and 343 deletions
416
M3U8/TV.m3u8
416
M3U8/TV.m3u8
File diff suppressed because it is too large
Load diff
416
M3U8/events.m3u8
416
M3U8/events.m3u8
File diff suppressed because it is too large
Load diff
|
|
@ -15,7 +15,7 @@ from scrapers import (
|
||||||
resportz,
|
resportz,
|
||||||
roxie,
|
roxie,
|
||||||
shark,
|
shark,
|
||||||
streambiz,
|
sportspass,
|
||||||
streamcenter,
|
streamcenter,
|
||||||
streamsgate,
|
streamsgate,
|
||||||
streamtp,
|
streamtp,
|
||||||
|
|
@ -61,7 +61,7 @@ async def main() -> None:
|
||||||
asyncio.create_task(embedhd.scrape(hdl_brwsr)),
|
asyncio.create_task(embedhd.scrape(hdl_brwsr)),
|
||||||
asyncio.create_task(fsports.scrape(xtrnl_brwsr)),
|
asyncio.create_task(fsports.scrape(xtrnl_brwsr)),
|
||||||
asyncio.create_task(roxie.scrape(hdl_brwsr)),
|
asyncio.create_task(roxie.scrape(hdl_brwsr)),
|
||||||
# asyncio.create_task(streambiz.scrape(xtrnl_brwsr)),
|
asyncio.create_task(sportspass.scrape(xtrnl_brwsr)),
|
||||||
]
|
]
|
||||||
|
|
||||||
httpx_tasks = [
|
httpx_tasks = [
|
||||||
|
|
@ -102,7 +102,7 @@ async def main() -> None:
|
||||||
| resportz.urls
|
| resportz.urls
|
||||||
| roxie.urls
|
| roxie.urls
|
||||||
| shark.urls
|
| shark.urls
|
||||||
| streambiz.urls
|
| sportspass.urls
|
||||||
| streamcenter.urls
|
| streamcenter.urls
|
||||||
| streamsgate.urls
|
| streamsgate.urls
|
||||||
| streamtp.urls
|
| streamtp.urls
|
||||||
|
|
|
||||||
|
|
@ -12,11 +12,11 @@ log = get_logger(__name__)
|
||||||
|
|
||||||
urls: dict[str, dict[str, str | float]] = {}
|
urls: dict[str, dict[str, str | float]] = {}
|
||||||
|
|
||||||
TAG = "STRMBIZ"
|
TAG = "SPRTSPASS"
|
||||||
|
|
||||||
CACHE_FILE = Cache(TAG, exp=10_800)
|
CACHE_FILE = Cache(TAG, exp=10_800)
|
||||||
|
|
||||||
BASE_URL = "https://streamseast.biz"
|
BASE_URL = "https://streamseast.is"
|
||||||
|
|
||||||
SPORT_URLS = {
|
SPORT_URLS = {
|
||||||
sport: urljoin(BASE_URL, sport.lower())
|
sport: urljoin(BASE_URL, sport.lower())
|
||||||
Loading…
Add table
Add a link
Reference in a new issue