https://github.com/codewithemad/apyrat
An Aparat video and playlist downloader. simple, but elegant.
https://github.com/codewithemad/apyrat
aparat aparat-dl aparat-downloader
Last synced: about 1 year ago
JSON representation
An Aparat video and playlist downloader. simple, but elegant.
- Host: GitHub
- URL: https://github.com/codewithemad/apyrat
- Owner: CodeWithEmad
- License: mit
- Created: 2021-09-18T08:30:20.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-03-02T05:40:50.000Z (over 1 year ago)
- Last Synced: 2025-03-28T09:03:53.267Z (about 1 year ago)
- Topics: aparat, aparat-dl, aparat-downloader
- Language: Python
- Homepage:
- Size: 75.2 KB
- Stars: 24
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Apyrat 

[](https://pepy.tech/projects/apyrat)


Yet another [Aparat](https://www.aparat.com) video downloader.
## Getting Started
you can install Apyrat from PyPi:
``` bash
pip install -U apyrat
```
for example you want to download the video hosted [here](https://www.aparat.com/v/qur3I). Just run:
``` bash
apyrat https://www.aparat.com/v/qur3I
```
you can also download playlists:
``` bash
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.md).
## License
This work is licensed under the terms of the [MIT](https://github.com/CodeWithEmad/apyrat/blob/master/LICENSE).