Metadata-Version: 2.1
Name: apyrat
Version: 0.1.3
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: An Aparat video downloader
===================================

.. image:: https://img.shields.io/static/v1?logo=github&label=Git&style=flat-square&color=brightgreen&message=Source%20code
  :alt: Source code
  :target: https://github.com/CodeWithEmad/apyrat

.. image:: https://img.shields.io/pypi/v/apyrat?logo=python&logoColor=white
  :alt: PyPI releases
  :target: https://pypi.python.org/pypi/apyrat

.. image:: https://img.shields.io/github/license/CodeWithEmad/apyrat.svg?style=flat-square
  :alt: MIT License
  :target: https://opensource.org/license/mit/


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.3 (2024-02-25)
------------------

* ci: Add automated testing workflow for pull requests by @CodeWithEmad in https://github.com/CodeWithEmad/apyrat/pull/1
* fix: no prompt with confirmation by @CodeWithEmad in https://github.com/CodeWithEmad/apyrat/pull/5

0.1.2 (2023-08-12)
------------------

* First release on PyPI.
