|
Script debtorrent_client_py
|
|
Script debtorrent_client_py
source code
A multiple downloader client daemon for debtorrent.
This script implements a client daemon for managing multiple
debtorrent downloads.
logging.Logger
|
logger = logging.getLogger()
the logger to send all log messages to for this module
|
Imports:
DebTorrent.PSYCO,
psyco,
DebTorrent.launchmanycore.LaunchMany,
DebTorrent.download_bt1.defaults,
DebTorrent.download_bt1.get_usage,
DebTorrent.parseargs.parseargs,
sys.argv,
sys.exit,
sys.version_info,
os,
logging,
DebTorrent.version,
DebTorrent.ConfigDir.ConfigDir
|
Runs the downloader.
The main function used to initialize the environment and create the
controller.
- Parameters:
params (list of strings) - a list of the command-line arguments given to the script
- Returns:
boolean
- whether the server should be restarted
|