update M3U8
This commit is contained in:
parent
cc1481fec9
commit
ef4bda3b2f
4 changed files with 3481 additions and 1020 deletions
2248
M3U8/TV.m3u8
2248
M3U8/TV.m3u8
File diff suppressed because it is too large
Load diff
2248
M3U8/events.m3u8
2248
M3U8/events.m3u8
File diff suppressed because it is too large
Load diff
|
|
@ -46,7 +46,7 @@ async def main() -> None:
|
||||||
|
|
||||||
tasks = [
|
tasks = [
|
||||||
asyncio.create_task(fawa.scrape(network.client)),
|
asyncio.create_task(fawa.scrape(network.client)),
|
||||||
asyncio.create_task(hdstrmx.scrape(network.client)),
|
#asyncio.create_task(hdstrmx.scrape(network.client)),
|
||||||
asyncio.create_task(lotus.scrape(network.client)),
|
asyncio.create_task(lotus.scrape(network.client)),
|
||||||
asyncio.create_task(pixel.scrape()),
|
asyncio.create_task(pixel.scrape()),
|
||||||
asyncio.create_task(ppv.scrape(network.client)),
|
asyncio.create_task(ppv.scrape(network.client)),
|
||||||
|
|
|
||||||
|
|
@ -134,7 +134,7 @@
|
||||||
{
|
{
|
||||||
"2. BUNDESLIGA": {
|
"2. BUNDESLIGA": {
|
||||||
"logo": "https://i.gyazo.com/6c343e57acf501f4df3502d7ec646897.png",
|
"logo": "https://i.gyazo.com/6c343e57acf501f4df3502d7ec646897.png",
|
||||||
"names": []
|
"names": ["GERMAN 2. BUNDESLIGA"]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
@ -307,6 +307,7 @@
|
||||||
"EREDIVISIE": {
|
"EREDIVISIE": {
|
||||||
"logo": "https://a.espncdn.com/combiner/i?img=/i/leaguelogos/soccer/500/11.png",
|
"logo": "https://a.espncdn.com/combiner/i?img=/i/leaguelogos/soccer/500/11.png",
|
||||||
"names": [
|
"names": [
|
||||||
|
"DUTCH EERSTE EREDIVISIE",
|
||||||
"DUTCH EREDIVISIE",
|
"DUTCH EREDIVISIE",
|
||||||
"NETHERLANDS EREDIVISIE",
|
"NETHERLANDS EREDIVISIE",
|
||||||
"VRIENDENLOTERIJ EREDIVISIE"
|
"VRIENDENLOTERIJ EREDIVISIE"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue