mirror of
https://github.com/ethanrusz/youtube-url-corrector.git
synced 2024-11-21 09:37:47 -05:00
16 lines
362 B
Markdown
16 lines
362 B
Markdown
# youtube-url-corrector
|
|
A Python based Discord bot to redirect YouTube links to Piped.
|
|
|
|
Example `compose.yml`
|
|
```yml
|
|
version: '3'
|
|
|
|
services:
|
|
bot:
|
|
image: git.beans.team/em/yuc:latest
|
|
environment:
|
|
- DISCORD_TOKEN=your_discord_bot_token
|
|
- PIPED_URL=https://your.piped.url # Do not append /watch?v=
|
|
restart: unless-stopped
|
|
```
|