Skip to content

Commit a86acf7

Browse files
authored
UPDATE: json api url
1 parent b740795 commit a86acf7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

main.py

+3-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717

1818
# json format url
1919
#[{"server":"Server 1","details":"Sky Sports F1 HD 1080p 6000kbps","id":"idhash1","acestreamid":"acehash1"},{"server":"Server 2","details":"Sky Sports F1 HD 720p 2000kbps","id":"idhash2","acestreamid":"acehash2"}]
20-
url = "http://138.197.183.39/api/acestreams"
20+
#url = "http://138.197.183.39/api/acestreams"
21+
url = "https://morningstreams.com/api/acestreams.json"
2122

2223
def module_tree(name,url,iconimage,mode,parser,parserfunction):
2324
if not parserfunction: ms_listing()
@@ -40,4 +41,4 @@ def ms_listing():
4041
except:
4142
#TODO: Check this
4243
xbmcgui.Dialog().ok(translate(40000),translate(40128))
43-
return
44+
return

0 commit comments

Comments
 (0)