mcrapet / plowshare

Command-line tool and engine for managing sharing websites
GNU General Public License v3.0
847 stars 88 forks source link

Disable forced wait? #67

Closed hcuk94 closed 7 years ago

hcuk94 commented 7 years ago

If I run plowdown on a .txt list of RapidGator links, between each download it says 'Same previous hosted, forced wait requested' and waits 35 minutes until it will download the next file.

I don't recall any such limitation on RG and if I use plowdown individually it happily downloads straight away.

Is there a way I can disable the forced wait and have plowdown download the next link in the list immediately?

Thanks

mcrapet commented 7 years ago

Sure, go in module source et set MODULE_RAPIDGATOR_DOWNLOAD_SUCCESSIVE_INTERVAL to 0.

hcuk94 commented 7 years ago

Excellent, thanks very much!