alc/addic7ed-cli

从 www.addic7ed.com 下载字幕

v1.1.1 2019-07-18 15:12 UTC

This package is auto-updated.

Last update: 2024-09-19 02:28:26 UTC


README

www.addic7ed.com 下载字幕

安装

composer global require alc/addic7ed-cli

# Make sure you have export PATH in your ~/.bashrc
export PATH=~/.composer/vendor/bin:$PATH

使用方法

# Find subtitles for all videos in the current directory
addic7ed-cli get
# Filter by extension
addic7ed-cli get '*.mkv'
# Select single file
addic7ed-cli get Video.S01E01.mkv

选项

# Non interactive mode (Download the best subtitle without asking)
addic7ed-cli get -n

# Erase existing subtitle (Default: skip)
addic7ed-cli get -e
addic7ed-cli get --erase

# Language filter (Default: French)
addic7ed-cli get -l english
# Show subtitles for all languages
addic7ed-cli get -l all

# Use proxy (Default: none)
addic7ed-cli get --proxy=socks5://:9050

# Show help
addic7ed-cli get --help