Startup mode (CLI/TUI) ¶
ZDL can be started in different ways:
- A) To enter links and start new downloads:
-
- automatically generating the list of download links:
- open a terminal and enter the directory that will contain the downloaded files
- start ZDL by typing the command followed by any options
- copy the links of the files to download and paste them in the terminal (wrap up after each link)
- type M-x (M, the Meta key, is <Alt>, <Ctrl> or <Esc>)
- Using one or more files prepared with a text editor (wrapping after each link) and reachable from the destination directory (indicate a valid path):
- open a terminal and enter the directory that will contain the downloaded files (alternatively, you can indicate to ZDL the working directory)
- type the command
zdl
followed by the names of the files containing the list of links:zdl
path/file ...
- By indicating directly to ZDL the links to be processed (if valid links were to be declared invalid, try 1):
zdl
link ... - From the web browser, through the use of additional components (Flashgot for Firefox, the script
zdl-xterm
, the commandzdl
in the Conkeror mini-buffer, ...), to the purpose of capturing and saving the stream of a video or another file of any type. - In "daemon" mode (also from interactive mode)
- Using an editor, with the option -e or other more specific (for example, --emacs-nw)
Files, working directory and links can be entered in any order. All input links are saved in the file links.txt, in the destination directory.
- automatically generating the list of download links:
- B) To manage downloads already started in "non-interactive" and "daemon" mode:
by starting the interactive mode in two ways:
- in console from the download destination directory, using the command
zdl -i
orzdl --interactive
- in "non-interactive" (standard) mode, by typing the i key
- in console from the download destination directory, using the command