From a6354f97fd1e0cda88181fb434fde2e6a4f9ca18 Mon Sep 17 00:00:00 2001 From: RY4N Date: Fri, 27 Mar 2026 00:43:10 +0600 Subject: [PATCH] docs: update video integration embed example --- README.md | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 026b6f3..4fc08ad 100644 --- a/README.md +++ b/README.md @@ -86,27 +86,21 @@ hianime-api is a comprehensive RESTful API that provides endpoints to retrieve a ## Video Integration -For video playback, it is recommended to use the following external player. You can embed it using an `iframe` with the episode ID retrieved from this API. +For video playback, it is recommended to use the following external player. You can embed it using an `iframe` with the dynamic parameters retrieved from this API. -**Base Embed URL:** `https://cdn.4animo.xyz/embed/` +**Embed Example URL:** `https://cdn.4animo.xyz/api/embed/hd-1/13825/sub?k=1&autoPlay=1&skipIntro=1&skipOutro=1` **Usage Example:** ```html - + ``` ## Used By This API is used by the following projects: -- **[Animo](https://animo.qzz.io/)**: A comprehensive anime streaming platform that leverages this API for real-time anime data, schedules, and streaming links. Check it out to see the API in action! +- **[ANIMO](https://4animo.xyz/)**: A comprehensive anime streaming platform that leverages this API for real-time anime data, schedules, and streaming links. Check it out to see the API in action! ---