mirror of
https://github.com/ethanrusz/youtube-url-corrector.git
synced 2024-11-21 09:37:47 -05:00
362 B
362 B
youtube-url-corrector
A Python based Discord bot to redirect YouTube links to Piped.
Example compose.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