https://github.com/javadr/aparatpld
Aparat Play List Downloader دانلود پلیلیست آپارات
https://github.com/javadr/aparatpld
download-videos downloader
Last synced: 4 months ago
JSON representation
Aparat Play List Downloader دانلود پلیلیست آپارات
- Host: GitHub
- URL: https://github.com/javadr/aparatpld
- Owner: javadr
- License: gpl-3.0
- Created: 2021-08-01T09:30:26.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-06-12T21:03:01.000Z (over 1 year ago)
- Last Synced: 2025-06-11T12:12:29.624Z (4 months ago)
- Topics: download-videos, downloader
- Language: Python
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AparatPLD
Aparat Play List Downloader [*]# Introduction
[Aparat](http://aparat.com) is a `youtube` like site in IRAN hosting lots of videos including some courses from the best universities of IRAN like [Sharif University of Technology](http://sharif.edu).
This script help you to batch download videos playlist.
# Installing dependencies
You can use the `pip` program to install the dependencies on your own. They are all listed in the `requirements.txt` file.
To use this method, you would proceed as:
```python
pip install -r requirements.txt
```# Running the script
Run the script to download the materials by providing your desired Aparat play list:```python
python apld.py "https://www.aparat.com/playlist/954603" --quality 720
```Finally, the created executable `apd_output.sh` file uses `axel` to download the videos.
# Courtesy to ...
This code is inspired by [aparatPlayListDownloader](https://github.com/ErfanPY/aparatPlayListDownloader).[*] The script no longer works because Aparat has changed its pages.