Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 6 days ago
JSON representation

YouTube video player. Uses cobalt.tools to get the video stream.

Awesome Lists containing this project

README

        



Logo

# **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/)