--on-bt-download-complete=<COMMAND>¶
For BitTorrent, a command specified in --on-download-complete is called after download completed and seeding is over. On the other hand, this option set the command to be executed after download completed but before seeding. See Event Hook for more details about COMMAND. Possible Values: /path/to/command
代码中监听回调使用的是--on-bt-download-complete 应该改为 --on-download-complete