feat: added the ability to grab episode sources from raw servers in endpoint /episode-srcs

This commit is contained in:
WBRK-dev
2024-04-28 10:26:39 +02:00
parent 22599a38d9
commit a0d039ecc1
4 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -922,7 +922,7 @@ https://api-aniwatch.onrender.com/anime/episode-srcs?id={episodeId}&server={serv
| :--------: | :----: | :-------------------------------------------: | :-------: | :--------------: |
| `id` | string | The id of the episode. | Yes | -- |
| `server` | string | The name of the server. | No | `"vidstreaming"` |
| `category` | string | The category of the episode ('sub' or 'dub'). | No | `"sub"` |
| `category` | string | The category of the episode ('sub', 'dub' or 'raw'). | No | `"sub"` |
#### Request sample