https://github.com/danielfsousa/opensubz
:movie_camera: Two-click subtitle downloader script
https://github.com/danielfsousa/opensubz
opensubtitles-downloader python script subtitle-downloader
Last synced: 5 months ago
JSON representation
:movie_camera: Two-click subtitle downloader script
- Host: GitHub
- URL: https://github.com/danielfsousa/opensubz
- Owner: danielfsousa
- License: mit
- Created: 2017-02-28T06:41:29.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-12T22:34:13.000Z (about 8 years ago)
- Last Synced: 2025-02-02T08:04:29.106Z (5 months ago)
- Topics: opensubtitles-downloader, python, script, subtitle-downloader
- Language: Python
- Homepage:
- Size: 27.3 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# opensubz
Two-click subtitle downloader script
## Requirements
* [Python 3.x](https://www.python.org/downloads/)
* [opensubtitles.org](https://www.opensubtitles.org/newuser) Account## How to Install
Install via pip
```bash
$ pip install opensubz
```Install via github
```bash
$ git clone https://github.com/danielfsousa/opensubz.git
$ cd opensubz
$ pip install . --upgrade
```For the first time you run opensubz you will be prompted to login into your opensubtitles account.
```bash
$ opensubz --help
```Add opensubz shortcut to Windows context menu
```bash
$ opensubz --install
```## How to Use
**Command line:**
```bash
$ opensubz -s [PATH] -l [LANGUAGE CODE]
```Ex:
```bash
$ opensubz -s . -l "pob"
$ opensubz --search "C:\TvShows"
$ opensubz --search "C:\Movies" --language "eng"
```**Context menu:**
Rigth click on any folder than click "Download Subtitles"
