app:https://apps.apple.com/us/app/dotplayer/id1455092592
tg channel:https://t.me/dotplayerlists
dotplayer supports txt,json and m3u file
channel name1,http://www.example.com/index.m3u8
channel name2,http://www.example.com/index.m3u8
#EXTM3U
#EXTINF:-1, channel name1
http://www.example.com/index.m3u8
#EXTINF:-1, channel name2
http://www.example.com/index.m3u8
{
"uuid":"64350b50-a810-4901-b86b-7a5106bdef2c",
"title": "change title here",
"channels": [
{
"name":"channel name1",
"url": "http://www.example.com/index.m3u8"
},
{
"name":"channel name2",
"url": "http://www.example.com/index.m3u8"
}
]
}
The JSON file is divided into three parts
- uuid : "64350b50-a810-4901-b86b-7a5106bdef2c", don't change it.
- title: you can change it whatever you like
- channels: name and url are included.
create this json file on github, get the raw file link, something like https://raw.githubusercontent.com/USER_NAME/REPO_NAME/master/file.json