Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eirsvi/x-video-downloader
ទាញយកវីដេអូពី X បានតែមួយ Video ដោយប្រើប្រាស់ Terminal ប្រើពេលវេលាខ្លី
https://github.com/eirsvi/x-video-downloader
python script terminal twitter video x x-downloader
Last synced: about 1 month ago
JSON representation
ទាញយកវីដេអូពី X បានតែមួយ Video ដោយប្រើប្រាស់ Terminal ប្រើពេលវេលាខ្លី
- Host: GitHub
- URL: https://github.com/eirsvi/x-video-downloader
- Owner: EIRSVi
- Created: 2024-09-29T10:18:59.000Z (4 months ago)
- Default Branch: docs
- Last Pushed: 2024-09-29T14:40:10.000Z (4 months ago)
- Last Synced: 2024-11-06T15:50:35.390Z (3 months ago)
- Topics: python, script, terminal, twitter, video, x, x-downloader
- Language: Python
- Homepage: https://x.com/
- Size: 5.86 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
X (formerly Twitter) Video Downloader
Summary
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.Features
- Download videos from X posts.
- Automatically saves videos in a user-specified or default folder.
- Simple, terminal-based interface with customizable options.
Prerequisites
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:
```bash
pip install yt-dlp colorama pyfiglet
```
Installation
1. Clone this repository:
```bash
git clone [email protected]:EIRSVi/x-video-downloader.git
cd x-video-downloader
```
2. Run the script:
```bash
python xdl1video.py
```
Example
To download a video from X, you can enter a URL such as:
EXAMPLE URL: https://x.com/elonmusk/status/1790978078233252341
Troubleshooting
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.
License
This project is open-source and available under the MIT License.
Credits
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!