mirror of
https://github.com/ethanrusz/youtube-url-corrector.git
synced 2025-11-05 11:20:19 -05:00
A Python bot to redirect YouTube links to Piped.
--- updated-dependencies: - dependency-name: aiohttp dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|---|---|---|
| .github/workflows | ||
| .idea | ||
| .gitignore | ||
| bot.py | ||
| Dockerfile | ||
| LICENSE | ||
| README.md | ||
| requirements.txt | ||
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