edrisranjbar / AparatDownloader

A simple Aparat Video Downloader Script

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Aparat Downloader

Using this project you can easily download all of the videos available in an Aparat playlist. you can choose your quality and specifiy the folder to download.

License: MIT

Contributing

we really appreciate contributing in this repo. please ask any question you have and feel free to file issues if neede. Please refer to each project's style and contribution guidelines for submitting patches and additions. In general, we follow the "fork-and-pull" Git workflow.

  1. Fork the repo on GitHub
  2. Clone the project to your own machine
  3. Commit changes to your own branch
  4. Push your work back up to your fork
  5. Submit a Pull Request (PR) so that we can review your changes

NOTE: Be sure to merge the latest from "upstream" before making a pull request!

Requirements

you should install following packages (use steps above)

  • selenium
  • webdriver_manager
  • wget
  • os
  • tkinter

Installation

in order to run the project source code, you should take the following steps:

git clone https://github.com/edrisranjbar/AparatDownloader.git
cd AparatDownloader
virtualenv -p=python3 .venv
.\.venv\Scripts\activate
bash pip install -r requirements.txt
python AparatDownloader.py

About

A simple Aparat Video Downloader Script

License:MIT License


Languages

Language:Python 100.0%