1
0
mirror of https://git.sr.ht/~cadence/NewLeaf synced 2025-10-09 17:15:57 +00:00
2020-11-20 15:00:32 +13:00
2020-10-25 18:02:05 +13:00
2020-10-24 00:36:20 +13:00
2020-08-12 02:05:22 +12:00
2020-08-12 02:05:22 +12:00
2020-08-08 00:31:43 +12:00
2020-08-21 00:09:51 +12:00
2020-11-20 15:00:32 +13: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}
  • /api/v1/search?q={search}
  • /api/v1/search/suggestions?q={search}
  • /vi/{id}/{file}
  • /api/manifest/dash/id/{id}

The future

  • Playlists
  • Channel playlists
  • Proxying video streams and ?local
  • ...anything else?

License

AGPL 3

Description
No description provided
Readme AGPL-3.0 251 KiB
Languages
Python 95.8%
HTML 3.7%
Dockerfile 0.4%
Shell 0.1%