Code Monkey home page Code Monkey logo

dp's Introduction

δΈ­ζ–‡

dotplay m3u8 resource

app:https://apps.apple.com/us/app/dotplayer/id1455092592

tg:https://t.me/dotplayer

tg channel:https://t.me/dotplayerlists

add to subscription

dotplayer supports txt,json and m3u file

txt

channel name1,http://www.example.com/index.m3u8

channel name2,http://www.example.com/index.m3u8

m3u

#EXTM3U

#EXTINF:-1, channel name1
http://www.example.com/index.m3u8

#EXTINF:-1, channel name2
http://www.example.com/index.m3u8

json

{
	"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

  1. uuid : "64350b50-a810-4901-b86b-7a5106bdef2c", don't change it.
  2. title: you can change it whatever you like
  3. 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

dp's People

Contributors

m3u8playlist avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.