Metadata-Version: 2.1
Name: zik-dl
Version: 0.1.3
Summary: Command-line program to download music from YouTube and other websites.
Home-page: https://gitlab.com/rafutek/mdl
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] url

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

positional arguments:
  url         URL of the music to download

optional arguments:
  -h, --help  show this help message and exit
```


