Metadata-Version: 2.1
Name: ymdown
Version: 0.1.1
Summary: A utility build on top of ytmusicapi and yt-dlp for esay search-and-download in YouTube Music.
Home-page: https://github.com/chanyatfu/ymdown
Author: Chan Yat Fu
Author-email: chanyatfu0616@google.com
License: MIT
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: Brotli ==1.1.0
Requires-Dist: certifi ==2023.7.22
Requires-Dist: charset-normalizer ==3.2.0
Requires-Dist: idna ==3.4
Requires-Dist: mutagen ==1.47.0
Requires-Dist: pycryptodomex ==3.19.0
Requires-Dist: requests ==2.31.0
Requires-Dist: urllib3 ==2.0.5
Requires-Dist: websockets ==11.0.3
Requires-Dist: yt-dlp ==2023.9.24
Requires-Dist: ytmusicapi ==1.2.1

# ymdown
A utility build on top of ytmusicapi and yt-dlp for easy search-and-download in YouTube Music.

## Installation
`pip install ymdown`

## Usages
`ymdown <input_song_list_path> <output_directory_path>`

You can change the format by using `-f`, the default format is .mp3.
`ymdown -f wav <input_song_list_path> <output_directory_path>`
