https://github.com/quantumsnowball/opensubtitles-dl
https://github.com/quantumsnowball/opensubtitles-dl
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/quantumsnowball/opensubtitles-dl
- Owner: quantumsnowball
- License: mit
- Created: 2021-08-06T18:28:24.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-06-17T16:55:36.000Z (almost 4 years ago)
- Last Synced: 2025-09-17T06:56:03.434Z (9 months ago)
- Language: Python
- Size: 67.4 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# opensubtitles-dl

## Overview
Search and download from opensubtitles.org from the command line.
## Install
To install from PyPi, simply run:
pip install opensubtitles-dl
To install the `master` branch from git:
pip install --force git+https://github.com/quantumsnowball/opensubtitles-dl.git
To install the `dev` branch including the most updated features:
pip install --force git+https://github.com/quantumsnowball/opensubtitles-dl.git@dev
## Usage
Usage: opensubtitles-dl [OPTIONS] [KEYWORDS]...
KEYWORDS is the list of keywords to be search on opensubtitles.org
Options:
-l, --lang TEXT Subtitle language [default: eng]
-n, --limit INTEGER Maximum number of result to show [default: 10]
-t, --target TEXT Target file path used to calculate target file hash and size for more accurate search
--auto-save Switch on to save directly to the same directory if target is provided
--debug Switch on to print debug message
--help Show this message and exit.