Metadata-Version: 2.1
Name: apyrat
Version: 0.1.1
Summary: An Aparat video downloader. simple, but elegant.
Home-page: https://github.com/codewithemad/apyrat
Author: Emad Rad
Author-email: codewithemad@gmail.com
License: MIT license
Keywords: apyrat
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
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.6
License-File: LICENSE
License-File: AUTHORS.rst
Requires-Dist: click ==7.1.2
Requires-Dist: requests ==2.31.0
Requires-Dist: wget ==3.2

======
Apyrat
======

.. image:: https://img.shields.io/pypi/v/apyrat.svg
        :target: https://pypi.python.org/pypi/apyrat


An Aparat video downloader. simple, but elegant.


Getting Started
---------------

you can install Apyrat from PyPi:

```
$ pip install -U apyrat
```

for example you want to download the video hosted `here <https://www.aparat.com/v/qur3I>`__. just run:

```
$ apyrat https://www.aparat.com/v/qur3I
```

you can also download playlists:

```
$ apyrat https://www.aparat.com/playlist/448747
```


Contributing
------------

Any contributions are welcome here! To learn how you can contribute, please check the `contributing doc: <https://github.com/CodeWithEmad/apyrat/blob/master/CONTRIBUTING.rst>`__.

License
-------

This work is licensed under the terms of the `MIT <https://github.com/CodeWithEmad/apyrat/blob/master/LICENSE>`_.


=======
History
=======

0.1.0 (2023-08-11)
------------------

* First release on PyPI.
