K-S-V / Scripts

Collection of my scripts
GNU General Public License v3.0
634 stars 226 forks source link

Add ability to throttle download speed to AdobeHDS.php #26

Closed xwin closed 10 years ago

xwin commented 10 years ago

Please add ability to limit download speed to AdobeHDS.php. This can be done through CURLOPT_MAX_RECV_SPEED_LARGE option. By default it should not be set which is currently the case but if command line option is specified the CURLOPT_MAX_RECV_SPEED_LARGE option should be set to b/s rate to limit download speed. This helps when connection is shared for other tasks.