Please leave an issue if not working
pull request welcome!
https://fembed.aeong.one/:videoid
Click me
It will return { success: false } if video not found or wrong video id
{
"success": true,
"github": "https://github.com/aeongdesu/fembed-video-api"
}Returns fembed's source api(/api/source/videoid).
{
"success": true,
"player": {...},
"data": [...],
"captions": [...],
"is_vr": false
}Returns fembed's source api(/api/source/videoid) player object.
Returns video array with direct url.
[
{
"file": "https://...-480p.mp4",
"label": "480p",
"type": "mp4"
},
{
"file": "https://...-720p.mp4",
"label": "720p",
"type": "mp4"
},
{
"file": "https://...-1080p.mp4",
"label": "1080p",
"type": "mp4"
}
]Returns video
idk about this but return the captions object
It will return [] if no captions
Returns caption file
This project is MIT licensed.