initial commit
This commit is contained in:
commit
40f551209b
7 changed files with 974 additions and 0 deletions
13
README.md
Normal file
13
README.md
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
# OSAKA
|
||||
|
||||
## Introduction
|
||||
|
||||
OSAKA aims to provide an uncomplicated, seamless anime streaming backend API. OSAKA stores no copyrighted material on the server-side but rather relies on other streaming services to provide video sources.
|
||||
|
||||
As of now, OSAKA scrapes the following services:
|
||||
|
||||
## Specification
|
||||
|
||||
```
|
||||
/{anime_id}/{season}/{episode} -> Vec<Episode>
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue