Skip to content

⚠️ Please don't use example site(fembed.aeong.one) on any public sites, host yourself and use it instead.

License

Notifications You must be signed in to change notification settings

h21code/fembed-video-api

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fembed-video-API

Please leave an issue if not working

pull request welcome!

Example

⚠️ Please don't use example site(fembed.aeong.one) on any public sites, host yourself and use it instead. ⚠️

https://fembed.aeong.one/:videoid

Documentation

Click me

It will return { success: false } if video not found or wrong video id

GET /

{
  "success": true,
  "github": "https://github.com/aeongdesu/fembed-video-api"
}

GET /:videoid

Returns fembed's source api(/api/source/videoid).

{
  "success": true,
  "player": {...},
  "data": [...],
  "captions": [...],
  "is_vr": false
}

GET /:videoid/player

Returns fembed's source api(/api/source/videoid) player object.

GET /:videoid/video

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"
  }
]

GET /:videoid/video/:quality

Returns video

⚠️ Please don't use example site(fembed.aeong.one) on any public sites, host yourself and use it instead.

GET /:videoid/captions

idk about this but return the captions object

It will return [] if no captions

GET /:videoid/captions/:captionid

Returns caption file


License

This project is MIT licensed.

About

⚠️ Please don't use example site(fembed.aeong.one) on any public sites, host yourself and use it instead.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%