Can anyone help me?
I want to customize a player like this: Example Player
I use Node.js to get an M3U8 link and then pass it to anime.ejs in the sources variable.
server.js
res.render("anime", { animeData, sources });
Can anyone help me?
I want to customize a player like this: Example Player
I use Node.js to get an M3U8 link and then pass it to anime.ejs in the sources variable.
server.js
res.render("anime", { animeData, sources });