Skip to content
/ subs Public

Subtitle downloader for video files from opensubtitles.org

License

Notifications You must be signed in to change notification settings

nechutny/subs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 

Repository files navigation

subs

Subtitle downloader for video files from opensubtitles.org.

Article in czech language: http://blog.nechutny.net/?detail=10

How use it?

Basic usage is:

$./subs.py ../Movies/movie.avi

Default language for searched subtitles is system language. If it can't detect, then it fall to English (eng), but you can specify language, for example:

$./subs.py -l cze ../Movies/movie.avi

Subtitles are default downloaded to same directory as is movie. -d directory argument allow download them to custom directory.

$./subs.py -d /mnt/subtitles/ ../Movies/movie.avi

You can also download at once subtitles for more files:

$./subs.py ../Movies/movie1.avi ../Movies/movie2.avi

or via bash expansion:

$./subs.py ../Movies/*.avi

And what about removing advertisement in subtitles (annonying link etc.)? Just use (experimental) -a argument

$./subs.py -a ../Movies/*.avi

and of course you can combine it with -l lang, or -d directory argument.

About

Subtitle downloader for video files from opensubtitles.org

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages