Go to file
Cadence Ember c8b4699922
Support topic channels with no videos tab
https://second.cadence.moe/api/v1/channels/UCr-iHMODX8D4a6MVQ_RtdQg
2021-02-19 01:17:54 +13:00
.generic-updater Add generic-updater scripts 2020-08-12 01:21:10 +12:00
extractors Support topic channels with no videos tab 2021-02-19 01:17:54 +13:00
tools Split out file cleanup code 2021-01-26 01:05:40 +13:00
.gitignore Add configuration 2020-08-12 02:05:22 +12:00
LICENSE Add readme and license 2020-08-08 00:31:43 +12:00
README.md Add navigation 2021-02-12 00:31:07 +13:00
configuration.sample.py Add configuration 2020-08-12 02:05:22 +12:00
index.py Use lowercase only for headers 2021-01-20 22:59:54 +13:00
requirements.txt Fix search; use youtube-dlc 2020-12-03 16:32:31 +13:00

README.md

Second

Navigation

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}
  • /api/v1/captions/{id}
  • /vi/{id}/{file}
  • /api/manifest/dash/id/{id}

The future

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

License

AGPL 3