-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# YTDLpython | ||
YTDLpython is a Python package that provides a simple way to download YouTube videos using the YouTube Data API. It uses the Pytube library under the hood to download videos and provides a command-line interface (CLI) for ease of use. | ||
|
||
## Features: | ||
- Simple and intuitive Python API for downloading YouTube videos. | ||
- Uses the official YouTube Data API to fetch video metadata. | ||
- Downloads videos in various formats and resolutions, including audio-only formats. | ||
- Supports downloading entire playlists and channels. | ||
- Provides a CLI interface for easy usage. | ||
|
||
##Prerequisites | ||
Before running the Python code, make sure you have the following installed: | ||
- Python 3.0 or higher | ||
- pytub & moviepy module (can be installed with **pip install pytub moviepy**) | ||
- pyfiglet module (can be installed with **pip install pyfiglet**) *additional | ||
|
||
Install and start the YTDLpython. | ||
|
||
```sh | ||
git clone https://github.com/IqbalMind/YTDLpython.git | ||
py main.py | ||
``` |