1
0
Fork
You've already forked hyperpipe-backend
0
Backend for hyperpipe
  • Go 98.7%
  • Dockerfile 1.3%
2023年05月10日 04:41:50 +00:00
lib Added avoid param to next 2023年04月07日 15:40:40 +00:00
utils Support for moreButton in artist page ( Hyperpipe/Hyperpipe#34 ) 2023年03月23日 18:01:10 +00:00
.dockerignore Fixed Explore, Added Docker Support ( closes Hyperpipe/Hyperpipe#2 ) 2022年08月02日 07:10:13 +00:00
.gitignore Changes: 2023年03月16日 17:26:12 +00:00
.woodpecker.yml Update '.woodpecker.yml' 2023年05月07日 17:54:26 +00:00
Dockerfile Update 'Dockerfile' 2023年05月10日 04:41:50 +00:00
go.mod Changes: 2023年03月16日 17:26:12 +00:00
go.sum Changes: 2023年03月16日 17:26:12 +00:00
LICENSE.md - AGPLv3 2022年08月11日 11:44:19 +00:00
main.go Added avoid param to next 2023年04月07日 15:40:40 +00:00
README.md Added avoid param to next 2023年04月07日 15:40:40 +00:00

Hyperpipe-backend

Until NewPipeExtractor Supports Youtube Music Browse endpoints.

Self-Hosting

Please see Hyperpipe/Docker if hosting both the frontend and the backend

Docker

Run the container with HYP_PROXY set as an env var

Official Frontend

https://codeberg.org/Hyperpipe/Hyperpipe

Docs

GET /explore

GET /genres

GET /genres/:id

  • :id -> ggMPO*

GET /charts?params=${id}&code=${code}

GET /next/:id?queue=${queue}

  • :id -> song id (same as /watch?v=:id)
  • $queue -> avoid (optional)

GET /lyrics/:id

  • :id -> MPLY*

GET /channel/:id

  • :id -> UC*

GET /next/channel/:id/:params?ct=${click}&v=${visit}

Use with caution

  • :id -> UC*

License

Hyperpipe-Backend

Copyright (C) 2022-23 Shiny Nematoda

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License along with this program. If not, see https://www.gnu.org/licenses/.