Metadata-Version: 2.4
Name: yt-hd-dl
Version: 0.1.1
Summary: A Python library to download YouTube videos in HD MP4 and MP3 formats
Home-page: https://github.com/DNhacker/yt-dl
Author: DNhacker
Author-email: DNhacker <darknighthacker0@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/DNhacker/yt-dl
Project-URL: BugTracker, https://github.com/DNhacker/yt-dl/issues
Keywords: youtube,download,video,mp4,mp3,hd
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pytube>=15.0.0
Requires-Dist: moviepy>=1.0.3
Requires-Dist: tqdm>=4.64.0
Provides-Extra: dev
Requires-Dist: pytest; extra == "dev"
Requires-Dist: black; extra == "dev"
Requires-Dist: flake8; extra == "dev"
Dynamic: author
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-python

# YouTube HD Downloader

A Python library to download YouTube videos in HD MP4 and MP3 formats.

## Installation

```bash
pip install yt-dl
