wkentaro / gdown

Google Drive Public File Downloader when Curl/Wget Fails
MIT License
4.06k stars 342 forks source link

Add support to a simple callback mechanism; #243

Closed losgobbi closed 2 weeks ago

losgobbi commented 1 year ago

I'll use gdown as a "downloader scheduler" in a personal project. I think it's interesting to have external control over it's internal state machine in order to handle states and possible errors.

The base class IGDownStatesInterface should be externally used and passed to the states_cb param (states callbacks). Tks.