Skip to content
/ ostdl Public

A downloader for opensubtitles.org, in Rust

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

Pistahh/ostdl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ostdl - A downloader for opensubtitles.org

This program can be used to download subtitles from opensubtitles.org. It calculates a hash of the input (video) file and uses that hash to search for the subtitles created for the input video.

On successful run it prints the name of the downloaded subtitle file and its score.

Usage

USAGE:
    ostdl [FLAGS] [OPTIONS] [FILES]...

FLAGS:
    -a, --all        Download all the subtitles for the selected languages
    -h, --help       Prints help information
    -V, --version    Prints version information

OPTIONS:
    -l, --langs <langs>    Languages to download subtitles for, comma separated

ARGS:
    <FILES>...    Files to download subtitles for

Examples

$ ostdl something.mkv

Downloads the best (highest score) subtitle for something.mkv

$ ostdl --langs hun,spa --all *.mkv

Downloads all the hungarian and spanish subtitles for all the *.mkv files in the current directory.

Author

Pistahh - István Szekeres szekeres@iii.hu

About

A downloader for opensubtitles.org, in Rust

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages