youtube-url-corrector/README.md

16 lines
362 B
Markdown
Raw Permalink Normal View History

2023-11-08 17:39:45 -05:00
# youtube-url-corrector
2024-02-01 16:18:59 -05:00
A Python based Discord bot to redirect YouTube links to Piped.
Example `compose.yml`
2024-02-01 16:19:43 -05:00
```yml
2024-02-01 16:18:59 -05:00
version: '3'
services:
bot:
image: git.beans.team/em/yuc:latest
environment:
- DISCORD_TOKEN=your_discord_bot_token
2024-02-19 17:55:17 -05:00
- PIPED_URL=https://your.piped.url # Do not append /watch?v=
2024-02-01 16:18:59 -05:00
restart: unless-stopped
```