Go to file
Cadence Ember 69a371fbc0
Add generic-updater scripts
2020-08-12 01:21:10 +12:00
.generic-updater Add generic-updater scripts 2020-08-12 01:21:10 +12:00
.gitignore Add generic-updater scripts 2020-08-12 01:21:10 +12:00
LICENSE Add readme and license 2020-08-08 00:31:43 +12:00
README.md Add DASH manifest endpoint 2020-08-09 20:38:40 +12:00
index.py Add search suggestions cache 2020-08-12 00:40:25 +12:00
requirements.txt Add DASH manifest endpoint 2020-08-09 20:38:40 +12:00

README.md

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}
  • /api/v1/search?q={search}
  • /vi/{id}/{file}
  • /api/manifest/dash/id/{id}

The future

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

License

AGPL 3