name: chan-downloader version: "0.1.6" author: "Mariot Tsitoara " about: CLI to download all images/webms of a 4chan thread args: - thread: short: t required: true long: thread value_name: thread help: URL of the thread takes_value: true - output: short: o long: output value_name: output help: Output directory (Default is 'downloads') takes_value: true - reload: short: r long: reload help: Reload thread every t minutes to get new images - interval: short: i long: interval value_name: interval help: Time between each reload (in minutes. Default is 5) takes_value: true - limit: short: l long: limit value_name: limit help: Time limit for execution (in minutes. Default is 120) takes_value: true