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
- Host: GitHub
- URL: https://github.com/pedropamn/php-downloader
- Owner: pedropamn
- Created: 2019-10-31T00:19:41.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-07-28T13:14:04.000Z (almost 4 years ago)
- Last Synced: 2025-01-17T09:33:23.636Z (over 1 year ago)
- Language: PHP
- Size: 20.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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