An open API service indexing awesome lists of open source software.

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

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
```