initial commit

This commit is contained in:
amp 2025-01-25 14:25:44 +00:00
commit 40f551209b
Signed by: amp
GPG key ID: 76C7199F9BAF8E6A
7 changed files with 974 additions and 0 deletions

13
README.md Normal file
View 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>
```