Metadata-Version: 2.1
Name: zik-dl
Version: 0.3.0
Summary: Command-line program to download music from YouTube and other websites.
Home-page: https://gitlab.com/rafutek/zik-dl
Author: Raphaël Roy
Author-email: raphaelroy@tutanota.com
License: GNU AGPLv3
Keywords: music,download,cli,youtube-dl
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: Topic :: Multimedia :: Sound/Audio
Classifier: Topic :: Internet
Classifier: Intended Audience :: End Users/Desktop
Description-Content-Type: text/markdown
Provides-Extra: dev
License-File: LICENSE

```
usage: zik-dl [-h] [--artists ARTISTS] [--album ALBUM] url

Command-line program to download music from YouTube and other websites.

positional arguments:
  url                URL of the song/album to download

optional arguments:
  -h, --help         show this help message and exit
  --artists ARTISTS  comma-separated artists names like "Louis Armstrong,Ella Fitzgerald"
  --album ALBUM      album name
```


