1
0
Fork 0
mirror of https://git.sr.ht/~cadence/NewLeaf synced 2026-05-04 16:41:37 +00:00

Add readme and license

This commit is contained in:
Cadence Ember 2020-08-08 00:31:09 +12:00
parent b89daca444
commit 2b39e2edbe
No known key found for this signature in database
GPG key ID: 128B99B1B74A6412
3 changed files with 690 additions and 0 deletions

25
README.md Normal file
View file

@ -0,0 +1,25 @@
# Second
A Python web project that mirrors the Invidious API, passing all calls
directly to youtube-dl and reformatting the response to be compatible.
## Status
These endpoints are somewhat implemented:
- `/api/v1/videos/{id}`
- `/api/v1/channels/{ucid}`
- `/api/v1/channels/{ucid}/{part}`
- `/api/v1/channels/{part}/{ucid}`
## The future
- Video recommendations
- RSS as a source for channel listings
- Searches
- Dash manifests
- Proxying video streams and ?local
## License
AGPL 3