From 6d326b0873355d000a7123c558d19810741772b5 Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh Date: Tue, 24 Oct 2023 00:51:40 -0400 Subject: [PATCH] misc(readme): updated readme for youtubedownloader --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index cd501a8..be22ffb 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ Repository for Redbot cogs developed by the Galaxy Discord Management team. +**This readme is heavily outdated.** + ## ExportChannels **(WIP)**[^incomplete] This cog allows you to easily export channels using Discord Chat Exporter. @@ -30,16 +32,6 @@ Currently supports: * Servers/Guilds * Roles -## MusicDownloader[^incomplete] - -Allows users to download **just the audio files** from any YouTube video. Currently only supports YouTube and does not work for video. - -Currently partially broken on **just old versions of Red**, if you're on an old version (such as `3.4.18`) please download [this database file](https://zip.seaswimmer.cc/u/Music%20Downloader.db) and put it in your cog data directory for this cog, which should be - -```md -/Red-DiscordBot/data//cogs/MusicDownloader -``` - ## Podcast **(WIP)**[^incomplete] Allows users to submit questions to a specified channel, intended for use with podcasts. @@ -70,3 +62,11 @@ Features: * Add Credit to people. * Remove Credit from people. * Supports custom currency names and bank names. + +## YouTubeDownloader + +Allows users to download any YouTube video. + +`[p]download https://youtu.be/dQw4w9WgXcQ` - Downloads the audio from [this video](https://youtu.be/dQw4w9WgXcQ) in `.m4a` format. + +`[p]download https://youtu.be/dQw4w9WgXcQ false` - Downloads [this video](https://youtu.be/dQw4w9WgXcQ) in `.mp4` format.