An open API service indexing awesome lists of open source software.

https://github.com/pedropamn/php-downloader

Download any file from web via PHP, with Instagram and Youtube support
https://github.com/pedropamn/php-downloader

Last synced: about 2 months ago
JSON representation

Download any file from web via PHP, with Instagram and Youtube support

Awesome Lists containing this project

README

          

# PHP-Downloader (Alpha)
Download any file from web via PHP CLI, with Instagram support (via command line Interface)

## Usage:

```
php dl.php --url [url] --path=[path] --filename=[filename]
```
```--url```: The direct URL to file or Instagram media

```--path```: The path where file will be saved (defautl: current folder)

```--filename```: The file name (default: original file name)

## Dependencies:
```
sudo apt install php7.4-cli
sudo apt install php7.4-curl
```

## Known issues:
- Colored strings not work in Windows 8.1
- Downloads only the first media from carousels