iTaybb / pySmartDL

A Smart Download Manager for Python
The Unlicense
198 stars 56 forks source link

Can't stop download #17

Closed kishorviswanathan closed 5 years ago

kishorviswanathan commented 7 years ago

Stopping a download in non blocking mode restarts the download rather than stopping it. The reason is, the script retries the download. Up to maximum number of times (4 by default).

iTaybb commented 5 years ago

That's correct. Fixing.

iTaybb commented 5 years ago

Fixed.