Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 802 Bytes

File metadata and controls

25 lines (17 loc) · 802 Bytes

sdl-go

Personal CLI app to get movie subtitles from SUBDL

pre requisites

Before running the app you need to get 2 different API Key from SUBDL and OMDB by simply do registration. The app primarily fetches movie information using the SUBDL API. However, it currently falls back to the OMDB API when the SUBDL API fails to provide results.

usage

# install the binary
go install github.com/dimfu/sdl-go@latest

# make sure to be in the movie directory
cd (movie dir)

# run the thing, it should download all the subtitle for each movie in the directory
sdl-go run

# for more commands run
sdl-go help

credits

  • goptn to parse torrent file names