update M3U8
This commit is contained in:
parent
a8a6fc892b
commit
f721bd5e33
5 changed files with 1652 additions and 1124 deletions
1386
M3U8/TV.m3u8
1386
M3U8/TV.m3u8
File diff suppressed because it is too large
Load diff
|
|
@ -319,7 +319,7 @@ http://nocable.cc:8080/91161088/91161088/159117
|
|||
http://nocable.cc:8080/91161088/91161088/208830
|
||||
|
||||
#EXTINF:-1 tvg-chno="107" tvg-id="NHL.Network.HD.us2" tvg-name="NHL Network" tvg-logo="http://schedulesdirect-api20141201-logos.s3.dualstack.us-east-1.amazonaws.com/stationLogos/s58570_dark_360w_270h.png" group-title="TV",NHL Network
|
||||
http://178.63.98.119:8000/play/a01p/index.m3u8
|
||||
http://23.237.104.106:8080/USA_NHL_NETWORK/index.m3u8
|
||||
|
||||
#EXTINF:-1 tvg-chno="108" tvg-id="Nickelodeon.HD.us2" tvg-name="Nickelodeon" tvg-logo="http://schedulesdirect-api20141201-logos.s3.dualstack.us-east-1.amazonaws.com/stationLogos/s11006_dark_360w_270h.png" group-title="TV",Nickelodeon
|
||||
http://nocable.cc:8080/91161088/91161088/38
|
||||
|
|
|
|||
1384
M3U8/events.m3u8
1384
M3U8/events.m3u8
File diff suppressed because it is too large
Load diff
|
|
@ -46,7 +46,7 @@ async def main() -> None:
|
|||
tasks = [
|
||||
asyncio.create_task(fawa.scrape(network.client)),
|
||||
asyncio.create_task(lotus.scrape(network.client)),
|
||||
asyncio.create_task(pixel.scrape(network.client)),
|
||||
# asyncio.create_task(pixel.scrape(network.client)),
|
||||
asyncio.create_task(ppv.scrape(network.client)),
|
||||
asyncio.create_task(roxie.scrape(network.client)),
|
||||
asyncio.create_task(streambtw.scrape(network.client)),
|
||||
|
|
|
|||
|
|
@ -135,7 +135,7 @@ async def refresh_html_cache(
|
|||
continue
|
||||
|
||||
name_node = card.css_first(".teamtd.event")
|
||||
time_node = card.css_first(".time").text(strip=True)
|
||||
time_node = card.css_first(".time")
|
||||
|
||||
if not (name_node and time_node):
|
||||
continue
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue