Sidvid

The YouTube download bot with a pretty face

Invite

Usage

The usage for this bot is quite simple: -dl [Youtube Link].
The bot will download the video for you, save it as an mp4 and then send the mp4 back to you as a file in discord.
Example below:

-dl https://www.youtube.com/watch?v=-nPaVyJkfxU


The bot will only upload videos up to the size that the server is allowed to(This is based on the server boost level). Currently the bot can only download one video at a time, and will download the highest mp4 available format for that video(higher definitions send data in non mp4 format with audio and video sent separately). The bot will @ you with the video when its downloaded, or an error message if its failed.

The currently supported websites include:

  • youtube

  • tiktok

  • twitter

  • instagram

The currently supported URL's include:

  • https://www.youtube.com/watch*, https://www.youtube.com/shorts/*, https://youtu.be/*

  • https://vm.tiktok.com/*, https://www.tiktok.com/*

  • https://twitter.com/*

  • https://www.instagram.com/reel/*, https://instagram.com/stories/*, https://www.instagram.com/p/*

Installation

Installation of the bot is quite simple, click the link below and you will be directed to the invite page.

Invite

Select the server you would like to add the bot into. Note, you can only add the bot into a server where you have the "Manage Server" permission.

About

This bot is built using python with the source code available for referene here.
To run this bot yourself, create generate your token file and place in the root directory of the project:

To start the server, run the setup bash script and pipe the output into a file in the logs directory, Example below:

nohup bash ./setup.sh > logs/sidvid.log 2>&1 &