A Python bot to redirect YouTube links to Piped.
Find a file
dependabot[bot] b4a10f985b
Bump aiohttp from 3.9.3 to 3.11.0b0
---
updated-dependencies:
- dependency-name: aiohttp
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-20 04:21:44 +00:00
.github/workflows Update CI workflows 2024-04-02 14:13:34 -04:00
.idea First working bot. 2023-11-09 14:49:10 -05:00
.gitignore First working bot. 2023-11-09 14:49:10 -05:00
bot.py Fix YouTube Shorts link conversion 2024-06-26 19:04:04 -04:00
Dockerfile Correct typo 2024-01-18 22:39:48 -05:00
LICENSE Initial commit 2023-11-08 17:39:45 -05:00
README.md Update Docker URL configuration 2024-02-19 17:55:17 -05:00
requirements.txt Bump aiohttp from 3.9.3 to 3.11.0b0 2025-03-20 04:21:44 +00:00

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