1
0
mirror of https://git.sr.ht/~cadence/NewLeaf synced 2025-02-16 06:35:44 +00:00

Compare commits

...

2 Commits

Author SHA1 Message Date
Cadence Ember
e496ccb45a
Update blurb in README to reflect current state 2021-08-12 18:28:38 +12:00
Lomanic
d1f46d5269
Fix link to documentation
As mentioned by @lesnake:matrix.org on matrix channel
2021-08-12 18:21:25 +12:00

View File

@ -11,12 +11,17 @@
- [Todo tracker][todo] for listing problems and feature requests
- [Chatroom on Matrix][matrix]
A Python web project that mirrors the Invidious API, passing all calls
directly to youtube-dl and reformatting the response to be compatible.
NewLeaf is a YouTube data extractor, compatible with the Invidious API.
## Status
NewLeaf has no frontend. It is intended to be used in combination with
a frontend like [CloudTube](https://git.sr.ht/~cadence/cloudtube).
[→ See the documentation.](https://git.sr.ht/~cadence/tube-docs/tree/main/item/docs/API.md)
NewLeaf uses [yt-dlp](https://github.com/yt-dlp/yt-dlp) to assist with
data extraction, but also does some extraction itself.
## API status
[→ See the documentation.](https://git.sr.ht/~cadence/tube-docs/tree/main/item/docs/newleaf/API.md)
## License