https://github.com/vortex2jm/media_downloader
Building a simple music and video downloader
https://github.com/vortex2jm/media_downloader
audio downloader ffmpeg script video
Last synced: about 2 months ago
JSON representation
Building a simple music and video downloader
- Host: GitHub
- URL: https://github.com/vortex2jm/media_downloader
- Owner: vortex2jm
- Created: 2024-10-20T17:06:54.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-03T11:49:15.000Z (over 1 year ago)
- Last Synced: 2025-06-07T03:05:42.090Z (about 1 year ago)
- Topics: audio, downloader, ffmpeg, script, video
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Media downloader :arrow_down:
### Requirements
```zsh
sudo apt update && sudo apt install ffmpeg
```
```zsh
pip install -r requirements.txt
```
### Usage
- Choose one of the versions and:
```zsh
python3 main.py
```
#
> [!NOTE]
> The playlist mode allows you to download an entire playlist using the link, not just a single video.