codecrafted/khinsider-soundtracks-downloader

you can download full mp3 album from downloads.khinsider.com website

v1.0.0 2023-11-23 14:23 UTC

This package is auto-updated.

Last update: 2024-05-23 16:09:30 UTC


README

download khinsider soundtracks mp3 albums easily

screenshot

How to use this downloader

  1. first setup PHP on your system or use xampp and similar

  2. update pakages with terminal:

     $ composer update
    
  3. serve project with terminal:

     $ php -S 127.0.0.1:8080
    
  4. visit https://27.0.0.1:8080

Notice

please increase this value at "php.ini" in the root of php installed directory

    max_execution_time=300

we recommend set time for each link 3 secound

Example

50 link * 3 secound

    max_execution_time=150