Metadata-Version: 2.1
Name: youtube-downloader-flysea
Version: 0.1.1
Summary: Download youtube 1080p video with subtitle
License: MIT
Author: flysea
Author-email: flysea0708@163.com
Requires-Python: >=3.13,<3.14
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: click (>=8.1.7,<9.0.0)
Requires-Dist: pytubefix (>=8.2.0,<9.0.0)
Description-Content-Type: text/markdown

# yt-downloader

Youtube 1080p视频下载，下载之后对所下载的视频文件、音频文件和字幕进行合并为最终的视频文件。

## PyPi

https://pypi.org/project/youtube-downloader-flysea/

## Requirement

python >= 3.13

ffmpeg （https://www.ffmpeg.org/download.html）



## For PyPi

### install

`pip install youtube-downloader-flysea`

### run

`yt  --url {your youtube video url} --target_dir {your target dir}`

or

`yt  -u {your youtube video url} -t {your target dir}`

## For source code

### install

`git clone git@github.com:Fly0708/yt-downloader.git`

`poetry install`

### run

`poetry run yt  --url {your youtube video url} --target_dir {your target dir}`



## Help & Demo shortcut

![17410f6384477a2828a96acdc09b7005.png](https://ice.frostsky.com/2024/10/28/17410f6384477a2828a96acdc09b7005.png)

![2595d7bc784c7bfebb13c2f3b6ea8d57.png](https://ice.frostsky.com/2024/10/28/2595d7bc784c7bfebb13c2f3b6ea8d57.png)


