Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shabane/apd
Any Aparat link such as Playlist Or Normal video downloader
https://github.com/shabane/apd
aparat aparat-downloader aparat-playlist-downloader downloader video
Last synced: 3 months ago
JSON representation
Any Aparat link such as Playlist Or Normal video downloader
- Host: GitHub
- URL: https://github.com/shabane/apd
- Owner: shabane
- Created: 2021-02-08T22:37:53.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-08T19:05:21.000Z (over 2 years ago)
- Last Synced: 2024-06-28T17:47:45.522Z (5 months ago)
- Topics: aparat, aparat-downloader, aparat-playlist-downloader, downloader, video
- Language: Python
- Homepage:
- Size: 9.12 MB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# apd(this program doesnt work any more due to aparat design changes)
### aparat downloader is a program that make downloading video's and playlist easy from aparat.
apd is the main of the program which conrtrol all the module and maintain the cli interface.
all you need for download one video is to paste the video page link after the command apd. like:
```apd https://aparat.com/some/videohash```
![Download One Vdeo](/image/download_one_video.gif)or if you need to download the whole videos of a playlist, put --playlist before or after the link of the playlist. Like this:
``` apd https://aparat.com/some/videohash --playlist ```
![Download all playlist](/image/download_all_playlist.gif)if you use --just-list option, it will print the url/url's to stdout and then you can redirect them to a file.
``` apd https://aparat.com/some/videohash --playlist --just-list ```
![get video download url](/image/list_one_video.gif)
Or
![get playlist video download url](/image/list_all_playlist.gif)To specify the quality, use --quality option and set your required quality. Like This:
```apd https://aparat.com/some/videohash --playlist --just-list --quality 1080```if you need to download a specify scop of a playlist you should use --start and/or --end.
the --start specify that from which video should start the process.
and --end indicate that which video is the last video that should be process.
``` apd https://aparat.com/some/videohash --playlist --start 3 --end 13```## some of the option has a short way to use:
> quality | -q
> playlis | -p
> list | -l>note that if you use --just-list, apd won't download any video.
>note that if you don't specify quality, apd will try to find 480 quality.
>note: you can use --start or --end singly, like:
``` apd https://aparat.com/some/videohash --playlist --start 5```>note the default ending is the last video of playlist
>note: default begining is the first video of playlist
# how to use on linux
1. clone the repo `git clone https://github.com/shabane/apd.git`
2. enter `bash install.sh`
3. you made it, now you can run `apd` command.
4. `apd "aparat link" [options]`# how to use on windows
1. clone the repo `git clone https://github.com/shabane/apd.git`
2. open CMD and `cd` to the apd dircectory
3. enter `python apd.py "apart link" [options]`### exit code is:
0: every thing is great
2: missing some option
10: error in the apd
20: error in video_finder
30: error in play_list_finder
40: error in downloader
other error: all other error come from http status