Skip to content

Config.json format

Knose1 edited this page Dec 9, 2020 · 2 revisions
{
	"port": 3000,
	"keepThumbnails": true,
	"videoPlayers" : 
	[
		{
			"name" : "the name of the video player (= the webside where you can find the anime)",
			"prefix" : 
			[
				"The url prefix of the video player"
			],
			"downloadable" : false,
			"autoDownload" : false
		},
		{
			"name" : "youtube",
			"isNatif": true,
			"isYoutube": true,
			"prefix" :
			[
				"https://www.youtube.com/",
				"https://www.youtu.be/"
			],
			"downloadable" : true,
			"autoDownload" : true
		}
	]
}

downloadable: Is it possible to download the episode on this website ? (= Is it possible to get an mp4 link from this website) autoDownload: If set to true, it will download the link (so you must provide an url wich has one of these mime-type video/mpeg or video/ogg or video/webm) ? (most of the time you have to set it to false)

Clone this wiki locally