Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aeldi/mini
YouTube video player. Uses cobalt.tools to get the video stream.
https://github.com/aeldi/mini
reactjs restriction-bypass video-player youtube youtube-player youtube-video
Last synced: 3 months ago
JSON representation
YouTube video player. Uses cobalt.tools to get the video stream.
- Host: GitHub
- URL: https://github.com/aeldi/mini
- Owner: aElDi
- Created: 2024-08-10T18:39:19.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-09-26T08:44:37.000Z (4 months ago)
- Last Synced: 2024-10-11T19:42:34.608Z (3 months ago)
- Topics: reactjs, restriction-bypass, video-player, youtube, youtube-player, youtube-video
- Language: JavaScript
- Homepage: https://mini.a3ldi.ru
- Size: 910 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# **MINI**
A lightweight minimalistic player for watching YouTube videos through a proxy. MINI uses the piped.video and cobalt.tools API to get a proxied video stream
## Known issues
- ~~https://github.com/aElDi/mini/issues/1~~
**Solved**
Just use a `piped` provider 💗## Local Development
The MINI written on [Vite.js](https://vitejs.dev/) framework. Also it uses [axios](https://axios-http.com/), [Radix Themes](https://www.radix-ui.com/), [Vidstack.js](https://www.vidstack.io/) libraries
### Clone repository
```bash
git clone https://github.com/aElDi/mini.git
```### Install dependencies
```bash
npm install
```### Run server
```bash
npm run dev
```## License
[MIT](https://choosealicense.com/licenses/mit/)