https://github.com/assafmo/wizdom.sh
Download and unzip subtitles from wizdom.xyz
https://github.com/assafmo/wizdom.sh
Last synced: about 1 year ago
JSON representation
Download and unzip subtitles from wizdom.xyz
- Host: GitHub
- URL: https://github.com/assafmo/wizdom.sh
- Owner: assafmo
- License: mit
- Created: 2018-01-14T09:57:57.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-12-06T13:09:39.000Z (over 7 years ago)
- Last Synced: 2025-02-10T01:37:43.575Z (over 1 year ago)
- Language: Shell
- Size: 4.88 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# wizdom.sh
Download and unzip subtitles from wizdom.xyz
# Installation
```bash
sudo apt install jq parallel -y
curl -sSLf https://raw.githubusercontent.com/assafmo/wizdom.sh/master/wizdom.sh | sudo tee /usr/local/bin/wizdom > /dev/null
sudo chmod +x /usr/local/bin/wizdom
```
# Usage
```bash
wizdom $imdb_id "$subtitle_name_regex"
```
```bash
wizdom.sh tt0944947 s05 # all of GOT S05 subtitles
```
## With [imdb.sh](https://github.com/assafmo/imdb.sh)
```bash
$ wizdom $(imdb "game of thrones") s05
```