Comment 6 for bug 262058

Revision history for this message
Steve Guio (guioking-deactivatedaccount) wrote :

No screenshot, because it's an command line software.

$ clive --help
Usage: clive [OPTION].. [URL]..

Options:
  --version show program's version number and exit
  -h, --help show this help message and exit
  -u, --check-update check for new updates
  -d, --clear-cache clear cache data from ~/.clive/cache
  -D, --clear-last clear last batch data from ~/.clive/recall
  -e, --emit-csv do not extract, print out urls in csv format
  -C, --no-cache explicitly turn off all caching
  -c, --cache browse and re-extract from cache
  -n, --no-extract do not actually extract any videos
  -L, --low-quality explicitly extract low quality videos
  -R, --no-recall explicitly turn off writing to ~/.clive/recall
  -F, --rss read and select video links from rss/atom feeds
  -S, --scan scan and select video links from source URLs
  -q, --quiet be less verbose
  -l, --recall recall last batch from ~/.clive/recall
  -w, --write-conf write template ~/.clive/config file

  output:
    -a A, --exist=A action if file exists (overwrite, rename)
    -o F, --output=F write videos to file
    -m M, --filter=M filter title; either regexp (re.sub), "custom" or "no"
    -f F, --format=F use format for constructing output filename
    -s D, --savedir=D write videos to directory

  connection:
    --dmotion-pass=P dailymotion log-in password
    --dmotion-user=U dailymotion log-in username
    -g A, --agent=A user-agent string for http connections
    -y P, --proxy=P proxy for http connections
    -t T, --throttle=T throttle limit for transfers (kb/s)
    --youtube-pass=P youtube log-in password
    --youtube-user=U youtube log-in username

  playback:
    -p F, --play=F play video format
    --player=PATH path to a player with any options

  re-encode:
    --ffmpeg=PATH path to ffmpeg with any options
    -r F, --reencode=F re-encode videos to format

  clipboard:
    -x, --paste paste from clipboard using xclip
    --xclip=PATH path to xclip