The X Video Downloader is a tool designed to simplify downloading videos from X (formerly Twitter). It allows users to easily grab videos from specific posts, saving them directly into a designated folder.
- Download videos from X posts.
- Automatically saves videos in a user-specified or default folder.
- Simple, terminal-based interface with customizable options.
Ensure the following dependencies are installed on your system:
- Python 3.x
- yt-dlp for downloading videos.
- Colorama for terminal colors.
- pyfiglet for ASCII art.
To install the necessary Python libraries, run:
pip install yt-dlp colorama pyfiglet
1. Clone this repository:
git clone [email protected]:EIRSVi/x-video-downloader.git
cd x-video-downloader
2. Run the script:
python xdl1video.py
To download a video from X, you can enter a URL such as:
EXAMPLE URL: https://x.com/elonmusk/status/1790978078233252341
If you encounter any issues while downloading, check the following:
- Ensure yt-dlp is installed correctly.
- Verify that the X video URL is correct.
- Ensure proper permissions for the download directory.
This project is open-source and available under the MIT License.
Support us: @eirsvi
Feel free to reach out if you have any questions or feedback!
```This README follows your requested structure with centered headers and regular paragraphs. Let me know if you'd like any modifications!