Metadata-Version: 2.1
Name: aparatdl
Version: 1.0.0
Summary: download video from 'aparat.com' with python
Home-page: https://github.com/aliansari1214/pyaparat_dl
Author: Ali Ansari Mahyari
Author-email: aliansari.it@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE.txt

## Download from 'aparat.com' videos with python


**Installation**
```python
pip install aparatdownloader
```

**usage**

```python
from aparatdl import Main

a = Main(url='https://www.aparat.com/v/FIO6j', quality='240p')
a.download()
```


