1
0
mirror of https://git.sr.ht/~cadence/NewLeaf synced 2024-09-21 11:07:30 +00:00
Go to file
2020-08-08 02:51:42 +12:00
.gitignore Add readme and license 2020-08-08 00:31:43 +12:00
index.py Improve recommendation collector on live videos 2020-08-08 02:51:42 +12:00
LICENSE Add readme and license 2020-08-08 00:31:43 +12:00
README.md Add recommended videos in a terrible way 2020-08-08 02:00:26 +12:00
requirements.txt Working code; channels and basic videos 2020-08-08 00:31:44 +12:00

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

  • RSS as a source for channel listings
  • Searches
  • Dash manifests
  • Proxying video streams and ?local

License

AGPL 3