Metadata-Version: 2.1
Name: AparatDownloader
Version: 1.0.0
Summary: Download aparat videos
Home-page: https://github.com/Udmx/AparatDownloader
Author: Pouria Shafiee
Author-email: pouriashafieeit@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
Requires-Dist: requests
Requires-Dist: beautifulsoap4

## Downloader Video from aparat.com

****

```
from aparatdownloader import Main

a = Main('url','quality')
a.download()
```



